mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
18 lines
313 B
CSS
18 lines
313 B
CSS
.searchContainer {
|
|
width: 97%;
|
|
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;
|
|
}
|