File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed
ui/utilities/media-objects Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 12
12
.slds-media {
13
13
display : flex ;
14
14
align-items : flex-start ;
15
+ }
15
16
16
- /* *
17
- * Defines the figure area
18
- *
19
- * @selector .slds-media__figure
20
- */
21
- & __figure {
22
- flex-shrink : 0 ;
23
- margin-right : $spacing-small ;
17
+ /* *
18
+ * Defines the figure area
19
+ *
20
+ * @selector .slds-media__figure
21
+ */
22
+ .slds-media__figure {
23
+ flex-shrink : 0 ;
24
+ margin-right : $spacing-small ;
25
+ }
24
26
25
- & _fixed-width {
26
- min-width : $square-icon-large-boundary ; // accommodate largest icon size
27
- }
28
- }
27
+ .slds-media__figure_fixed-width {
28
+ min-width : $square-icon-large-boundary ; // accommodate largest icon size
29
+ }
29
30
30
- /* *
31
- * Defines the body area
32
- *
33
- * @selector .slds-media__body
34
- * @modifier
35
- */
36
- & __body {
37
- flex : 1 ;
38
- min-width : 0 ; // This fixes an issue with truncation inside flexbox due to the changes in flex basis (already in FFOX, coming to Chrome)
39
- }
31
+ /* *
32
+ * Defines the body area
33
+ *
34
+ * @selector .slds-media__body
35
+ * @modifier
36
+ */
37
+ .slds-media__body {
38
+ flex : 1 ;
39
+ min-width : 0 ; // This fixes an issue with truncation inside flexbox due to the changes in flex basis (already in FFOX, coming to Chrome)
40
+ }
40
41
41
- & __body ,
42
- & __body > :last-child { // @TODO: Watch this - overreaching?
43
- margin-bottom : 0 ;
44
- }
42
+ .slds-media__body ,
43
+ .slds-media__body > :last-child { // @TODO: Watch this - overreaching?
44
+ margin-bottom : 0 ;
45
45
}
46
46
47
47
.slds-media-body-iefix {
You can’t perform that action at this time.
0 commit comments