1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 06:32:34 +01:00

minor css

This commit is contained in:
devfake 2016-10-12 12:21:57 +02:00
parent 797f591dcd
commit 1b92ff1f4e
4 changed files with 5 additions and 2 deletions

View File

@ -69,7 +69,6 @@ Note: Laravel Scout is on the demo site not active.
* Settings * Settings
* Sync scout driver * Sync scout driver
* Ajax request for settings * Ajax request for settings
* Better responsive
### Further Development ### Further Development

View File

@ -31,7 +31,7 @@ $rating3: #cd2727;
@media (max-width: 620px) { @content; } @media (max-width: 620px) { @content; }
} }
@else if $point == 6 { @else if $point == 6 {
@media (max-width: 460px) { @content; } @media (max-width: 450px) { @content; }
} }
@else if $point == sticky { @else if $point == sticky {
@media (min-width: 901px) { @content; } @media (min-width: 901px) { @content; }

View File

@ -44,6 +44,10 @@
.dark & { .dark & {
color: #989898; color: #989898;
} }
@include media(3) {
font-size: 16px;
}
} }
.icon-search { .icon-search {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B