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