forked from M3-Academy/m3-academy-template-checkout
develop #1
@ -7,6 +7,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 16px 0;
|
padding: 16px 0;
|
||||||
|
|
||||||
|
@include mq(xg, min) {
|
||||||
|
padding: 30px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@ -27,6 +31,11 @@
|
|||||||
max-width: 40%;
|
max-width: 40%;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
||||||
|
@include mq(xg, min) {
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
/*@include mq(md, max) {
|
/*@include mq(md, max) {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -52,6 +61,10 @@
|
|||||||
&__img {
|
&__img {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
||||||
|
@include mq(xg, min) {
|
||||||
|
height: 39px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -68,6 +81,10 @@
|
|||||||
&__img {
|
&__img {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 33px;
|
height: 33px;
|
||||||
|
|
||||||
|
@include mq(xg, min) {
|
||||||
|
height: 64px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -94,6 +111,11 @@
|
|||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
@include mq(xg, min) {
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
@ -103,14 +125,21 @@
|
|||||||
&__img {
|
&__img {
|
||||||
width: 44px;
|
width: 44px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
|
@include mq(xg, min) {
|
||||||
|
width: 87px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.m3-logo {
|
.m3-logo {
|
||||||
&__img {
|
&__img {
|
||||||
width: 12.3809%;
|
|
||||||
width: 26px;
|
width: 26px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
|
@include mq(xg, min) {
|
||||||
|
width: 55px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user