privacyguides.org/_sass/custom.scss
2021-05-05 09:34:36 -05:00

36 lines
428 B
SCSS

.no-text-wrap {
white-space: nowrap;
}
.panel-pic {
float: left;
margin-right: 15px;
}
.table td, .table th {
vertical-align: middle;
}
h2, h3, h4, h5:not(.h5) {
margin-top: 2.5rem;
margin-bottom: 1rem;
}
.h5 {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
// SVG Color Inversion
.svg-primary {
fill: $svg-primary;
}
.svg-dark {
fill: $svg-dark;
}
.svg-light {
fill: $svg-light;
}
@import "sortable";