Vulcan/packages/telescope-theme-base/lib/client/scss/global/_tables.scss
2014-08-20 15:59:11 +09:00

23 lines
No EOL
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{
}
}
}
}