mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 18:56:16 +09:00
22 lines
337 B
SCSS
22 lines
337 B
SCSS
/* ## Search Form
|
|
--------------------------------------------- */
|
|
|
|
.search-form {
|
|
overflow: hidden;
|
|
|
|
.entry-content & {
|
|
width: 50%;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
.post-password-form input[type="submit"],
|
|
.search-form input[type="submit"] {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.widget_search input[type="submit"] {
|
|
|
|
@include screen-reader-text;
|
|
}
|