|
26 | 26 | // .list > .item > i |
27 | 27 | >img, |
28 | 28 | >i { |
29 | | - margin-right: components('list', 'media', 'margin-right'); |
| 29 | + margin-right: components('list', 'item', 'media', 'margin-right'); |
30 | 30 | } |
31 | 31 | // .list > .item > span |
32 | 32 | // .list > .item > div |
|
40 | 40 | >.#{class('list', 'body')} { |
41 | 41 | display : initial; |
42 | 42 | flex : 1; |
43 | | - line-height: components('list', 'body', 'line-height'); |
44 | | - text-align : components('list', 'body', 'text-align'); |
| 43 | + line-height: components('list', 'item', 'body', 'line-height'); |
| 44 | + text-align : components('list', 'item', 'body', 'text-align'); |
45 | 45 | // .list > .item > .body > .title |
46 | 46 | // .list > .item > .body > .subtitle |
47 | 47 | >.#{class('list', 'title')}, |
|
50 | 50 | } |
51 | 51 | // .list > .item > .body > .title |
52 | 52 | >.#{class('list', 'title')} { |
53 | | - font-size : components('list', 'title', 'font-size'); |
54 | | - font-weight: components('list', 'title', 'font-weight'); |
55 | | - line-height: components('list', 'title', 'line-height'); |
| 53 | + font-size : components('list', 'item', 'title', 'font-size'); |
| 54 | + font-weight: components('list', 'item', 'title', 'font-weight'); |
| 55 | + line-height: components('list', 'item', 'title', 'line-height'); |
56 | 56 | } |
57 | 57 | // .list > .item > .body > .subtitle |
58 | 58 | >.#{class('list', 'subtitle')} { |
59 | | - font-size : components('list', 'subtitle', 'font-size'); |
60 | | - font-weight : components('list', 'subtitle', 'font-weight'); |
61 | | - margin-bottom: components('list', 'subtitle', 'margin-bottom'); |
| 59 | + font-size : components('list', 'item', 'subtitle', 'font-size'); |
| 60 | + font-weight : components('list', 'item', 'subtitle', 'font-weight'); |
| 61 | + margin-bottom: components('list', 'item', 'subtitle', 'margin-bottom'); |
62 | 62 | @if theme('type') == 'light' { |
63 | 63 | color: darken(color.$grey, 20%); |
64 | 64 | } @else if theme('type') == 'dark' { |
|
68 | 68 | } |
69 | 69 | // .list > .item > .actions |
70 | 70 | >.#{class('list', 'actions')} { |
71 | | - width : components('list', 'actions', 'width'); |
72 | | - margin-left: components('list', 'actions', 'margin-left'); |
| 71 | + width : components('list', 'item', 'actions', 'width'); |
| 72 | + margin-left: components('list', 'item', 'actions', 'margin-left'); |
73 | 73 | } |
74 | 74 | // .list > .item.active |
75 | 75 | &.#{class('list', 'active')} { |
|
0 commit comments