@@ -71,15 +71,15 @@ Styleguide Components.ArticlePreview
7171 object-fit : cover;
7272 height : 100% ;
7373}
74- /* (List) News */
74+ /* News */
7575.c-article-preview--news .c-article-preview__media {
7676 height : 180px ;
7777}
78- /* (List) Allocations */
78+ /* Allocations */
7979.c-article-preview--allocs .c-article-preview__media {
8080 height : 10rem ;
8181}
82- /* (List) Events */
82+ /* Events */
8383.c-article-preview--events .c-article-preview__media {
8484 display : none;
8585}
@@ -101,20 +101,20 @@ Styleguide Components.ArticlePreview
101101.c-article-preview__title a : focus {
102102 color : inherit;
103103}
104- /* (List) News */
104+ /* News */
105105.c-article-preview--news .c-article-preview__title {
106106 font-size : 1.8rem ;
107107}
108- /* (List) Allocations */
108+ /* Allocations */
109109.c-article-preview--allocs .c-article-preview__title {
110110 font-size : 1.6rem ;
111111}
112- /* (List) Events */
112+ /* Events */
113113.c-article-preview--events .c-article-preview__title {
114114 font-size : 1.4rem ;
115115 color : var (--global-color-primary--xx-dark );
116116}
117- /* (List) Docs */
117+ /* Docs */
118118.c-article-preview--docs .c-article-preview__title {
119119 font-size : 1.4rem ;
120120 color : var (--global-color-primary--xx-dark );
@@ -131,20 +131,20 @@ Styleguide Components.ArticlePreview
131131
132132 line-height : 2.4rem ;
133133}
134- /* (List) News */
134+ /* News */
135135.c-article-preview--news .c-article-preview__abstract {
136136 font-size : 1.6rem ;
137137}
138- /* (List) Allocations */
138+ /* Allocations */
139139.c-article-preview--allocs .c-article-preview__abstract {
140140 display : none;
141141}
142- /* (List) Events */
142+ /* Events */
143143.c-article-preview--events .c-article-preview__abstract {
144144 font-size : 1.4rem ;
145145 color : var (--global-color-primary--xx-dark );
146146}
147- /* (List) Docs */
147+ /* Docs */
148148.c-article-preview--docs .c-article-preview__abstract {
149149 font-size : 1.4rem ;
150150 color : var (--global-color-primary--xx-dark );
@@ -165,7 +165,7 @@ Styleguide Components.ArticlePreview
165165
166166 margin-bottom : 0 ; /* overwrite Bootstrap and browser */
167167}
168- /* (List) Allocations */
168+ /* Allocations */
169169.c-article-preview--allocs .c-article-preview__metadata {
170170 order : 5 ;
171171}
@@ -183,17 +183,17 @@ Styleguide Components.ArticlePreview
183183
184184 white-space : pre;
185185}
186- /* (List) News */
186+ /* News */
187187.c-article-preview--news .c-article-preview__date {
188188 margin-bottom : 0.8rem ; /* overwrite Bootstrap */
189189 font-size : 1.0rem ;
190190}
191- /* (List) Events */
191+ /* Events */
192192.c-article-preview--events .c-article-preview__date {
193193 font-size : 1.4rem ;
194194 color : var (--global-color-accent--normal );
195195}
196- /* (List) Allocations */
196+ /* Allocations */
197197.c-article-preview--allocs .c-article-preview__date {
198198 font-size : 1.6rem ;
199199}
@@ -207,9 +207,9 @@ Styleguide Components.ArticlePreview
207207 font-weight : var (--bold );
208208 text-transform : uppercase;
209209}
210- /* (List) Events */
210+ /* Events */
211211.c-article-preview--events .c-article-preview__type ,
212- /* (List) Allocations */
212+ /* Allocations */
213213.c-article-preview--allocs .c-article-preview__type {
214214 display : none;
215215}
@@ -219,11 +219,11 @@ Styleguide Components.ArticlePreview
219219.c-article-preview__author {
220220 order : 3 ;
221221}
222- /* (List) News */
222+ /* News */
223223.c-article-preview--news .c-article-preview__author ,
224- /* (List) Events */
224+ /* Events */
225225.c-article-preview--events .c-article-preview__author ,
226- /* (List) Allocations */
226+ /* Allocations */
227227.c-article-preview--allocs .c-article-preview__author {
228228 display : none;
229229}
0 commit comments