Merge pull request #232 from Safelite/BRM-css-organize-cleanup

CSS organize and cleanup.
This commit is contained in:
bmauger 2022-02-18 13:47:03 -05:00 committed by GitHub
commit 36e63f43de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -63,7 +63,6 @@ export default {
<style lang="scss">
.nested-radio {
padding: 20px; // For demo only
.ui-radio {
margin: .25rem 0;
}
@ -71,6 +70,7 @@ export default {
font-size: .875rem;
}
// For demo only
padding: 20px;
.show-hide {
max-height: 0;
transition: max-height 0.35s ease-out;

View file

@ -23,6 +23,7 @@
&.ui-radio,
&.ui-checkbox {
input[type=checkbox],
input[type=radio],
input[type=radio]+label:before,
input[type=checkbox]+label:before {
border: 1px solid $red;