Skip to content

Commit

Permalink
Add bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
jorostoyanov committed May 7, 2019
1 parent e7916ec commit fe03414
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 12 deletions.
30 changes: 26 additions & 4 deletions build/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
border: 1px dashed #ccc;
margin-right: 10px;
flex: 0 0 150px; }
.cf-container-widget .cf-icon-preview {
flex: 0 0 100px; }
@media screen and (max-width: 768px) {
.cf-icon-preview {
flex: 1 0 auto;
Expand All @@ -24,16 +26,27 @@
margin: auto;
min-height: 100px;
justify-content: center;
align-items: center; }
align-items: center;
text-align: center; }
.cf-container-widget .cf-icon-preview__canvas {
line-height: 20px;
min-height: 60px; }

.cf-icon-preview__canvas i {
font-size: 64px;
line-height: 100px; }
.cf-container-widget .cf-icon-preview__canvas i {
line-height: 60px; }
.cf-icon-preview__canvas i.dashicons-before:before {
font-size: 64px;
line-height: 100px;
width: auto;
height: auto; }
.cf-container-widget .cf-icon-preview__canvas i.dashicons-before:before {
line-height: 80px; }

.cf-icon-preview__canvas img {
width: 64px; }

.cf-icon-preview__label {
width: 100%;
Expand Down Expand Up @@ -82,6 +95,11 @@
text-align: center; }
.cf-icon-switcher__options-list__item:hover, .cf-icon-switcher__options-list__item--selected {
background: #eee; }
.cf-container-user-meta .cf-icon-switcher__options-list__item,
.cf-container-term-meta .cf-icon-switcher__options-list__item {
flex: 0 0 25%; }
.cf-container-widget .cf-icon-switcher__options-list__item {
flex: 0 0 33.33333%; }
@media screen and (max-width: 1400px) {
.cf-icon-switcher__options-list__item {
flex: 0 0 25%; } }
Expand All @@ -98,10 +116,13 @@
align-items: center;
justify-content: center; }

.cf-icon-switcher__options-list i {
.cf-icon-switcher__options-list i,
.cf-icon-switcher__options-list img {
width: 24px;
color: #73777c;
margin-bottom: 10px; }

.cf-icon-switcher__options-list i {
color: #73777c; }
.cf-icon-switcher__options-list i:before {
font-size: 20px; }

Expand Down Expand Up @@ -134,7 +155,8 @@
line-height: 18px;
border-radius: 0;
border: 0 !important;
box-shadow: none !important; }
box-shadow: none !important;
width: auto !important; }

.cf-icon-search__clear {
margin-right: 5px !important;
Expand Down
2 changes: 1 addition & 1 deletion build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bundle.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe03414

Please sign in to comment.