diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-23 07:28:53 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-23 07:28:53 +0300 |
| commit | 91ea9b7b0e7b2ad818c0ac026951cd5a9c68bfdf (patch) | |
| tree | acbaf8c3150445a58d03f26e604b97c98e4841b6 /src/App.scss | |
| parent | d2f3b6d2442a04e6bcb244d0644c8c0dd6caa8fe (diff) | |
checkbox radius
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 8732d23c..004c6fc3 100644 --- a/src/App.scss +++ b/src/App.scss @@ -178,8 +178,8 @@ input, textarea, .select { transition: color 200ms; width: 1.1em; height: 1.1em; - border-radius: $fallback--checkBoxRadius; - border-radius: var(--checkBoxRadius, $fallback--checkBoxRadius); + border-radius: $fallback--checkboxRadius; + border-radius: var(--checkboxRadius, $fallback--checkboxRadius); box-shadow: 0px 0px 2px black inset; box-shadow: var(--inputShadow); margin-right: .5em; |
