privacyguides.org/_sass/custom.scss

36 lines
428 B
SCSS
Raw Normal View History

2021-05-04 02:13:50 +00:00
.no-text-wrap {
white-space: nowrap;
2020-12-04 08:35:10 +00:00
}
.panel-pic {
float: left;
margin-right: 15px;
}
.table td, .table th {
vertical-align: middle;
}
2021-05-04 02:13:50 +00:00
h2, h3, h4, h5:not(.h5) {
margin-top: 2.5rem;
margin-bottom: 1rem;
2020-12-04 08:35:10 +00:00
}
2021-05-04 02:13:50 +00:00
.h5 {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
2020-12-04 08:35:10 +00:00
}
2021-01-16 02:23:07 +00:00
2021-01-16 05:13:01 +00:00
// SVG Color Inversion
.svg-primary {
fill: $svg-primary;
}
.svg-dark {
fill: $svg-dark;
}
.svg-light {
fill: $svg-light;
}
2021-01-16 02:23:07 +00:00
@import "sortable";