diff options
author | Volpeon <git@volpeon.ink> | 2022-02-05 18:32:31 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-05 18:32:31 +0100 |
commit | 1cb77f7c4cb27e40e368656b6536bb208d96aef9 (patch) | |
tree | f2e21f92a50c78895473d998811488fdb96cfec3 /src/_general.scss | |
parent | Added button (diff) | |
download | iro-design-1cb77f7c4cb27e40e368656b6536bb208d96aef9.tar.gz iro-design-1cb77f7c4cb27e40e368656b6536bb208d96aef9.tar.bz2 iro-design-1cb77f7c4cb27e40e368656b6536bb208d96aef9.zip |
Added text field
Diffstat (limited to 'src/_general.scss')
-rw-r--r-- | src/_general.scss | 30 |
1 files changed, 18 insertions, 12 deletions
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 { | |||
52 | text-decoration: none; | 52 | text-decoration: none; |
53 | } | 53 | } |
54 | 54 | ||
55 | button { | 55 | |
56 | box-sizing: content-box; | 56 | button, |
57 | margin: 0; | 57 | input, |
58 | padding: 0; | 58 | textarea { |
59 | border: 0; | 59 | box-sizing: content-box; |
60 | background-color: transparent; | 60 | margin: 0; |
61 | color: currentColor; | 61 | padding: 0; |
62 | font: inherit; | 62 | border: 0; |
63 | letter-spacing: inherit; | 63 | background: none; |
64 | text-align: left; | 64 | color: currentColor; |
65 | text-transform: inherit; | 65 | font-family: inherit; |
66 | appearance: none; | 66 | font-size: 1em; |
67 | font-style: inherit; | ||
68 | font-weight: inherit; | ||
69 | line-height: inherit; | ||
70 | text-align: inherit; | ||
71 | text-transform: inherit; | ||
72 | appearance: none; | ||
67 | 73 | ||
68 | &::-moz-focus-inner { | 74 | &::-moz-focus-inner { |
69 | border: 0; | 75 | border: 0; |