From 3df910b359125d35ca71f4e9419b0bd41d56718c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 14 Jun 2021 22:11:50 -0400 Subject: stripping bulma and cobalt; uneeded at this point --- .../bulma/sass/form/checkbox-radio.sass | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 _bulma/node_modules/bulma/sass/form/checkbox-radio.sass (limited to '_bulma/node_modules/bulma/sass/form/checkbox-radio.sass') diff --git a/_bulma/node_modules/bulma/sass/form/checkbox-radio.sass b/_bulma/node_modules/bulma/sass/form/checkbox-radio.sass deleted file mode 100644 index d9f3ff0..0000000 --- a/_bulma/node_modules/bulma/sass/form/checkbox-radio.sass +++ /dev/null @@ -1,21 +0,0 @@ -%checkbox-radio - cursor: pointer - display: inline-block - line-height: 1.25 - position: relative - input - cursor: pointer - &:hover - color: $input-hover-color - &[disabled], - fieldset[disabled] & - color: $input-disabled-color - cursor: not-allowed - -.checkbox - @extend %checkbox-radio - -.radio - @extend %checkbox-radio - & + .radio - margin-left: 0.5em -- cgit v1.2.3