changed header and hero img
This commit is contained in:
@@ -152,6 +152,73 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Dexar header specific styles
|
||||
:host-context(.dexar-header) {
|
||||
.language-selector {
|
||||
width: 67px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.language-button {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 6px;
|
||||
gap: 8px;
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
border: 1px solid #677b78;
|
||||
border-radius: 12px;
|
||||
color: #1e3c38;
|
||||
justify-content: center;
|
||||
|
||||
&:hover {
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
border-color: #677b78;
|
||||
}
|
||||
|
||||
.language-flag {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.language-code {
|
||||
font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
||||
font-weight: 500;
|
||||
font-size: 24px;
|
||||
color: #1e3c38;
|
||||
letter-spacing: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.dropdown-arrow {
|
||||
display: block;
|
||||
width: 9px;
|
||||
height: 14px;
|
||||
opacity: 1;
|
||||
|
||||
path {
|
||||
stroke: #1e3c38;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.language-dropdown {
|
||||
background: #ffffff;
|
||||
border-color: #d3dad9;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.language-option {
|
||||
color: #1e3c38;
|
||||
|
||||
&:hover:not(.disabled) {
|
||||
background: rgba(161, 180, 181, 0.2);
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: rgba(73, 118, 113, 0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Mobile responsiveness
|
||||
@media (max-width: 768px) {
|
||||
.language-button {
|
||||
@@ -177,4 +244,15 @@
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
:host-context(.dexar-header) {
|
||||
.language-selector {
|
||||
width: 56px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.language-button .language-code {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user