Files
boxofficefantasy/frontend/src/scss/styles.scss
2025-08-01 13:03:58 -05:00

32 lines
642 B
SCSS

@use '../../node_modules/bootstrap/scss/bootstrap.scss';
@use './fonts/graphique.css';
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&display=swap');
.navbar{
// background-color: #582f0e;
@extend .border-bottom;
// font-family: "Bebas Neue";
text-transform: uppercase;
font-stretch: condensed;
.navbar-brand {
@extend .ms-3;
font-family: "Graphique";
font-size: x-large;
}
}
.draft-panel {
@extend .mt-4 ;
@extend .border ;
@extend .rounded-2 ;
@extend .p-2;
@extend .pt-1;
label {
@extend .form-label;
}
input {
@extend .form-control;
}
}