Initial commit

This commit is contained in:
Timon Ostertun
2020-09-19 12:56:10 +02:00
commit 139543199e
618 changed files with 128530 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
/*Working Hours*/
.working-hours {
border-radius: 5px;
p {
padding-top: 34px;
padding-bottom: 15px !important;
line-height: 0px;
padding-left: 10px;
padding-right: 10px;
margin-top: -8px !important;
width: 33.3%;
float: left;
margin-bottom: 10px;
display: inline-block;
&:nth-child(2) {
text-align: center;
}
&:last-child {
text-align: right;
}
}
&::after {
content: "";
clear: both;
display: table;
}
}