width: 100%;
font-size: 11px;
line-height: 1.6;
- border-bottom: 1px solid #DDD;
- background-color: #EEE;
- @include lightDark(background-color, #eee, #111);
- @include lightDark(border-color, #ddd, #000);
+ border-bottom: 1px solid #CCC;
+ @include lightDark(background-color, #FFF, #333);
+ @include lightDark(border-color, #CCC, #000);
flex: none;
@include whenDark {
button {
height: auto;
}
-.title-input.page-title {
- font-size: 0.8em;
- @include lightDark(background-color, #fff, #333);
- .input {
- border: 0;
- margin-bottom: -1px;
- }
- input[type="text"] {
- max-width: 840px;
- margin: 0 auto;
- border: none;
- height: auto;
- }
-}
-
-.page-title input {
- display: block;
- width: 100%;
- font-size: 1.4em;
-}
-
.description-input textarea {
display: block;
width: 100%;
height: auto;
}
-div[editor-type="markdown"] .title-input.page-title input[type="text"] {
- max-width: 100%;
- border-radius: 0;
-}
-
.search-box {
max-width: 100%;
position: relative;
&.flexible input {
width: 100%;
}
- .search-box-cancel {
+ button.search-box-cancel {
left: auto;
right: 0;
}