| Server IP : 172.67.191.97 / Your IP : 104.23.243.197 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/pages/ |
Upload File : |
// com_templates
.com_templates {
.menu-assignment {
position: relative;
.menu-links {
padding-left: 0;
margin-top: 15px;
margin-left: 0;
column-count: 3;
column-gap: 15px;
@include media-breakpoint-down(lg) {
column-count: auto;
}
> li {
display: inline-block;
width: 100%;
margin-bottom: 15px;
vertical-align: top;
list-style: none;
backface-visibility: hidden;
page-break-inside: avoid;
break-inside: avoid;
}
}
.menu-links-block {
padding: 15px;
border: 1px solid $border-color;
border-radius: $border-radius-sm;
@if $enable-dark-mode {
@include color-mode(dark) {
--heading-color: var(--body-color);
}
}
}
label {
display: block;
padding: 3px 0;
font-size: inherit;
input {
position: relative;
margin-inline-end: 5px;
}
}
}
.thumbnail > img {
max-width: 100%;
max-height: 100%;
}
}