You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XJC/scss/mdb/free/_msc.scss

21 lines
279 B
SCSS

// Miscellaneous free
// White border
.table-inverse {
th,
td,
thead th {
border-color: $table-inverse-color-border;
}
}
// Edge Headers
.edge-header {
display:block;
height:278px;
background-color:#ccc;
}
.free-bird {
margin-top:-100px;
}