2025-07-25
This commit is contained in:
18
frontend/src/scss/styles.scss
Normal file
18
frontend/src/scss/styles.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user