mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-05-05 03:34:05 +02:00
49 lines
887 B
SCSS
49 lines
887 B
SCSS
@import "./theme";
|
|
|
|
$headings-margin-bottom: 0.75rem;
|
|
$h1-font-size: 2.1rem;
|
|
$h2-font-size: 1.9rem;
|
|
$h3-font-size: 1.7rem;
|
|
$h4-font-size: 1.5rem;
|
|
$h5-font-size: 1.3rem;
|
|
$h6-font-size: 1.1rem;
|
|
|
|
$container-max-widths: (
|
|
sm: 568px,
|
|
md: 920px,
|
|
lg: 1260px,
|
|
xl: 1540px,
|
|
xxl: 1820px
|
|
);
|
|
|
|
$grid-breakpoints: (
|
|
xs: 0,
|
|
sm: 600px,
|
|
md: 960px,
|
|
lg: 1300px,
|
|
xl: 1600px,
|
|
xxl: 1900px
|
|
);
|
|
|
|
$green: darken($green, 10%);
|
|
$success: $green;
|
|
$link-color: $success;
|
|
|
|
$btn-disabled-opacity: 0.7;
|
|
|
|
$dropdown-link-color: $gray-700;
|
|
$dropdown-link-hover-color: $gray-700;
|
|
$dropdown-link-active-color: $gray-700;
|
|
$dropdown-link-hover-bg: mix($gray-200, $gray-300, 75%);
|
|
$dropdown-link-active-bg: mix($gray-200, $gray-300, 75%);
|
|
|
|
@import "./components";
|
|
|
|
.spinner-border-sm {
|
|
--bs-spinner-border-width: 0.15em;
|
|
}
|
|
|
|
.progress {
|
|
--bs-progress-bar-transition: width 0.2s ease;
|
|
}
|