2023-01-12 15:43:54 -08:00
|
|
|
section[role="start"] {
|
|
|
|
background-image: url("../../images/global/special-trash.jpg");
|
|
|
|
height: 100%;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2023-01-17 15:54:59 -08:00
|
|
|
section[role="start"] div[role="index-wrapper"] {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 600px;
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
section[role="start"] div[role="index-search"] {
|
2023-01-12 15:43:54 -08:00
|
|
|
background: var(--primary);
|
2023-01-17 15:54:59 -08:00
|
|
|
border-radius: 5px;
|
|
|
|
padding: 15px;
|
2022-11-15 12:57:14 -08:00
|
|
|
}
|
|
|
|
|
2023-01-17 15:54:59 -08:00
|
|
|
section[role="start"] div input[type="text"] {
|
|
|
|
font-size: 2em;
|
|
|
|
width: 87%;
|
2022-11-15 12:57:14 -08:00
|
|
|
}
|
|
|
|
|
2023-01-17 15:54:59 -08:00
|
|
|
section[role="start"] div button {
|
2023-01-12 15:43:54 -08:00
|
|
|
vertical-align: top;
|
2023-01-17 15:54:59 -08:00
|
|
|
width: 57px;
|
|
|
|
height: 57px;
|
2023-01-12 15:43:54 -08:00
|
|
|
}
|
|
|
|
|
2023-01-17 15:54:59 -08:00
|
|
|
section[role="start"] div button i {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
section[role="start"] a.search-link {
|
|
|
|
background: var(--secondary);
|
|
|
|
padding: 5px;
|
|
|
|
color: var(--primary);
|
|
|
|
border-radius: 3px;
|
2022-11-15 12:57:14 -08:00
|
|
|
}
|