(AppComponent) Theme options panel button position

This commit is contained in:
Sercan Yemen 2018-07-12 11:16:41 +03:00
parent 77f6062a55
commit adc93d5d40

View File

@ -11,7 +11,7 @@
.theme-options-button {
position: absolute;
top: 160px;
right: 70px;
right: 0;
width: 48px;
height: 48px;
line-height: 48px;
@ -23,10 +23,6 @@
opacity: .90;
z-index: 998;
@include media-breakpoint-down('md') {
right: 0;
}
mat-icon {
animation: rotating 3s linear infinite;
}