tr:hover {
background-color: #EEE;
}
+ .text-right {
+ text-align: right;
+ }
+ .text-center {
+ text-align: center;
+ }
}
table.no-style {
vertical-align: middle;
padding: $-xs;
}
+}
+
+.fake-table {
+ display: table;
+ width: 100%;
+ > div {
+ display: table-row-group;
+ }
+ > div > div {
+ display: table-row;
+ }
+ > div > div > div {
+ display: table-cell;
+ }
}
\ No newline at end of file