Oops, fix Settings page styles spreading to other pages via Turbo
Oh right, I made this mistake before too, lol! Once stylesheets are added, they don't go away!
This commit is contained in:
parent
88a2688ac8
commit
66978bf5a0
1 changed files with 50 additions and 49 deletions
|
@ -1,6 +1,7 @@
|
||||||
@import "../../partials/clean/constants"
|
@import "../../partials/clean/constants"
|
||||||
|
|
||||||
.settings-form
|
body.devise-registrations-edit
|
||||||
|
.settings-form
|
||||||
border: 1px solid $module-border-color
|
border: 1px solid $module-border-color
|
||||||
background: $module-bg-color
|
background: $module-bg-color
|
||||||
border-radius: 1em
|
border-radius: 1em
|
||||||
|
@ -48,8 +49,8 @@
|
||||||
ul
|
ul
|
||||||
padding-left: 2em
|
padding-left: 2em
|
||||||
|
|
||||||
.neopass-info
|
.neopass-info
|
||||||
margin-bottom: .5em
|
margin-bottom: .5em
|
||||||
|
|
||||||
.neopass-explanation
|
.neopass-explanation
|
||||||
font-size: .85em
|
font-size: .85em
|
||||||
|
|
Loading…
Reference in a new issue