server/frontend/fic/src/fic.scss

51 lines
1.2 KiB
SCSS

@import "bootswatch/dist/slate/_variables";
$body-bg: $gray-100;
$old-body-bg: $gray-900;
$dropdown-link-hover-bg: $old-body-bg;
$card-bg: lighten($old-body-bg, 5%);
$popover-bg: lighten($old-body-bg, 5%);
$toast-background-color: lighten($old-body-bg, 5%);
$modal-content-bg: lighten($old-body-bg, 5%);
$table-bg: lighten($old-body-bg, 5%);
$list-group-bg: lighten($old-body-bg, 5%);
$list-group-hover-bg: lighten($old-body-bg, 10%);
$list-group-action-hover-color: $gray-100;
$list-group-border-color: rgba($gray-500, .6);
$enable-print-styles: false;
@import "bootstrap/scss/bootstrap";
@import "bootswatch/dist/slate/_bootswatch";
.text-indent p {
text-indent: 1em;
}
p img {
margin: auto;
max-width: 100%;
max-height: 100vh;
}
p:has(img) {
text-indent: 0 !important;
text-align: center;
}
.level .level-item {
text-align: center;
}
.level .level-item .heading {
font-variant: small-caps;
text-transform: lowercase;
}
.level .level-item .value {
font-size: 1.3rem;
font-weight: bolder;
}
label {
margin-bottom: 0.25rem;
}