fix:visibilty for forms
This commit is contained in:
parent
2f9ef85614
commit
7c27436d21
@ -1,4 +1,6 @@
|
|||||||
.time-slot {
|
.time-slot {
|
||||||
|
flex-grow: 1;
|
||||||
|
flex : 0 0 calc(16.66% - 20px);
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
@ -9,9 +11,16 @@
|
|||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#customer-form{
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
#customer-form ::placeholder{
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
#timeslot-container{
|
#timeslot-container{
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(6, 1fr);
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-slot:hover {
|
.time-slot:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user