Add simulator language selector
This commit is contained in:
@@ -96,6 +96,29 @@ h2 {
|
||||
backdrop-filter: blur(14px);
|
||||
}
|
||||
|
||||
.hero__side {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.language-select {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
border: 1px solid rgba(10, 47, 90, 0.1);
|
||||
border-radius: 20px;
|
||||
background: rgba(255, 255, 255, 0.86);
|
||||
box-shadow: 0 12px 30px rgba(10, 47, 90, 0.08);
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
.language-select span {
|
||||
color: var(--muted);
|
||||
font-size: 0.76rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.connection-card {
|
||||
min-width: 300px;
|
||||
padding: 20px;
|
||||
@@ -355,6 +378,10 @@ pre {
|
||||
.connection-card {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.hero__side {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 620px) {
|
||||
|
||||
Reference in New Issue
Block a user