Files
safekat/httpdocs/themes/focus2/scss/layout/version-dark/_dark-header.scss
2023-04-24 13:00:46 +02:00

41 lines
731 B
SCSS

[data-theme-version="dark"] {
.header {
background-color: $primary;
}
.header-left {
input {
border-color: transparent;
color: $white;
&:focus {
box-shadow: none;
border-color: $primary;
}
&::placeholder {
color: $white;
}
}
}
.header-right {
.dropdown {
.nav-link {
&:hover {
color: $white;
}
}
}
.notification_dropdown {
.dropdown-item {
a {
color: $white;
}
}
}
}
}