Farmbot-Web-App/frontend/css/tables.scss

19 lines
238 B
SCSS
Raw Normal View History

2017-06-29 12:54:02 -06:00
// Styles for TABLES
table {
2018-09-13 14:26:53 -06:00
width: 100%;
margin-bottom: 0;
2017-06-29 12:54:02 -06:00
}
table.plain tr:nth-of-type(1n) {
2018-09-13 14:26:53 -06:00
background: $off-white;
border: .5rem solid $off-white;
2017-06-29 12:54:02 -06:00
}
table tr td {
2018-09-13 14:26:53 -06:00
padding: .5rem;
2017-06-29 12:54:02 -06:00
}
table thead tr th {
2018-09-13 14:26:53 -06:00
padding: .5rem;
}