Typesetter-Original-gtbu/themes/Bootstrap5.3_mult/1-white/style.scss

62 lines
1.4 KiB
SCSS

@import 'include/thirdparty/Bootstrap5.3/scss/_bootstrap.scss';
/*! @import '_variables.scss'; */
$text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default;
$navbar-height: ($nav-link-height + $navbar-padding-y * 2);
@mixin btn-shadow($color){
@include gradient-y-three-colors(lighten($color, 8%), $color, 60%, darken($color, 4%));
}
@import '../_common/common_style.scss';
@import '../assets/css/style.scss';
/*! 0.001 rem; == off ! --> custom height if no header wanted */
header.section-header{ height:5rem;
margin-top:-57px;
background-color: lightgray;
}
nav.nav-custom{
background-image: linear-gradient(#f9fafb, #f8f9fa 60%, #e9eaeb);
}
.dropdown-item.active, .dropdown-item:active {
color: var(--bs-dropdown-link-active-color);
background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-menu {
--bs-dropdown-link-color: var(--bs-body-color);
--bs-dropdown-link-hover-color: var(--bs-body-color);
--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: lightgray; /*! #0d6efd; */
}
@media only screen and ( max-width: 990px ) {
ul.navbar-nav{min-width:250px;}
}
/*! ----- search-button -----*/
div.input-group span.input-group-btn{
background-color: lightgray;
}
/*! --- common footer-styles in _common/footer.scss ----- */
$footer-bg: $gray-300; /*! Standard */
footer.main-footer {
font-size: 0.875rem;
background: #dee2e6;
color: #212529;
}