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