mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
19 lines
314 B
CSS
19 lines
314 B
CSS
.searchContainer {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-left: 10px;
|
|
padding-top: 10px;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
.clearButton {
|
|
width: 50px;
|
|
background-color: var(--background-color);
|
|
color: white;
|
|
font-size: 18px;
|
|
cursor: pointer;
|
|
border: none;
|
|
margin-left: 10px;
|
|
}
|