53 lines
958 B
Plaintext
Raw Normal View History

2017-06-18 18:22:43 +00:00
.widgets
2017-07-09 02:22:14 +00:00
display grid
grid-template-columns 1fr
2016-12-06 03:36:31 +00:00
2017-07-09 02:22:14 +00:00
> 810px
.widgets
grid-template-columns repeat(2, 1fr)
grid-gap content-padding
2017-07-03 23:42:54 +00:00
> 1240px
2017-07-09 02:22:14 +00:00
.widgets
grid-template-columns repeat(3, 1fr)
2017-07-09 02:22:14 +00:00
> 1640px
.widgets
grid-template-columns repeat(4, 1fr)
.widget
vertical
2017-07-15 23:46:36 +00:00
margin-bottom 1rem
2017-07-09 02:52:13 +00:00
overflow hidden
2017-07-03 23:50:22 +00:00
2017-10-12 22:44:19 +00:00
.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
2017-10-09 13:47:40 +00:00
.widget-ui-element
vertical-wrap
ui-element
2017-06-25 21:07:14 +00:00
transition border transition-speed ease, background transition-speed ease, transform transition-speed ease, transform color ease
margin-bottom 1rem
2016-12-06 10:43:43 +00:00
padding 0.5rem 1rem
width 100%
2017-07-09 02:22:14 +00:00
// max-width 700px
2017-10-09 13:47:40 +00:00
.widget-ui-element-text
horizontal
2017-06-07 23:14:45 +00:00
clip-long-text
2016-12-06 03:36:31 +00:00
justify-content flex-start
align-items center
2017-06-18 18:22:43 +00:00
width 100%
2017-07-09 02:22:14 +00:00
.widget-form
width 100%
max-width 650px
margin 0 auto