Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -2,21 +2,29 @@
|
||||
|
||||
.site-header {
|
||||
/* Site header styles */
|
||||
background: linear-gradient(90.15deg, #0773AC -39.25%, #032F46 100%);
|
||||
|
||||
.header__nav-main {
|
||||
max-width: 80.5rem;
|
||||
}
|
||||
|
||||
.nav-aux__container {
|
||||
a {
|
||||
background: linear-gradient(90.17deg, #2189C0 -51.3%, #0773AC 55.75%);
|
||||
|
||||
.header__nav-aux {
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
/* Link styles */
|
||||
color: var(--color-primary-600);
|
||||
color: var(--color-white);
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: color 0.3s ease;
|
||||
|
||||
&:hover {
|
||||
color: var(--color-primary-800);
|
||||
}
|
||||
&:hover { color: var(--color-primary-800); }
|
||||
}
|
||||
|
||||
#globalSearch {
|
||||
@apply text-14px text-light;
|
||||
}
|
||||
#globalSearch { @apply text-14px text-light; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user