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