This commit is contained in:
Andre Beging
2020-02-13 11:56:58 +01:00
parent ccbfefcdee
commit 9acadf5e62
14 changed files with 44 additions and 6 deletions

View File

@@ -41,11 +41,15 @@
}
}
input[type=text], input[type=email], select, textarea {
width: 100%;
border: 1px solid #ccc;
border-radius: 4px;
padding: 4px;
border-radius: 10px;
font-size: 1.4em;
padding: 10px;
padding-left: 15px;
border-left: 5px solid $primary-color;
}