home page
This commit is contained in:
@@ -155,18 +155,18 @@
|
||||
// Dexar header specific styles
|
||||
:host-context(.dexar-header) {
|
||||
.language-selector {
|
||||
width: 67px;
|
||||
height: 32px;
|
||||
width: 52px;
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.language-button {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 6px;
|
||||
gap: 8px;
|
||||
padding: 4px;
|
||||
gap: 4px;
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
border: 1px solid #677b78;
|
||||
border-radius: 12px;
|
||||
border-radius: 8px;
|
||||
color: #1e3c38;
|
||||
justify-content: center;
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
.language-code {
|
||||
font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
||||
font-weight: 500;
|
||||
font-size: 24px;
|
||||
font-size: 15px;
|
||||
color: #1e3c38;
|
||||
letter-spacing: 0;
|
||||
line-height: 1;
|
||||
@@ -190,8 +190,8 @@
|
||||
|
||||
.dropdown-arrow {
|
||||
display: block;
|
||||
width: 9px;
|
||||
height: 14px;
|
||||
width: 7px;
|
||||
height: 10px;
|
||||
opacity: 1;
|
||||
|
||||
path {
|
||||
|
||||
Reference in New Issue
Block a user