mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 20:47:04 +02:00
Quick fix, icon change
This commit is contained in:
@@ -1156,7 +1156,7 @@ tr {
|
||||
height: 4.2rem;
|
||||
padding: 0 3rem; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
#admin-main .titlebar h1 i:before {
|
||||
#admin-main .titlebar h1 > i:first-child:before {
|
||||
content: "\f0c9"; } }
|
||||
#admin-main .titlebar .button-bar {
|
||||
padding: 0; }
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -223,7 +223,7 @@ $update-height: 3rem;
|
||||
@extend %vertical-align;
|
||||
|
||||
@include breakpoint(mobile-only){
|
||||
i:before {
|
||||
> i:first-child:before {
|
||||
content: "\f0c9";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user