Save
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
padding: 30px;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
border: 1px solid #14183e0f;
|
||||
// border: 1px solid #14183e0f;
|
||||
background: #eeeeee;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
@@ -33,7 +34,9 @@
|
||||
column-gap: 20px;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 15px;
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #181c1d;
|
||||
}
|
||||
|
||||
.product-parameters__img {
|
||||
@@ -49,7 +52,7 @@
|
||||
}
|
||||
.product-parameters__content {
|
||||
.product-parameters__title {
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
@@ -60,7 +63,7 @@
|
||||
}
|
||||
}
|
||||
.product-parameters__description {
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 400;
|
||||
line-height: 1.3;
|
||||
|
||||
Reference in New Issue
Block a user