mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 08:39:38 -05:00
17 lines
210 B
SCSS
17 lines
210 B
SCSS
|
.search button.btn-primary, .search button.btn {
|
||
|
float: none;
|
||
|
}
|
||
|
|
||
|
.search.row {
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
|
||
|
.search.row input.search {
|
||
|
height: 25px;
|
||
|
width: 69%;
|
||
|
}
|
||
|
|
||
|
.fps-search-context {
|
||
|
margin-bottom: 15px;
|
||
|
}
|