Vulcan/packages/telescope-theme-base/lib/client/scss/global/_tables.scss

23 lines
241 B
SCSS
Raw Normal View History

2014-08-20 15:59:11 +09:00
table{
width: 100%;
tr{
border-bottom: 1px solid #eee;
td, th{
padding:10px;
}
}
thead{
tr{
td, th{
font-weight:bold;
}
}
}
tbody{
tr{
td{
}
}
}
}