File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.column
2+ overflow : hidden
23 + mobile
34 & + .column
4- margin-top : 20 px
5+ margin-top : $ column-gap
56 + tablet
67 flex : 1
78 & + .column
8- margin-left : 20 px
9+ margin-left : $ column-gap
910 & .is-double
1011 flex : 2
1112 & .is-triple
2829
2930.columns
3031 & :not (:last-child )
31- margin-bottom : 20 px
32+ margin-bottom : $ column-gap
3233 + tablet
3334 display : flex
3435 & .is-gapless
Original file line number Diff line number Diff line change 2525 + tablet
2626 margin-right : 10px
2727
28+ .media-left
29+ + mobile
30+ margin-bottom : 20px
31+ + tablet
32+ margin-right : 20px
33+
34+ .media-right
35+ + mobile
36+ margin-top : 20px
37+ + tablet
38+ margin-left : 20px
39+
2840.media-content
2941 flex : 1
42+ text-align : left
3043 .textarea
3144 min-height : 60px
3245
3346.media
3447 align-items : flex-start
48+ text-align : left
3549 .content :not (:last-child )
3650 margin-bottom : 10px
3751 .media
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ $size-7: 11px
3333
3434// Dimensions
3535
36+ $column-gap : 20px
37+
3638$header-height : 50px
3739
3840// Miscellaneous
Original file line number Diff line number Diff line change 5555.hamburger
5656 cursor : pointer
5757 display : block
58- height : $ header-height
58+ height : 50 px
5959 position : relative
60- width : $ header-height
60+ width : 50 px
6161 span
6262 background : $text
6363 display : block
9090 margin-left : -5px
9191 transform : rotate(-45deg )
9292 transform-origin : left bottom
93+ + tablet
94+ height : $header-height
95+ width : $header-height
9396
9497.heading
9598 display : block
Original file line number Diff line number Diff line change 33 background : white
44 box-shadow : 0 1px 2px rgba(black , 0.1 )
55 display : flex
6- height : $ header-height
6+ height : 50 px
77 line-height : 24px
88 position : relative
99 text-align : center
1313 box-shadow : 0 1px 0 rgba($border , 0.3 )
1414 display : flex
1515 width : 100%
16+ + tablet
17+ height : $header-height
1618
1719.header-toggle
1820 @extend .hamburger
109111 background : white
110112 box-shadow : 0 4px 7px rgba(black , 0.1 )
111113 display : none
114+ min-width : 120px
112115 position : absolute
113116 right : 0
114- top : $ header-height
117+ top : 50 px
115118 z-index : 100
116119 .header-item
117120 border-top : 1px solid rgba($border , 0.5 )
You can’t perform that action at this time.
0 commit comments