1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 09:48:59 +00:00
just-short-it/wwwroot/css/index.sass

51 lines
1.3 KiB
Sass
Raw Normal View History

2023-04-17 20:30:07 +00:00
/* ditching the roundings */
$radius-small: 0px
$radius: 0px
$radius-large: 0px
2023-04-17 21:57:11 +00:00
/**/
$primary: hsl(257, 45%, 36%)
$secondary: hsl(140, 70%, 40%)
$secondary-light: hsl(140, 70%, 50%)
$secondary-dark: hsl(140, 70%, 20%)
2023-04-17 20:30:07 +00:00
2023-04-17 21:57:11 +00:00
$weight-light: 600
$weight-normal: 600
$weight-medium: 600
$weight-semibold: 800
$weight-bold: 800
2023-04-17 20:30:07 +00:00
2023-04-17 21:57:11 +00:00
$link: $secondary
$link-hover: $secondary-dark
2023-04-17 20:30:07 +00:00
2023-04-17 21:57:11 +00:00
$scheme-main: hsl(0, 0%, 8%)
$scheme-main-bis: hsl(0, 0%, 4%)
$scheme-main-ter: hsl(0, 0%, 0%)
2023-04-17 20:30:07 +00:00
2023-04-17 21:57:11 +00:00
$text: $secondary
$text-light: $secondary-light
$text-strong: $secondary-light
/* bulma generates the colors, so we have to overwrite them */
a.button.is-primary,
button.button.is-primary
color: $text-strong !important
nav.navbar.is-primary
box-shadow: none !important
.navbar-item
color: $text-strong !important
root, html, body
letter-spacing: 0.05rem
2023-04-17 20:30:07 +00:00
/* TODO check what we need here and ditch the rest */
/* don't judge me */
@import "../../node_modules/bulma/sass/utilities/_all"
@import "../../node_modules/bulma/sass/base/_all"
@import "../../node_modules/bulma/sass/elements/_all"
@import "../../node_modules/bulma/sass/form/_all"
@import "../../node_modules/bulma/sass/components/_all"
@import "../../node_modules/bulma/sass/grid/_all"
@import "../../node_modules/bulma/sass/helpers/_all"
@import "../../node_modules/bulma/sass/layout/_all"