mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
24 lines
No EOL
270 B
SCSS
24 lines
No EOL
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{
|
|
|
|
}
|
|
}
|
|
}
|
|
} |