File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Die Syntax von BEM finden wir jedoch etwas sperrig und haben uns für ein andere
140
140
.fact-list
141
141
list-style-type: disc
142
142
.fact-list__entry
143
- list-style-type: discline -height: 1.2
143
+ line -height: 1.2
144
144
.fact-list__entry--highlighted
145
145
font-weight: 700
146
146
</pre>
@@ -173,7 +173,7 @@ Die Syntax von BEM finden wir jedoch etwas sperrig und haben uns für ein andere
173
173
%img.media-list--image{…}
174
174
%li.media-list--item
175
175
%img.media-list--image{…}
176
-
176
+
177
177
.product--information
178
178
%h1.headline.xl Musterprodukt
179
179
```
@@ -192,23 +192,23 @@ Die Syntax von BEM finden wir jedoch etwas sperrig und haben uns für ein andere
192
192
``` sass
193
193
.media-list
194
194
margin-bottom: 20px
195
-
195
+
196
196
.media-list--item
197
197
width: 100%
198
-
198
+
199
199
.media-list--image
200
200
display: block
201
201
```
202
-
202
+
203
203
#### assets/stylesheets/specific-components/_ product.css.sass
204
204
205
205
``` sass
206
206
.product
207
207
background-color: $color-product-background
208
-
208
+
209
209
.product--images
210
210
+column(4)
211
-
211
+
212
212
.product--information
213
213
+column(8)
214
214
```
You can’t perform that action at this time.
0 commit comments