Skip to content

Commit

Permalink
Add bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
jorostoyanov committed Nov 5, 2020
1 parent d452691 commit cd772f1
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 16 deletions.
14 changes: 10 additions & 4 deletions build/classic/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -1594,16 +1594,21 @@ span.flatpickr-weekday {

.cf-multiselect__multi-value {
align-items: center;
padding: 5px 3px;
margin: 0;
background-color: transparent; }
background-color: #e2e4e7; }
.cf-multiselect__multi-value + .cf-multiselect__multi-value {
margin-left: 5px; }

.cf-multiselect__multi-value__label {
padding-left: 3px;
font-size: 12px;
font-size: 13px;
line-height: 1; }

.cf-multiselect__multi-value__remove {
padding: 0; }
padding: 0;
margin-top: 1px;
cursor: pointer; }
.cf-multiselect__multi-value__remove:hover {
background-color: transparent; }

Expand All @@ -1621,7 +1626,8 @@ span.flatpickr-weekday {
color: #fff; }

.cf-multiselect__indicator {
padding: 5px; }
padding: 5px;
cursor: pointer; }

/* ==========================================================================
Colors
Expand Down
2 changes: 1 addition & 1 deletion build/classic/core.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/classic/metaboxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
font-weight: 600; }

.cf-container .cf-field__label {
padding-bottom: 5px;
padding-bottom: 6.5px;
font-weight: 600;
color: #23282d; }

Expand Down Expand Up @@ -359,7 +359,7 @@
.cf-container__fields {
display: flex;
flex-wrap: wrap;
margin: -1px -1px 0 0;
margin: 0 -1px 0 0;
background-color: #fff; }
.cf-container__fields[hidden] {
display: none; }
Expand Down
2 changes: 1 addition & 1 deletion build/classic/metaboxes.min.css

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

14 changes: 10 additions & 4 deletions build/gutenberg/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -1594,16 +1594,21 @@ span.flatpickr-weekday {

.cf-multiselect__multi-value {
align-items: center;
padding: 5px 3px;
margin: 0;
background-color: transparent; }
background-color: #e2e4e7; }
.cf-multiselect__multi-value + .cf-multiselect__multi-value {
margin-left: 5px; }

.cf-multiselect__multi-value__label {
padding-left: 3px;
font-size: 12px;
font-size: 13px;
line-height: 1; }

.cf-multiselect__multi-value__remove {
padding: 0; }
padding: 0;
margin-top: 1px;
cursor: pointer; }
.cf-multiselect__multi-value__remove:hover {
background-color: transparent; }

Expand All @@ -1621,7 +1626,8 @@ span.flatpickr-weekday {
color: #fff; }

.cf-multiselect__indicator {
padding: 5px; }
padding: 5px;
cursor: pointer; }

/* ==========================================================================
Colors
Expand Down
2 changes: 1 addition & 1 deletion build/gutenberg/core.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/gutenberg/metaboxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
font-weight: 600; }

.cf-container .cf-field__label {
padding-bottom: 5px;
padding-bottom: 6.5px;
font-weight: 600;
color: #23282d; }

Expand Down Expand Up @@ -359,7 +359,7 @@
.cf-container__fields {
display: flex;
flex-wrap: wrap;
margin: -1px -1px 0 0;
margin: 0 -1px 0 0;
background-color: #fff; }
.cf-container__fields[hidden] {
display: none; }
Expand Down
2 changes: 1 addition & 1 deletion build/gutenberg/metaboxes.min.css

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

0 comments on commit cd772f1

Please sign in to comment.