- commit
- c7a8ad03b7342c76c6d4f3d380260c74f0fd4d63
- parent
- a2e680676ea25640b3c24b855ae3f391fb176461
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-12-16 19:52
simplify form: rm border radius
Diffstat
| M | sass/form.scss | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/form.scss b/sass/form.scss
@@ -4,7 +4,6 @@ label {
4 4
5 5 %inputBase {
6 6 border: 1px solid $color-border;
7 -1 border-radius: 0.2em;
8 7 padding: 0.3em 0.75em;
9 8 font-family: inherit;
10 9 font-size: inherit;
@@ -66,6 +65,7 @@ button,
66 65 cursor: pointer;
67 66 line-height: 1.8;
68 67 text-align: center;
-1 68 border-radius: 0.3em;
69 69
70 70 @include button-color($color-link, $color-bg, $color-link-focus);
71 71 }