Skip to content
Snippets Groups Projects
Commit bf2e3e51 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(form) : fix responsive hours

parent 4f458c7a
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!66Fix/form design create structure
......@@ -46,7 +46,7 @@
height: 40px;
display: grid;
// grid-template-columns: auto 70px auto 70px 30px 80px 1fr;
grid-template-columns: auto 70px auto 70px 30px 30px;
grid-template-columns: auto 52px auto 61px 30px 30px;
column-gap: 10px;
align-items: center;
justify-items: center;
......@@ -76,6 +76,8 @@ input {
border-radius: 4px;
height: 40px;
@include cn-regular-14;
min-width: 56px;
text-align: center;
}
p {
......@@ -106,3 +108,8 @@ img {
display: grid;
align-items: center;
}
input[type='time']::-webkit-calendar-picker-indicator {
background: none;
display: none;
}
......@@ -136,6 +136,7 @@ a {
}
}
}
// Layout
.w-100 {
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment