More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
.home-header__pretitle { |
.home-header__pretitle { |
||
margin-bottom: 0.25rem; |
margin-bottom: 0.25rem; |
||
color: |
color: var( --color-base--subtle ); |
||
font-size: 0.875rem; |
font-size: 0.875rem; |
||
letter-spacing: 0.05em; |
letter-spacing: 0.05em; |
Latest revision as of 01:07, 30 September 2024
.home-header {
position: relative;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
line-height: 1.375rem;
text-align: center;
}
.home-header__pretitle {
margin-bottom: 0.25rem;
color: var( --color-base--subtle );
font-size: 0.875rem;
letter-spacing: 0.05em;
}
.home-header__title {
margin: 0;
font-size: 3rem;
text-transform: uppercase;
letter-spacing: 0.025em;
line-height: 1;
}
.home-header__subtitle {
margin-top: 0.25rem;
font-size: 0.875rem;
}
.home-header__search {
padding: 1rem;
margin-top: 1.25rem;
margin-bottom: 1rem;
margin-left: auto;
margin-right: auto;
border: 1px solid;
border-color: rgba(0, 0, 0, 0.11 );
border-radius: 9999px;
cursor: pointer;
font-size: 0.875rem;
font-weight: 500;
text-align: center;
}
.home-header__search .desktoponly {
margin-left: 0.5rem;
}
.home-header__search:hover {
background-color: var( --background-color-quiet--hover );
}
.home-header__searchIcon img {
margin-right: 1rem;
opacity: 0.6;
}
/* 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;
}
}