Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

isfit navbar #1605

wants to merge 2 commits into from

Conversation

Mathias-a
Copy link
Contributor

Ugly isfit navbar

@Mathias-a Mathias-a self-assigned this Nov 7, 2024
Comment on lines 18 to 19
$base-z-index: 0;
$navbar-z-index: $base-z-index + 1;
Copy link
Member

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

Copy link
Contributor Author

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?

Copy link
Contributor Author

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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$isfit-secondary: #0000ff;
$isfit-secondary: rgb(0, 153, 204);

Har du noe fargepalett fra isfit? Ser det har blitt brukt annen blåfarge under headeren.
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants