Initial commit
This commit is contained in:
27
client/scss/components/_working-hours.scss
Normal file
27
client/scss/components/_working-hours.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user