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