Showing
2 changed files
with
9 additions
and
0 deletions
| ... | @@ -24,4 +24,13 @@ table { | ... | @@ -24,4 +24,13 @@ table { |
| 24 | background-color: #F8F8F8; | 24 | background-color: #F8F8F8; |
| 25 | font-weight: 500; | 25 | font-weight: 500; |
| 26 | } | 26 | } |
| 27 | +} | ||
| 28 | + | ||
| 29 | +table.list-table { | ||
| 30 | + margin: 0 -$-xs; | ||
| 31 | + td { | ||
| 32 | + border: 0; | ||
| 33 | + vertical-align: middle; | ||
| 34 | + padding: $-xs; | ||
| 35 | + } | ||
| 27 | } | 36 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment