| Current Path : /home/ereika83/public_html/wp-content/plugins/wp-hummingbird/_src/scss/common/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/wp-hummingbird/_src/scss/common/_buttons.scss |
/* ****************************************************************************
* COMMON: BUTTONS
*/
.wpmud .wrap-wp-hummingbird {
.wpdui-btn {
font: 500 12px/16px $font !important;
padding: 7px 16px;
height: 30px;
background-color: #888;
color: #FFFFFF;
border-radius: 3px;
-moz-border-radius: 3px;
transition: all .3s ease;
-webkit-transition: all .3s ease;
text-shadow: none !important;
}
#wphb-audits-filter-button.active {
border-color: #888;
background-color: #888;
color: #fff;
}
}
#delay-js-non-pro-member-modal {
.sui-box {
button.sui-button-icon {
color: #FFFFFF;
}
button.sui-button-icon:hover,
button.sui-button-icon:focus {
color: #333;
}
}
}