This commit is contained in:
Denys Konovalov
2020-08-12 16:36:58 +02:00
parent a3e9eed2f6
commit 7bcc902784
4 changed files with 18 additions and 63 deletions

View File

@ -8,30 +8,6 @@ body {
color: $white;
}
.list-items {
ul {
padding-left: 0;
li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
list-style-type: none;
&::before {
position: absolute;
content: "\e65d";
font-family: $icon-font;
font-size: 14px;
left: 0;
top: 1px;
color: $primary-color;
transition: .3s ease;
}
}
}
}
/* preloader */
.preloader {
@ -363,19 +339,17 @@ textarea.form-control{
li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
list-style-type: none;
&::before {
position: absolute;
content: "\e65d";
font-family: $icon-font;
font-size: 14px;
left: 0;
top: 1px;
color: $primary-color;
transition: .3s ease;
content: "";
height: 10px;
width: 10px;
border-radius: 50%;
background: #ffbc3b;
left: -25px;
top: 5px;
}
}
}