mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Remove redundant styles
This commit is contained in:
parent
d090557dff
commit
c2e04bc69b
1 changed files with 2 additions and 13 deletions
|
@ -123,15 +123,6 @@
|
|||
|
||||
@include button-group();
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
width: 128px;
|
||||
transition: width .3s;
|
||||
|
||||
&:focus {
|
||||
width: 192px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.translucent {
|
||||
|
@ -152,9 +143,7 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
@media only screen
|
||||
and (max-width : 768px) {
|
||||
@media only screen and (max-width: 768px) {
|
||||
h1.heading {
|
||||
font-size: 18px;
|
||||
min-height: 0;
|
||||
|
@ -172,7 +161,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.buttons, input[type="search"] {
|
||||
.buttons {
|
||||
justify-content: center;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue