Skip to content

Commit

Permalink
Fix CSS conflitcs with other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekPress committed Nov 4, 2019
1 parent fbfb78d commit a1e4fc9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
15 changes: 11 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,19 @@ COLORS
.wrapper-bottom .single-link.imagify .link-infos .link-infos-txt h3 {
color: #00B3D4; }

.heartbeat-control-settings {
.imagify-welcome .button-primary.button-primary {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content; }
.imagify-welcome .button-primary.button-primary:hover {
background: #338ea6 !important; }

.wrapper-settings {
width: 860px;
overflow: hidden;
margin-top: 20px; }
@media only screen and (max-width: 860px) {
.heartbeat-control-settings {
.wrapper-settings {
width: 100%; } }

.wrapper-nav {
Expand Down Expand Up @@ -431,7 +438,7 @@ CMB PART...
.ui-slider-horizontal .ui-slider-range {
background: #494949; }

.wp-core-ui .button-primary {
.wrapper-settings .button-primary {
background: #f56640;
border: none;
text-shadow: none;
Expand All @@ -448,7 +455,7 @@ CMB PART...
-ms-flex-align: center;
align-items: center;
transition: all .275s; }
.wp-core-ui .button-primary:hover {
.wrapper-settings .button-primary:hover {
background: #FC8665 !important;
-ms-transform: translateY(-2px);
transform: translateY(-2px); }
Expand Down
Loading

0 comments on commit a1e4fc9

Please sign in to comment.