mirror of
https://ghproxy.net/https://github.com/presscustomizr/hueman.git
synced 2026-07-27 12:47:05 +08:00
37 lines
759 B
CSS
37 lines
759 B
CSS
/* Rate link */
|
|
#customize-footer-actions .collapse-sidebar-label {
|
|
display: none;
|
|
}
|
|
.czr-rate-link {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 40px;
|
|
right: 0;
|
|
padding: 4px 12px 4px 0;
|
|
font-size: 10px;
|
|
line-height: 14px;
|
|
text-align: right;
|
|
}
|
|
.rtl .tc-rate-link {
|
|
text-align: left;
|
|
left: auto;
|
|
right: 40px;
|
|
padding: 4px 0 4px 12px;
|
|
}
|
|
.wp-full-overlay.collapsed .czr-rate-link {
|
|
display: none;
|
|
}
|
|
.czr-rate-link .czr-stars {
|
|
color: #E6B800;
|
|
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
|
|
}
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
.wp-customizer .expanded #customize-footer-actions {
|
|
height: 85px;
|
|
background: inherit;
|
|
}
|
|
.wp-customizer #customize-controls .wp-full-overlay-sidebar-content {
|
|
bottom: 85px;
|
|
}
|
|
}
|