|
10 | 10 | border: 1px dashed #ccc;
|
11 | 11 | margin-right: 10px;
|
12 | 12 | flex: 0 0 150px; }
|
| 13 | + .cf-container-widget .cf-icon-preview { |
| 14 | + flex: 0 0 100px; } |
13 | 15 | @media screen and (max-width: 768px) {
|
14 | 16 | .cf-icon-preview {
|
15 | 17 | flex: 1 0 auto;
|
|
24 | 26 | margin: auto;
|
25 | 27 | min-height: 100px;
|
26 | 28 | justify-content: center;
|
27 |
| - align-items: center; } |
| 29 | + align-items: center; |
| 30 | + text-align: center; } |
| 31 | + .cf-container-widget .cf-icon-preview__canvas { |
| 32 | + line-height: 20px; |
| 33 | + min-height: 60px; } |
28 | 34 |
|
29 | 35 | .cf-icon-preview__canvas i {
|
30 | 36 | font-size: 64px;
|
31 | 37 | line-height: 100px; }
|
| 38 | + .cf-container-widget .cf-icon-preview__canvas i { |
| 39 | + line-height: 60px; } |
32 | 40 | .cf-icon-preview__canvas i.dashicons-before:before {
|
33 | 41 | font-size: 64px;
|
34 | 42 | line-height: 100px;
|
35 | 43 | width: auto;
|
36 | 44 | height: auto; }
|
| 45 | + .cf-container-widget .cf-icon-preview__canvas i.dashicons-before:before { |
| 46 | + line-height: 80px; } |
| 47 | + |
| 48 | +.cf-icon-preview__canvas img { |
| 49 | + width: 64px; } |
37 | 50 |
|
38 | 51 | .cf-icon-preview__label {
|
39 | 52 | width: 100%;
|
|
82 | 95 | text-align: center; }
|
83 | 96 | .cf-icon-switcher__options-list__item:hover, .cf-icon-switcher__options-list__item--selected {
|
84 | 97 | background: #eee; }
|
| 98 | + .cf-container-user-meta .cf-icon-switcher__options-list__item, |
| 99 | + .cf-container-term-meta .cf-icon-switcher__options-list__item { |
| 100 | + flex: 0 0 25%; } |
| 101 | + .cf-container-widget .cf-icon-switcher__options-list__item { |
| 102 | + flex: 0 0 33.33333%; } |
85 | 103 | @media screen and (max-width: 1400px) {
|
86 | 104 | .cf-icon-switcher__options-list__item {
|
87 | 105 | flex: 0 0 25%; } }
|
|
98 | 116 | align-items: center;
|
99 | 117 | justify-content: center; }
|
100 | 118 |
|
101 |
| -.cf-icon-switcher__options-list i { |
| 119 | +.cf-icon-switcher__options-list i, |
| 120 | +.cf-icon-switcher__options-list img { |
102 | 121 | width: 24px;
|
103 |
| - color: #73777c; |
104 | 122 | margin-bottom: 10px; }
|
| 123 | + |
| 124 | +.cf-icon-switcher__options-list i { |
| 125 | + color: #73777c; } |
105 | 126 | .cf-icon-switcher__options-list i:before {
|
106 | 127 | font-size: 20px; }
|
107 | 128 |
|
|
134 | 155 | line-height: 18px;
|
135 | 156 | border-radius: 0;
|
136 | 157 | border: 0 !important;
|
137 |
| - box-shadow: none !important; } |
| 158 | + box-shadow: none !important; |
| 159 | + width: auto !important; } |
138 | 160 |
|
139 | 161 | .cf-icon-search__clear {
|
140 | 162 | margin-right: 5px !important;
|
|
0 commit comments