Change Switcher position with responsive
This commit is contained in:
@@ -2,10 +2,14 @@
|
|||||||
$shadow-color: rgba(0, 0, 0, 0.05);
|
$shadow-color: rgba(0, 0, 0, 0.05);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
bottom: 0;
|
bottom: 16px;
|
||||||
left: 0;
|
left: 16px;
|
||||||
|
|
||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
|
bottom: 20px;
|
||||||
|
left: 20px;
|
||||||
|
}
|
||||||
|
@include bp (md) {
|
||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
left: 40px;
|
left: 40px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user