File "other-plugins.scss"
Full path: /home/satkhirabarta/public_html/wp-content/plugins/burst-statistics/assets/css/admin/modules/other-plugins.scss
File
size: 1.61 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
.burst {
.burst-other-plugins .rsp-logo img {
height: 20px;
}
.burst-other-plugins-container {
display: flex !important;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 10px;
font-size: var(--rsp-fs-300);
line-height: 1.7;
gap: var(--rsp-spacing-xxs);
@media screen and (max-width: 992px) {
flex-direction: row;
overflow: hidden;
}
.burst-other-plugins-element {
width: 100%;
display: flex;
align-content: space-between;
justify-content: space-between;
gap: 10px;
--rsp-other-plugins-color: var(--rsp-grey-400);
&.burst-really-simple-ssl {
--rsp-other-plugins-color: var(--rsp-yellow);
}
&.burst-burst-statistics {
--rsp-other-plugins-color: var(--rsp-green);
}
&.burst-complianz-gdpr {
--rsp-other-plugins-color: var(--rsp-blue);
}
&.burst-complianz-terms-conditions {
--rsp-other-plugins-color: var(--rsp-black);
}
a {
width: max-content;
color: var(--rsp-text-color-light);
transition: color 0.3s ease;
display: flex;
align-items: center;
min-width: 0;
gap: var(--rsp-spacing-xs);
text-decoration: none;
&:hover {
color: var(--rsp-other-plugins-color);
text-decoration: underline;
.burst-bullet {
background-color: var(--rsp-other-plugins-color);
}
.burst-other-plugins-content {
text-decoration: underline;
}
}
}
.burst-bullet {
transition: background-color 0.3s ease;
background-color: var(--rsp-other-plugins-color);
}
.burst-other-plugins-content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.burst-other-plugin-status{
min-width: fit-content;
}
}
}
}