Mostly cosmetic changes
This commit is contained in:
@ -20,6 +20,17 @@
|
||||
margin-bottom 1rem
|
||||
overflow hidden
|
||||
|
||||
.widget-section
|
||||
vertical
|
||||
width 100%
|
||||
|
||||
.widget-title
|
||||
text-align left
|
||||
padding-bottom 0.5rem
|
||||
border-bottom 1px solid rgba(0, 0, 0, 0.1)
|
||||
// We need !important here to overwrite the h3:first-child rule
|
||||
margin 1rem 0 !important
|
||||
|
||||
.widget-ui-element
|
||||
vertical-wrap
|
||||
ui-element
|
||||
@ -36,17 +47,6 @@
|
||||
align-items center
|
||||
width 100%
|
||||
|
||||
.widget-section
|
||||
vertical
|
||||
width 100%
|
||||
|
||||
.widget-title
|
||||
text-align left
|
||||
padding-bottom 0.5rem
|
||||
border-bottom 1px solid rgba(0, 0, 0, 0.1)
|
||||
// We need !important here to overwrite the h3:first-child rule
|
||||
margin 1rem 0 !important
|
||||
|
||||
.widget-form
|
||||
width 100%
|
||||
max-width 650px
|
||||
|
Reference in New Issue
Block a user