Skip to content

Commit fe03414

Browse files
committed
Add bundles
1 parent e7916ec commit fe03414

File tree

5 files changed

+34
-12
lines changed

5 files changed

+34
-12
lines changed

build/bundle.css

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
border: 1px dashed #ccc;
1111
margin-right: 10px;
1212
flex: 0 0 150px; }
13+
.cf-container-widget .cf-icon-preview {
14+
flex: 0 0 100px; }
1315
@media screen and (max-width: 768px) {
1416
.cf-icon-preview {
1517
flex: 1 0 auto;
@@ -24,16 +26,27 @@
2426
margin: auto;
2527
min-height: 100px;
2628
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; }
2834

2935
.cf-icon-preview__canvas i {
3036
font-size: 64px;
3137
line-height: 100px; }
38+
.cf-container-widget .cf-icon-preview__canvas i {
39+
line-height: 60px; }
3240
.cf-icon-preview__canvas i.dashicons-before:before {
3341
font-size: 64px;
3442
line-height: 100px;
3543
width: auto;
3644
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; }
3750

3851
.cf-icon-preview__label {
3952
width: 100%;
@@ -82,6 +95,11 @@
8295
text-align: center; }
8396
.cf-icon-switcher__options-list__item:hover, .cf-icon-switcher__options-list__item--selected {
8497
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%; }
85103
@media screen and (max-width: 1400px) {
86104
.cf-icon-switcher__options-list__item {
87105
flex: 0 0 25%; } }
@@ -98,10 +116,13 @@
98116
align-items: center;
99117
justify-content: center; }
100118

101-
.cf-icon-switcher__options-list i {
119+
.cf-icon-switcher__options-list i,
120+
.cf-icon-switcher__options-list img {
102121
width: 24px;
103-
color: #73777c;
104122
margin-bottom: 10px; }
123+
124+
.cf-icon-switcher__options-list i {
125+
color: #73777c; }
105126
.cf-icon-switcher__options-list i:before {
106127
font-size: 20px; }
107128

@@ -134,7 +155,8 @@
134155
line-height: 18px;
135156
border-radius: 0;
136157
border: 0 !important;
137-
box-shadow: none !important; }
158+
box-shadow: none !important;
159+
width: auto !important; }
138160

139161
.cf-icon-search__clear {
140162
margin-right: 5px !important;

build/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/bundle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)