Added Models

This commit is contained in:
2020-06-09 10:02:07 +02:00
parent bab4c6d72e
commit bb03c4fc93
11 changed files with 104 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #CCC;
border-radius: 4px;
box-sizing: border-box;
resize: vertical;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
input[type=submit] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
}
+2
View File
@@ -17,3 +17,5 @@ $yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;
$sde-blue: #00788A;