45 lines
813 B
Plaintext
Raw Normal View History

2017-07-09 04:22:14 +02:00
.widget
vertical
2017-11-07 09:43:28 +01:00
flex 1
2018-11-21 16:43:41 +09:00
margin content-padding-half
2017-07-04 01:50:22 +02:00
2017-10-13 00:44:19 +02:00
.widget-section
vertical
width 100%
2018-03-09 16:08:35 +01:00
.widget-section-with-preview
horizontal
.widget-section-preview
display flex
justify-content center
align-items center
margin-left 1rem
img
anime-mini-item-image
2017-10-13 00:44:19 +02:00
.widget-title
2017-11-27 18:04:28 +01:00
horizontal
2017-12-02 19:50:39 +01:00
align-items center
2017-10-13 00:44:19 +02:00
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
2017-10-09 15:47:40 +02:00
.widget-ui-element
vertical-wrap
ui-element
2017-10-20 02:43:02 +02:00
transition border transition-speed ease, background transition-speed ease, transform transition-speed ease, color transition-speed ease
margin-bottom 1rem
2016-12-06 19:43:43 +09:00
padding 0.5rem 1rem
width 100%
2017-07-09 04:22:14 +02:00
// max-width 700px
2017-07-09 04:22:14 +02:00
.widget-form
width 100%
max-width 650px
2017-11-27 18:04:28 +01:00
margin 0 auto
.indent
margin-left 1rem