mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
19 lines
263 B
SCSS
19 lines
263 B
SCSS
|
|
table.table {
|
|
width: 100%;
|
|
tr {
|
|
border-bottom: 1px solid #DDD;
|
|
}
|
|
th, td {
|
|
text-align: left;
|
|
border: none;
|
|
padding: $-xs $-xs;
|
|
vertical-align: middle;
|
|
}
|
|
th {
|
|
font-weight: bold;
|
|
}
|
|
tr:hover {
|
|
background-color: #EEE;
|
|
}
|
|
} |