File: /home/zeusxp5/chuair.org/wp-content/themes/lifttruck/inc/panel/src/panel/scss/_install-plugins.scss
.plugins-to-install {
max-width: 600px;
box-shadow: 1px 0px 18px 0px rgb(0 0 0 / 10%);
padding: 40px;
margin-top: 50px;
display: flex;
gap: 25px;
flex-direction: column;
border-radius: 7px;
li {
display: flex;
align-items: center;
gap: 10px;
&.done {
font-weight: bold;
svg {
scale: 1;
}
}
.plugin-name {
display: flex;
align-items: center;
width: 100%;
span {
font-weight: 400;
margin-inline-start: auto;
color: #555;
cursor: pointer;
border: 1px solid;
padding: 4px 10px;
border-radius: 5px;
background: rgb(85 85 85 / 4%);
transition: all .15s ease-in-out;
&:hover {
color: #009fff;
scale: 1.04;
}
}
}
}
.status {
height: 24px;
width: 24px;
border-radius: 20px;
SVG {
max-width: 130%;
max-height: 100%;
transition: all .15s linear;
scale: 0;
fill: #81c900;
}
}
.loading-icon {
background: none;
display: block;
shape-rendering: auto;
width: 50px;
aspect-ratio: 1;
}
}
button.install-plugins {
border: none;
background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #3858e9));
color: var(--wp-components-color-accent-inverted, #fff);
padding: 9px 24px;
cursor: pointer;
}
@keyframes blinker {
50% {
background-color: #df2443;
}
}