140 lines
2.9 KiB
CSS
140 lines
2.9 KiB
CSS
.chromax-customizer-plugin-notify-actions-count {
|
|
display: inline-block;
|
|
z-index: 26;
|
|
margin: 1px 0 0 2px;
|
|
padding: 0 6px;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
background-color: #d54e21;
|
|
font-size: 9px;
|
|
font-weight: 600;
|
|
line-height: 17px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
div.chromax-theme-recomended-actions_container {
|
|
margin-bottom: 2em;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container p.succes {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
.chromax-epsilon-recommeded-actions p.title {
|
|
margin-bottom: 0;
|
|
color: #555d66;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.chromax-epsilon-recommeded-actions div.description {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.chromax-epsilon-recommeded-actions .custom-action {
|
|
margin-top: 1em;
|
|
padding-top: 1em;
|
|
border-top: 1px solid #fafafa;
|
|
}
|
|
|
|
.chromax-epsilon-recommeded-actions .custom-action p {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container .chromax-recommeded-actions-container:not(:first-child) {
|
|
overflow: hidden;
|
|
height: 0;
|
|
opacity: 0;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container .chromax-recommeded-actions-container:first-child {
|
|
height: auto;
|
|
opacity: 1;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container .chromax-recommeded-actions-container {
|
|
-webkit-transition: opacity 2s;
|
|
/* Safari */
|
|
transition: opacity 2s;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container .hide {
|
|
display: none;
|
|
}
|
|
|
|
.chromax-customizer-plugin-notify-actions-count.complete {
|
|
background-color: #79ba49;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container #demo_content .button {
|
|
display: block;
|
|
margin-bottom: 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container .succes a {
|
|
display: inline-block;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container .succes a.social {
|
|
width: 49%;
|
|
margin-bottom: 1em;
|
|
padding-top: 4px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container .succes a.social span,
|
|
.chromax-theme-recomended-actions_container .succes span {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.chromax-theme-recomended-actions_container .succes {
|
|
padding-top: 4px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.chromax-customizer-notify-dismiss-button-recommended-plugin,
|
|
.chromax-customizer-notify-dismiss-recommended-action {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
border-radius: 50%;
|
|
color: #d54e21;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chromax-epsilon-recommeded-actions {
|
|
position: relative;
|
|
}
|
|
|
|
.chromax-customizer-notify-dismiss-recommended-action,
|
|
.chromax-epsilon-recommeded-actions .chromax-customizer-notify-dismiss-button-recommended-plugin {
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.chromax-epsilon-recommeded-actions #temp_load {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
}
|
|
|
|
.chromax-epsilon-recommeded-actions #temp_load img {
|
|
margin: 0 auto;
|
|
}
|