File tree Expand file tree Collapse file tree
projects/social_platform/src
office/program/detail/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464
6565 & __analytics {
6666 padding : 12px ;
67- border-radius : var (--rounded-lg );
68- border : 0.5px solid var (--medium-grey-for-outline );
6967 background-color : var (--light-white );
68+ border : 0.5px solid var (--medium-grey-for-outline );
69+ border-radius : var (--rounded-lg );
7070 }
7171}
7272
9393 flex-direction : column ;
9494 gap : 10px ;
9595 align-items : center ;
96-
97- max-height : none ;
96+ max-height : none ;
9897
9998 & --scrollable {
10099 max-height : 180px ;
123122
124123 & __soon {
125124 position : relative ;
126- border-radius : var (--rounded-lg );
127- border : 0.5px solid var (--medium-grey-for-outline );
128125 margin-bottom : 4px ;
126+ border : 0.5px solid var (--medium-grey-for-outline );
127+ border-radius : var (--rounded-lg );
129128 }
130129
131130 & __closed {
132131 display : flex ;
133132 flex-direction : column ;
133+ gap : 2px ;
134134 align-items : center ;
135135 justify-content : center ;
136- gap : 2px ;
137136 padding : 24px 37px ;
138137
139- & --text {
138+ & --text {
140139 color : var (--dark-grey );
141140 }
142141
154153 & __info {
155154 display : flex ;
156155 flex-direction : column ;
156+ gap : 2px ;
157157 align-items : center ;
158158 justify-content : center ;
159- gap : 2px ;
160159 margin-top : 8px ;
161160
162161 p {
163162 width : 60% ;
164- text-align : center ;
165163 color : var (--accent );
164+ text-align : center ;
166165 }
167166 }
168167}
391390 & __top {
392391 display : flex ;
393392 flex-direction : column ;
394- margin-bottom : 10px ;
395393 gap : 10px ;
396394 align-items : center ;
395+ margin-bottom : 10px ;
397396 }
398397
399398 & __title {
Original file line number Diff line number Diff line change 110110
111111 & --extra-small {
112112 padding : 2px 10px ;
113+
113114 @include typography .body-6 ;
114115 }
115116
Original file line number Diff line number Diff line change 245245 @include body-10 ;
246246}
247247
248-
249248@mixin body-6 {
250249 font-family : Mont, sans-serif ;
251250 font-size : 6px ;
You can’t perform that action at this time.
0 commit comments