diff --git a/exemples/exemples.md b/exemples/exemples.md index 3d08875..8c56467 100644 --- a/exemples/exemples.md +++ b/exemples/exemples.md @@ -52,7 +52,7 @@ Les différents types d'input ont des styles
-
+
@@ -70,10 +70,21 @@ Les différents types d'input ont des styles - - +
+
+ +
- \ No newline at end of file + + +
\ No newline at end of file diff --git a/scss/moineau.scss b/scss/moineau.scss index 3494424..1771b9d 100644 --- a/scss/moineau.scss +++ b/scss/moineau.scss @@ -80,6 +80,8 @@ details main, .p, input, +textarea, +select, article { padding: 0; margin: 0 0 1rem 0; @@ -214,7 +216,7 @@ a, button, input { } } -input { +input, textarea, select { display:block; background-color: var(--background-color); border-radius: var(--border-radius); @@ -232,6 +234,11 @@ label { font-weight: bolder; } +textarea { + width: 100%; + margin-bottom: 1rem; +} + input[type=checkbox], input[type=radio] { display: inline-block; appearance: none;