More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
.home-header__title { | .home-header__title { | ||
margin: 0; | margin: 0; | ||
font-size: 5rem | font-size: 3.5rem; | ||
line-height: 0.9; | line-height: 0.9; | ||
font-weight: 600; | font-weight: 600; | ||
| Line 34: | Line 33: | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
border-radius: 9999px; | border-radius: 9999px; | ||
background-color: # | background-color: #080e10; | ||
cursor: pointer; | cursor: pointer; | ||
font-size: 0.875rem; | font-size: 0.875rem; | ||
| Line 46: | Line 45: | ||
.home-header__search:hover { | .home-header__search:hover { | ||
background: # | background: #111b1f; | ||
} | } | ||
Latest revision as of 00:15, 29 April 2025
.home-header {
position: relative;
line-height: 1.1;
text-align: center;
}
.home-header__pretitle {
margin-bottom: 0.5rem;
color: #6b7280;
font-size: 0.875rem;
letter-spacing: 0.05em;
}
.home-header__title {
margin: 0;
font-size: 3.5rem;
line-height: 0.9;
font-weight: 600;
}
.home-header__subtitle {
margin-top: 0.5rem;
color: #6b7280;
font-size: 0.875rem;
}
.home-header__search {
padding: 1rem;
margin-top: 2rem;
margin-left: auto;
margin-right: auto;
max-width: 600px;
border: 1px solid #ccc;
border-radius: 9999px;
background-color: #080e10;
cursor: pointer;
font-size: 0.875rem;
font-weight: 500;
text-align: center;
}
.home-header__search .desktoponly {
margin-left: 0.75rem;
}
.home-header__search:hover {
background: #111b1f;
}
.home-header__searchIcon img {
margin-right: 1rem;
opacity: 0.8;
}
/* Fix vertical alignment problem */
.home-header__search .keyboard-key {
display: inline;
padding-top: 0.1em;
padding-bottom: 0.1em;
}
html.skin-citizen-dark .home-header:before,
html.skin-citizen-dark .home-header__searchIcon img {
filter: invert(1);
}
@media (hover: none) {
.home-header__search .desktoponly {
display: none;
}
}