frontend update

This commit is contained in:
carodej
2020-06-02 07:13:44 +02:00
parent 16c3625b0b
commit 331ee52ea3
37 changed files with 1821 additions and 772 deletions

View File

@@ -36,9 +36,9 @@
margin-bottom: 20px;
label {
@include font-size(12);
color: #AFAFAF;
font-weight: 700;
@include font-size(14);
color: $text-muted;
font-weight: 600;
display: block;
margin-bottom: 5px;
}
@@ -52,6 +52,20 @@
margin-top: 50px;
}
}
.inline-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.input-help {
@include font-size(12);
color: $text-muted;
line-height: 1.35;
padding-top: 10px;
display: block;
}
}
.error-message {
@@ -73,11 +87,11 @@ input[type="number"],
input[type="email"] {
border: 1px solid #ebebeb;
@include transition(150ms);
@include font-size(15);
@include font-size(14);
border-radius: 8px;
padding: 13px 20px;
appearance: none;
font-weight: 700;
font-weight: 600;
outline: 0;
width: 100%;
background: $light_mode_input_background;