170 lines
No EOL
4.5 KiB
SCSS
170 lines
No EOL
4.5 KiB
SCSS
// Toggle global options
|
|
// $enable-gradients: true;
|
|
// $enable-shadows: true;
|
|
|
|
// Include functions first (so you can manipulate colors, SVGs, calc, etc)
|
|
@import "../node_modules/bootstrap/scss/functions";
|
|
|
|
// scss-docs-start color-variables
|
|
$red: #cc2929; // Default: #dc3545
|
|
|
|
// scss-docs-start theme-color-variables
|
|
$primary: $red; // Default: $blue
|
|
|
|
// Include remainder of required Bootstrap stylesheets
|
|
@import "../node_modules/bootstrap/scss/variables";
|
|
@import "../node_modules/bootstrap/scss/variables-dark";
|
|
|
|
// Include any default map overrides here
|
|
|
|
// Include remainder of required parts
|
|
@import "../node_modules/bootstrap/scss/maps";
|
|
@import "../node_modules/bootstrap/scss/mixins";
|
|
@import "../node_modules/bootstrap/scss/root";
|
|
|
|
// Include any other parts as needed
|
|
@import "../node_modules/bootstrap/scss/reboot";
|
|
@import "../node_modules/bootstrap/scss/type";
|
|
@import "../node_modules/bootstrap/scss/containers";
|
|
@import "../node_modules/bootstrap/scss/grid";
|
|
@import "../node_modules/bootstrap/scss/images";
|
|
@import "../node_modules/bootstrap/scss/nav";
|
|
@import "../node_modules/bootstrap/scss/navbar"; // Requires nav
|
|
@import "../node_modules/bootstrap/scss/buttons";
|
|
@import "../node_modules/bootstrap/scss/button-group";
|
|
@import "../node_modules/bootstrap/scss/card";
|
|
@import "../node_modules/bootstrap/scss/tables";
|
|
@import "../node_modules/bootstrap/scss/forms";
|
|
@import "../node_modules/bootstrap/scss/transitions";
|
|
// @import "../node_modules/bootstrap/scss/accordion";
|
|
// @import "../node_modules/bootstrap/scss/alert";
|
|
// @import "../node_modules/bootstrap/scss/badge";
|
|
// @import "../node_modules/bootstrap/scss/breadcrumb";
|
|
// @import "../node_modules/bootstrap/scss/carousel";
|
|
// @import "../node_modules/bootstrap/scss/close";
|
|
// @import "../node_modules/bootstrap/scss/dropdown";
|
|
// @import "../node_modules/bootstrap/scss/list-group";
|
|
// @import "../node_modules/bootstrap/scss/modal"; // Requires transitions
|
|
// @import "../node_modules/bootstrap/scss/offcanvas"; // Requires transitions
|
|
// @import "../node_modules/bootstrap/scss/pagination";
|
|
// @import "../node_modules/bootstrap/scss/placeholders";
|
|
// @import "../node_modules/bootstrap/scss/popover";
|
|
// @import "../node_modules/bootstrap/scss/progress";
|
|
// @import "../node_modules/bootstrap/scss/spinners";
|
|
// @import "../node_modules/bootstrap/scss/toasts";
|
|
// @import "../node_modules/bootstrap/scss/tooltip";
|
|
|
|
// Helpers
|
|
@import "../node_modules/bootstrap/scss/helpers";
|
|
|
|
// Utilities
|
|
@import "../node_modules/bootstrap/scss/utilities";
|
|
@import "../node_modules/bootstrap/scss/utilities/api";
|
|
|
|
//
|
|
// Custom styles
|
|
//
|
|
|
|
.navbar {
|
|
background-image: none !important;
|
|
background-color: rgba(22, 23, 25, 0.4) !important;
|
|
transition: background-color 0.5s;
|
|
}
|
|
|
|
body.is-scrolled .navbar {
|
|
background-color: rgba(22, 23, 25, 1.0) !important;
|
|
}
|
|
|
|
.navbar-collapse:not(.collapsing):not(.show) {
|
|
max-width: fit-content;
|
|
}
|
|
|
|
.navbar-nav .btn {
|
|
margin-left: var(--bs-navbar-nav-link-padding-x);
|
|
padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
|
|
padding-right: var(--bs-navbar-nav-link-padding-x);
|
|
padding-left: var(--bs-navbar-nav-link-padding-x);
|
|
}
|
|
|
|
.hero {
|
|
height: 100vh;
|
|
}
|
|
|
|
.row {
|
|
--bs-gutter-y: var(--bs-gutter-x);
|
|
}
|
|
|
|
.text-shadow {
|
|
text-shadow:
|
|
-1px -1px 1px rgba(0, 0, 0, 0.4),
|
|
-1px 0px 1px rgba(0, 0, 0, 0.4),
|
|
-1px 1px 1px rgba(0, 0, 0, 0.4),
|
|
0px -1px 1px rgba(0, 0, 0, 0.4),
|
|
0px 0px 1px rgba(0, 0, 0, 0.4),
|
|
0px 1px 1px rgba(0, 0, 0, 0.4),
|
|
1px -1px 1px rgba(0, 0, 0, 0.4),
|
|
1px 0px 1px rgba(0, 0, 0, 0.4),
|
|
1px 1px 1px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
:target::before {
|
|
content: "";
|
|
display: block;
|
|
height: 5rem;
|
|
margin-top: -5rem;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.anchor-link {
|
|
text-decoration: none;
|
|
opacity: 0;
|
|
transition: opacity 0.2s;
|
|
}
|
|
|
|
h1:hover .anchor-link,
|
|
h2:hover .anchor-link,
|
|
h3:hover .anchor-link,
|
|
h4:hover .anchor-link,
|
|
h5:hover .anchor-link,
|
|
h6:hover .anchor-link {
|
|
opacity: 1;
|
|
}
|
|
|
|
.cover,
|
|
.parallax,
|
|
.card-img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.parallax {
|
|
height: 100vh;
|
|
}
|
|
|
|
.card-img-overlay {
|
|
position: unset;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
transition: background-color 0.2s;
|
|
}
|
|
|
|
.card:hover .card-img-overlay {
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.arrow-effect {
|
|
--s: 100px;
|
|
--c1: var(--bs-body-bg);
|
|
--c2: var(--bs-secondary-bg-subtle);
|
|
|
|
background:
|
|
conic-gradient(#0000 75%, var(--c1) 0) 0 calc(var(--s)/4),
|
|
conic-gradient(from 45deg, var(--c1) 25%, var(--c2) 0);
|
|
background-size: var(--s) var(--s);
|
|
} |