mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
24 lines
270 B
SCSS
24 lines
270 B
SCSS
![]() |
table{
|
||
|
width: 100%;
|
||
|
tr{
|
||
|
border-bottom: 1px solid #eee;
|
||
|
td, th{
|
||
|
padding:4px;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
}
|
||
|
thead{
|
||
|
tr{
|
||
|
td, th{
|
||
|
font-weight:bold;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
tbody{
|
||
|
tr{
|
||
|
td{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|