-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isfit navbar #1605
base: master
Are you sure you want to change the base?
isfit navbar #1605
Conversation
frontend/src/styles/_z-indexes.scss
Outdated
$base-z-index: 0; | ||
$navbar-z-index: $base-z-index + 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kunne muligens vært en liste, så vil en loop sette index automatisk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tenkte på det, syntes kanskje det legger på unødvendig kompleksitet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vi har en liten diskusjon rundt et par nivå med z-indexer, istedenfor en sånn her type løsning, typ:
content-z-index: 10
navbar-z-index: 20
modal-z-index: 30
toast-z-index: 40
noe mer?
Også bare forholde oss til disse nivåene. Har du noe innspill på en sånn type løsning, hvor man bare har typ 5 eller 10 alternativ?
// isfit colors // | ||
// ---------------- // | ||
$isfit-primary: rgb(201 31 50); | ||
$isfit-secondary: #0000ff; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugly isfit navbar