From 91ea9b7b0e7b2ad818c0ac026951cd5a9c68bfdf Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 23 Nov 2018 07:28:53 +0300 Subject: checkbox radius --- src/App.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/App.scss') 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; -- cgit v1.2.3-70-g09d2