Settings page (visual only)
This commit is contained in:
32
styles/widgets.scarlet
Normal file
32
styles/widgets.scarlet
Normal file
@ -0,0 +1,32 @@
|
||||
.widgets
|
||||
horizontal-wrap
|
||||
justify-content space-around
|
||||
|
||||
.widget
|
||||
vertical
|
||||
align-items center
|
||||
width 100%
|
||||
padding 0.25rem
|
||||
max-width 600px
|
||||
|
||||
.widget-element
|
||||
vertical-wrap
|
||||
ui-element
|
||||
margin-bottom 1rem
|
||||
padding 0.5rem 1rem
|
||||
width 100%
|
||||
max-width 700px
|
||||
|
||||
.widget-element-text
|
||||
horizontal
|
||||
clip-long-text
|
||||
justify-content flex-start
|
||||
align-items center
|
||||
width 100%
|
||||
|
||||
.widget-input
|
||||
vertical
|
||||
width 100%
|
||||
|
||||
.widget-title
|
||||
//
|
Reference in New Issue
Block a user