Files
yeuchaybo/assets/scss/defaults/_tables.scss
T
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

36 lines
475 B
SCSS

/* ## Tables
--------------------------------------------- */
table {
width: 100%;
margin-bottom: 40px;
border-spacing: 0;
border-collapse: collapse;
line-height: $line-height--big;
word-break: break-all;
}
tbody {
border-bottom: $border;
}
td {
padding: 6px;
border-top: $border;
text-align: left;
&:first-child {
padding-left: 0;
}
}
th {
padding: 0 6px;
font-weight: $font-weight--regular;
text-align: left;
&:first-child {
padding-left: 0;
}
}