97 lines
3.9 KiB
CSS
97 lines
3.9 KiB
CSS
.elementor-button {
|
|
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
outline: none;
|
|
border: none;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-transition-property: background, color, opacity, -webkit-box-shadow;
|
|
transition-property: background, color, opacity, -webkit-box-shadow;
|
|
-o-transition-property: background, color, box-shadow, opacity;
|
|
transition-property: background, color, box-shadow, opacity;
|
|
transition-property: background, color, box-shadow, opacity, -webkit-box-shadow;
|
|
-webkit-transition-duration: .3s;
|
|
-o-transition-duration: .3s;
|
|
transition-duration: .3s; }
|
|
.elementor-button:hover {
|
|
border: none; }
|
|
.elementor-button:not([disabled]) {
|
|
cursor: pointer; }
|
|
.elementor-button:not(.elementor-button-state) .elementor-state-icon {
|
|
display: none; }
|
|
.elementor-button.elementor-button-success {
|
|
color: #fff; }
|
|
.elementor-button.elementor-button-success[disabled] {
|
|
background-color: #c2cbd2; }
|
|
.elementor-button.elementor-button-success:not([disabled]) {
|
|
background-color: #39b54a; }
|
|
.elementor-button.elementor-button-success:not([disabled]):hover {
|
|
opacity: 0.85;
|
|
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
|
|
.elementor-button.elementor-button-success:not([disabled]):active {
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
|
|
.elementor-button.elementor-button-warning {
|
|
background-color: #a4afb7;
|
|
color: #fff; }
|
|
.elementor-button.elementor-button-warning[disabled] {
|
|
background-color: #c2cbd2; }
|
|
.elementor-button.elementor-button-warning:not([disabled]):hover {
|
|
background-color: #b01b1b;
|
|
opacity: 0.85;
|
|
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
|
|
.elementor-button.elementor-button-warning:not([disabled]):active {
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
|
|
.elementor-button.elementor-edit-template {
|
|
display: inline-block;
|
|
margin-top: 15px;
|
|
color: #fff; }
|
|
.elementor-button.elementor-button-default {
|
|
background-color: #a4afb7;
|
|
color: #fff;
|
|
font-size: 11px;
|
|
padding: 6.5px 15px; }
|
|
.elementor-button.elementor-button-default:hover {
|
|
background-color: #6d7882;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
|
|
.elementor-button.elementor-button-default:active {
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
|
|
.elementor-button.elementor-button-default:visited {
|
|
color: #fff; }
|
|
.elementor-button.elementor-button-go-pro {
|
|
color: #fff;
|
|
background-color: #fcb92c; }
|
|
.elementor-button i {
|
|
margin-right: 10px; }
|
|
|
|
.elementor-blank_state {
|
|
padding: 5em 0;
|
|
margin: auto;
|
|
max-width: 520px;
|
|
text-align: center;
|
|
color: #6d7882; }
|
|
.elementor-blank_state i {
|
|
font-size: 50px;
|
|
color: #a4afb7; }
|
|
.elementor-blank_state h2 {
|
|
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
|
|
font-size: 32px;
|
|
font-weight: 300;
|
|
color: inherit;
|
|
margin: 50px 0 35px;
|
|
line-height: 1.2; }
|
|
.elementor-blank_state p {
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
color: #a4afb7;
|
|
margin-bottom: 40px; }
|
|
.elementor-blank_state .elementor-button {
|
|
display: inline-block; } |