From 1cb77f7c4cb27e40e368656b6536bb208d96aef9 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 5 Feb 2022 18:32:31 +0100 Subject: Added text field --- src/_general.scss | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'src/_general.scss') diff --git a/src/_general.scss b/src/_general.scss index 82b9467..e03d0b3 100644 --- a/src/_general.scss +++ b/src/_general.scss @@ -52,18 +52,24 @@ ol { text-decoration: none; } -button { - box-sizing: content-box; - margin: 0; - padding: 0; - border: 0; - background-color: transparent; - color: currentColor; - font: inherit; - letter-spacing: inherit; - text-align: left; - text-transform: inherit; - appearance: none; + +button, +input, +textarea { + box-sizing: content-box; + margin: 0; + padding: 0; + border: 0; + background: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + font-style: inherit; + font-weight: inherit; + line-height: inherit; + text-align: inherit; + text-transform: inherit; + appearance: none; &::-moz-focus-inner { border: 0; -- cgit v1.2.3-70-g09d2