| Server IP : 47.82.179.145 / Your IP : 216.73.217.129 Web Server : nginx/1.26.3 System : Linux iZt4n9czhka2zvqfajdlr2Z 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64 User : www ( 1001) PHP Version : 8.3.30 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/scuipturepactory.com/wp-content/themes/plover/assets/scss/admin/ |
Upload File : |
.plover-admin-badge,
.plover-admin-button {
display: inline-flex;
align-items: center;
gap: 12px;
position: relative;
overflow: hidden;
transition: var(--plover-admin--transition, all ease-in 0.15s);
color: var(--plover-admin--button--color--text, #ffffff);
background: var(--plover-admin--button--color--background, $primary-gradient);
border-radius: var(--plover-admin--button--border-radius, 0.25rem);
border-width: 0;
font-family: inherit;
font-size: var(--plover-admin--button--font-size, 0.875rem);
font-weight: var(--plover-admin--button--font-weight, 600);
//padding: calc(0.667em + 2px) calc(1.333em + 2px);
text-decoration: none;
line-height: 1;
letter-spacing: 1.2px;
text-transform: uppercase;
svg {
fill: currentColor;
}
&:hover, &:focus {
color: var(--plover-admin--button--hover--color--text, #ffffff);
background: var(--plover-admin--button--hover--color--background, $primary-gradient);
}
&::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 5px;
height: 5px;
background: currentColor;
opacity: 0;
border-radius: 100%;
transform: scale(1, 1) translate(-50%);
transform-origin: 50% 50%
}
&:hover::after {
animation: buttonripple 1s ease-out;
text-decoration: none;
}
&:active {
outline: none;
box-shadow: none;
}
&.is-style-ghost {
background: transparent !important;
position: relative;
z-index: 0;
color: var(--plover-admin--button--color--background, $primary);
&::before {
content: '';
position: absolute;
inset: 0;
background: currentColor;
opacity: 0.1;
z-index: 1;
border-radius: inherit;
}
&::after {
background: currentColor;
}
&:hover {
color: var(--plover-admin--button--color--background, $primary-active);
}
}
&.is-style-link {
padding: 0;
background: transparent;
color: var(--plover-admin--button--color--background, $primary);
font-weight: 500;
&:hover {
text-decoration: underline;
}
&::after {
display: none;
}
}
}
.plover-admin-badge {
font-size: 12px;
padding: 0.5rem 1em;
border-radius: 999px;
}
.plover-admin-button {
padding: 0.75rem 1.25em;
}
.is-style-dark {
.plover-admin-badge,
.plover-admin-button {
&.is-style-ghost::before {
opacity: 0.15;
}
}
}
@keyframes buttonripple {
0% {
transform: scale(0, 0);
opacity: .15
}
20% {
transform: scale(20, 20);
opacity: .15
}
100% {
opacity: 0;
transform: scale(40, 40)
}
}