mirror of
https://github.com/discourse/discourse.git
synced 2025-01-22 19:39:46 +08:00
15 lines
210 B
SCSS
15 lines
210 B
SCSS
.search-container {
|
|
.search-advanced .search-info {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.second-search-button {
|
|
margin-top: 1em;
|
|
display: flex;
|
|
.btn {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|