diff --git a/src/modules/checkbox.less b/src/modules/checkbox.less index 5582e1607..acfd83b34 100755 --- a/src/modules/checkbox.less +++ b/src/modules/checkbox.less @@ -23,6 +23,10 @@ .ui.checkbox { position: relative; display: inline-block; + + width: 1em; + height: 1.5em; + outline: none; vertical-align: middle; } @@ -452,30 +456,11 @@ ---------------*/ .ui.checkbox { - width: 1em; - height: 1em; -} -.ui.checkbox, -.ui.checkbox .box, -.ui.checkbox label { font-size: 1em; } - .ui.large.checkbox { - width: 1.25em; - height: 1.25em; -} -.ui.large.checkbox, -.ui.large.checkbox .box, -.ui.large.checkbox label { font-size: 1.25em; } .ui.huge.checkbox { - width: 1.5em; - height: 1.5em; -} -.ui.huge.checkbox, -.ui.huge.checkbox .box, -.ui.huge.checkbox label { font-size: 1.5em; } \ No newline at end of file