mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-09 18:44:06 +00:00
New assets, general style changes, CMS
This commit is contained in:
@@ -128,12 +128,18 @@ const ProductsToken = {
|
||||
tokenImg {
|
||||
url
|
||||
}
|
||||
tokenImgLight {
|
||||
url
|
||||
}
|
||||
tokenItem01
|
||||
tokenItem02
|
||||
tokenItem03
|
||||
tokenMobileImg {
|
||||
url
|
||||
}
|
||||
tokenMobileImgLight {
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user