mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
toolbar adjustments
This commit is contained in:
parent
4cbbd3a1d6
commit
7297a9b4a4
|
@ -79,7 +79,7 @@
|
||||||
</button>
|
</button>
|
||||||
</md-menu>
|
</md-menu>
|
||||||
|
|
||||||
<div class="toolbar-separator"></div>
|
<div class="toolbar-separator" fxHide fxShow.gt-xs></div>
|
||||||
|
|
||||||
<button md-icon-button
|
<button md-icon-button
|
||||||
class="mat-icon-button quick-panel-toggle-button"
|
class="mat-icon-button quick-panel-toggle-button"
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
min-width: 64px;
|
min-width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down('xs') {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background: rgba(0, 0, 0, .12);
|
background: rgba(0, 0, 0, .12);
|
||||||
|
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down('xs') {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user