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

24 lines
271 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;
2015-01-14 12:31:09 +09:00
vertical-align: middle;
2014-08-20 15:59:11 +09:00
}
}
thead{
tr{
td, th{
font-weight:bold;
}
}
}
tbody{
tr{
td{
}
}
}
}