Update 14.08.2020

This commit is contained in:
Denys Konovalov
2020-08-14 12:51:48 +02:00
parent 11d22591d0
commit d4f031c8ff
50 changed files with 54 additions and 79 deletions

View File

@ -339,17 +339,19 @@ textarea.form-control{
li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
list-style-type: none;
&::before {
position: absolute;
content: "";
height: 10px;
width: 10px;
border-radius: 50%;
background: #ffbc3b;
left: -25px;
top: 5px;
content: "\e65d";
font-family: "themify";
font-size: 14px;
left: 0;
top: 1px;
color: #ffbc3b;
transition: .3s ease;
}
}
}

View File

@ -1,7 +1,7 @@
/* banner feature */
.feature-icon {
font-size: 50px;
color: $primary-color;
font-size: 60px;
color: $secondary-color;
display: inline-block;
}
@ -81,7 +81,7 @@
border-radius: 50%;
background: $primary-color;
color: $white;
font-size: 20px;
font-size: 25px;
text-align: center;
i {
@ -163,21 +163,6 @@
/* /teacher */
/* footer */
.newsletter {
background-image: linear-gradient(to right, transparent 50%, $primary-color 50%);
margin-bottom: -170px;
position: relative;
z-index: 1;
&-block {
padding-left: 50px;
@include mobile {
padding-left: 15px;
}
}
}
.input-wrapper {
position: relative;

View File

@ -1,5 +1,5 @@
.top-header {
font-size: 12px;
font-size: 13px;
transition: transform .2s ease;
transform-origin: top;
font-weight: 600;