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,6 +1,7 @@
/* ----------------------------- */
/* ==Buttons */
/* ==Buttons styling */
/* ----------------------------- */
/* preferably use <button> for buttons !*/
/* use .btn-- or .button-- classes for variants */
@ -19,9 +20,6 @@
border: none;
border-radius: $border-radius;
background-color: $color-muted;
font-family: inherit;
font-size: inherit;
line-height: 1;
}
.btn,