42 lines
709 B
Plaintext
Raw Normal View History

2017-06-18 20:22:43 +02:00
.widgets
2016-12-06 12:36:31 +09:00
horizontal-wrap
justify-content space-around
2017-06-18 20:22:43 +02:00
.widget
vertical
align-items center
2016-12-06 12:36:31 +09:00
width 100%
2016-12-06 19:43:43 +09:00
padding 0.25rem
2017-07-04 01:42:54 +02:00
max-width 400px
> 1240px
.widget
max-width 30vw
2017-07-04 01:50:22 +02:00
< 810px
.widget
max-width 600px
2017-06-18 20:22:43 +02:00
.widget-element
vertical-wrap
ui-element
2017-06-25 23:07:14 +02:00
transition border transition-speed ease, background transition-speed ease, transform transition-speed ease, transform color ease
margin-bottom 1rem
2016-12-06 19:43:43 +09:00
padding 0.5rem 1rem
width 100%
max-width 700px
2017-06-18 20:22:43 +02:00
.widget-element-text
horizontal
2017-06-08 01:14:45 +02:00
clip-long-text
2016-12-06 12:36:31 +09:00
justify-content flex-start
align-items center
2017-06-18 20:22:43 +02:00
width 100%
.widget-input
vertical
width 100%
.widget-title
2017-07-05 04:10:19 +02:00
// We need !important here to overwrite the h3:first-child rule
margin 1rem 0 !important