mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
fix:visibilty for forms
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user