Location: Style fixes
This commit is contained in:
@@ -6,11 +6,14 @@
|
|||||||
|
|
||||||
// Title
|
// Title
|
||||||
&__title {
|
&__title {
|
||||||
padding: pxVW(224) 0 pxVW(240);
|
padding: pxVW(400) 0 pxVW(400);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|
||||||
|
@include breakpoint (sm) {
|
||||||
|
padding: pxVW(224) 0 pxVW(240);
|
||||||
|
}
|
||||||
@include breakpoint (xxl) {
|
@include breakpoint (xxl) {
|
||||||
padding-top: 240px;
|
padding-top: 240px;
|
||||||
padding-bottom: 280px;
|
padding-bottom: 280px;
|
||||||
@@ -35,7 +38,11 @@
|
|||||||
.button-control--dashed {
|
.button-control--dashed {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-left: -24px;
|
margin-left: -12px;
|
||||||
|
|
||||||
|
@include breakpoint (sm) {
|
||||||
|
margin-left: -24px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -97,8 +104,10 @@
|
|||||||
|
|
||||||
// Toggle
|
// Toggle
|
||||||
.toggle {
|
.toggle {
|
||||||
@include breakpoint (xs) {
|
display: none;
|
||||||
display: none;
|
|
||||||
|
@include breakpoint (md) {
|
||||||
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user