This commit is contained in:
2023-08-11 19:31:57 +03:00
parent 9e9cd03a21
commit bb94eba766
4 changed files with 38 additions and 2 deletions

View File

@@ -994,7 +994,14 @@
}
.container_subscribe{
width: 33%;
width: 31%;
background: #FFFFFF;
border-radius: 10px;
padding: 2%;
}
.container_subscribe.first{
float: left;
}
.first-decr-subscribe{
@@ -1003,6 +1010,8 @@
font-size: 24px;
font-weight: 700;
color: #000000;
padding-bottom: 20px;
border-bottom: 2px solid #FF613A;
}
.price_subscribe{
@@ -1013,4 +1022,14 @@
font-weight: 500;
font-size: 16px;
color: #000000;
}
.options_subscribe{
padding-top: 20px;
}
.options_subscribe_title{
font-weight: 600;
font-size: 18px;
color: #272424;
padding-bottom: 10px;
}