Last active
September 10, 2024 16:26
-
-
Save Thomasorus/9e3184a7c5fd7a5738c637258b4117dd to your computer and use it in GitHub Desktop.
merveilles-fix.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (max-width: 1174px) { | |
.layout-single-column .ui__header { | |
background: var(--gray-shade-2) !important; | |
} | |
} | |
.ui__header__logo { | |
display:none; | |
} | |
.ui__header__links { | |
width: 100%; | |
justify-content: space-between; | |
.button.button-secondary { | |
border: 1px solid var(--white); | |
color: var(--white); | |
} | |
} | |
@media screen and (max-width: 1174px) { | |
.columns-area__panels__pane--navigational .navigation-panel { | |
background: var(--gray-shade-3); | |
} | |
} | |
.notification__filter-bar button.active::before { | |
background: var(--cyan); | |
} | |
.notification-bar-action { | |
color: var(--cyan); | |
} | |
.column-link { | |
padding: 15px 10px 15px 10px; | |
} | |
.status__wrapper-direct .status__prepend { | |
color: var(--cyan); | |
padding:16px; | |
} | |
.dismissable-banner { | |
background: var(--fbc-primary-text); | |
border: 1px solid var(--cyan); | |
} | |
.detailed-status__wrapper-direct .detailed-status { | |
background: var(--gray-shade-1-5); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment