master
Jakob 2020-03-08 03:48:25 +01:00
parent c848c21ef2
commit dfe522039d
1 changed files with 16 additions and 0 deletions

View File

@ -317,3 +317,19 @@ div.form {
padding: 14px 20px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
section {
border-radius: 5px;
border: 1px solid #001858;
background-color: #f3d2c1;
padding: 14px 20px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
article {
border-radius: 5px;
border: 1px solid #001858;
background-color: #fef6e4;
padding: 14px 20px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}