mise à jour du reset (suppression reset vendor)

This commit is contained in:
Raphael 2019-07-17 15:58:20 +02:00
parent ab7adc8a14
commit 57b13b909b
7 changed files with 187 additions and 393 deletions

View file

@ -1,28 +1,6 @@
/* ----------------------------- */
/* ==Forms */
/* ==Forms styling */
/* ----------------------------- */
/* thanks to HTML5boilerplate and https://shoelace.style/ */
/* forms items */
form,
fieldset {
border: none;
}
fieldset {
padding: $spacer-medium;
& legend {
padding: 0 $spacer-tiny;
border: 0;
white-space: normal;
}
}
label {
display: inline-block;
cursor: pointer;
}
[type="color"],
[type="date"],
@ -106,9 +84,4 @@ textarea:-moz-placeholder {
input::placeholder,
textarea::placeholder {
color: #777;
}
progress {
width: 100%;
vertical-align: middle;
}
}