New assets, general style changes, CMS

This commit is contained in:
Fede Álvarez
2022-06-27 13:01:24 +02:00
parent 685553727a
commit 4876a56e56
12 changed files with 70 additions and 62 deletions
+6
View File
@@ -128,12 +128,18 @@ const ProductsToken = {
tokenImg {
url
}
tokenImgLight {
url
}
tokenItem01
tokenItem02
tokenItem03
tokenMobileImg {
url
}
tokenMobileImgLight {
url
}
}
}
`
+7 -3
View File
@@ -71,19 +71,23 @@
}
ul {
margin: tovw(76px, 'default', 40px) 0;
padding-left: tovw(87px, 'default', 22px);
margin: tovw(50px, 'default', 30px) 0;
padding-left: tovw(27px, 'default', 22px);
list-style: none;
position: relative;
li {
p {
margin: tovw(15px, 'default', 10px);
}
&::before {
content: '';
position: absolute;
border-radius: 50%;
height: 8px;
width: 8px;
margin-top: 9px;
margin-top: tovw(15px, 'default', 8px);
background: var(--color-accent);
left: 0;
}