General styles

This commit is contained in:
Fede Álvarez 2022-05-26 17:40:24 +02:00
parent a914b3db60
commit 451b7dd590
3 changed files with 9 additions and 1 deletions

View File

@ -97,8 +97,9 @@
}
line-height: 120%;
padding-top: tovw(15px, 'default', 15px);
padding-top: tovw(10px, 'default', 5px);
width: tovw(500px, 'default', 300px);
z-index: 5;
}
.line {
@ -115,6 +116,7 @@
height: tovw(140px, 'default', 140px);
transform: scaleX(1.5);
padding-right: tovw(25px, 'default', 15px);
z-index: 5;
}
}
@ -125,6 +127,8 @@
justify-content: space-between;
}
z-index: 5;
.arrow {
@include respond-to('mobile') {
display: unset;

View File

@ -76,6 +76,7 @@
margin-top: tovw(16px, 'default', 10px);
width: tovw(800px, 'default');
gap: tovw(50px, 'default', 40px);
z-index: 5;
div {
&:first-child {

View File

@ -95,6 +95,7 @@
line-height: 120%;
padding-top: tovw(15px, 'default', 15px);
width: tovw(600px, 'default', 300px);
z-index: 5;
}
.line {
@ -120,6 +121,8 @@
display: flex;
}
z-index: 5;
.arrow {
@include respond-to('mobile') {
display: unset;