- commit
- 75f3a47fec5a0995814a77039810b93555dfe489
- parent
- c9c0af7a5a0a62ba0fe8330194859ce75c3f60fe
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-01-03 00:55
inherit font size in buttons
Diffstat
| M | src/scss/components/_button.scss | 1 | + |
| M | src/scss/components/_dropdown.scss | 1 | + |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/scss/components/_button.scss b/src/scss/components/_button.scss
@@ -1,4 +1,5 @@ 1 1 .button { -1 2 font-size: inherit; 2 3 border: 1px solid transparent; 3 4 background: none; 4 5 cursor: pointer;
diff --git a/src/scss/components/_dropdown.scss b/src/scss/components/_dropdown.scss
@@ -21,6 +21,7 @@ 21 21 background: none; 22 22 display: block; 23 23 min-width: 100%; -1 24 font-size: inherit; 24 25 text-align: left; 25 26 padding: 0.2em 0.3em; 26 27 white-space: nowrap;