Merge pull request #232 from Safelite/BRM-css-organize-cleanup
CSS organize and cleanup.
This commit is contained in:
commit
36e63f43de
2 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ export default {
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.nested-radio {
|
.nested-radio {
|
||||||
padding: 20px; // For demo only
|
|
||||||
.ui-radio {
|
.ui-radio {
|
||||||
margin: .25rem 0;
|
margin: .25rem 0;
|
||||||
}
|
}
|
||||||
|
|
@ -71,6 +70,7 @@ export default {
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
}
|
}
|
||||||
// For demo only
|
// For demo only
|
||||||
|
padding: 20px;
|
||||||
.show-hide {
|
.show-hide {
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
transition: max-height 0.35s ease-out;
|
transition: max-height 0.35s ease-out;
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
&.ui-radio,
|
&.ui-radio,
|
||||||
&.ui-checkbox {
|
&.ui-checkbox {
|
||||||
input[type=checkbox],
|
input[type=checkbox],
|
||||||
|
input[type=radio],
|
||||||
input[type=radio]+label:before,
|
input[type=radio]+label:before,
|
||||||
input[type=checkbox]+label:before {
|
input[type=checkbox]+label:before {
|
||||||
border: 1px solid $red;
|
border: 1px solid $red;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue