No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
cursor: pointer; | cursor: pointer; | ||
font-size: 0.875rem; | font-size: 0.875rem; | ||
} | |||
.keyboard-text { | |||
padding: 0 5px; | |||
border: 1px solid; | |||
margin: 0 2px; | |||
border-radius: 4px; | |||
} | } |
Revision as of 22:54, 18 October 2022
.home-header {
text-align: center;
}
.home-header__title {
margin-top: 0;
font-size: 1.5rem;
}
.home-header .home-header__subtitle {
margin-top: 0.4rem;
color: var(--color-base--subtle);
font-size: 0.875rem;
}
.home-header__search {
max-width: 600px;
padding: 0.6rem 0.8rem;
margin: 0.8rem auto 0 auto;
background: var(--color-surface-1);
border-radius: 100px;
box-shadow: var(--box-shadow-card);
color: var(--color-base--subtle);
cursor: pointer;
font-size: 0.875rem;
}
.keyboard-text {
padding: 0 5px;
border: 1px solid;
margin: 0 2px;
border-radius: 4px;
}