Skip to content
Snippets Groups Projects
Commit c8564fb7 authored by Gaelle Morin's avatar Gaelle Morin
Browse files

platform specific styling to inputs and select are removed

parent 5a6b3f83
No related branches found
No related tags found
No related merge requests found
#offers-list > sib-form > form {
border-bottom: 1px solid $color-grey1;
display: grid;
grid-gap: 0px 24px;
grid-gap: 0px 30px;
grid-template-columns: 33% auto;
padding-bottom: 3em;
......@@ -25,8 +25,6 @@
padding: 0.5em 12.5em 0.5em 1em;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
background-image:
linear-gradient(45deg, transparent 50%, $color-grey 50%),
......
......@@ -60,6 +60,11 @@ h4 {
font-size: 0.68em;
}
input, select {
-webkit-appearance: none;
-moz-appearance: none;
}
.debug {
outline: 2px dotted red;
}
......
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