| Server IP : 172.67.191.97 / Your IP : 104.23.243.196 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/acreditacion/media/templates/administrator/atum/scss/blocks/ |
Upload File : |
// Icons
.#{$jicon-css-prefix}-white {
color: $white;
}
.tbody-icon {
padding: 0 3px;
text-align: center;
background-color: transparent;
border: 0;
[class^="#{$jicon-css-prefix}-"],
[class*=" #{$jicon-css-prefix}-"],
[class^="#{$fa-css-prefix}-"],
[class*=" #{$fa-css-prefix}-"] {
width: 26px;
height: 26px;
font-size: 1rem;
line-height: 22px;
color: $gray-400;
border: 2px solid var(--border);
border-radius: 50%;
}
.#{$jicon-css-prefix}-publish,
.#{$jicon-css-prefix}-check,
.#{$fa-css-prefix}-check {
color: $icon-success;
border-color: $icon-success;
}
.#{$jicon-css-prefix}-home,
.#{$jicon-css-prefix}-color-featured,
.#{$jicon-css-prefix}-star.featured,
.#{$fa-css-prefix}-star.featured {
color: var(--featured-icon-color);
border-color: var(--featured-icon-color);
}
.#{$jicon-css-prefix}-folder,
.#{$fa-css-prefix}-folder {
color: var(--template-text-dark);
border-color: $gray-700;
}
.#{$jicon-css-prefix}-checkedout,
.#{$jicon-css-prefix}-lock,
.#{$fa-css-prefix}-lock {
width: auto;
height: auto;
font-size: 1.2rem;
line-height: 1rem;
color: $icon-checkedout-color; // var(--template-text-dark);
border: 0;
}
&.home-disabled,
&.featured-disabled,
&.color-featured-disabled,
&.#{$jicon-css-prefix}-star-disabled,
&.#{$fa-css-prefix}-star-disabled {
cursor: not-allowed;
opacity: 1;
}
&.disabled .#{$jicon-css-prefix}-home,
&.disabled .#{$fa-css-prefix}-home {
color: $state-warning-bg;
border-color: $state-warning-bg;
}
}
// WebAuthn
.plg_system_webauthn_login_button svg {
width: 30px;
margin: 4px;
}
.plg_system_webauthn_login_button svg path, .plg_system_webauthn_login_button svg circle {
fill: var(--white);
}
.badge > span {
margin-inline-end: .5rem;
}