| Server IP : 104.21.84.107 / 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/fcs/administrator/components/com_gantry5/scss/admin/modules/ |
Upload File : |
%button {
display: inline-block;
border-radius: $core-border-radius;
padding: 6px 12px;
vertical-align: middle;
font-size: $core-font-size;
line-height: inherit;
font-weight: $font-weight-medium;
cursor: pointer;
margin: 2px 0;
&:active {
margin: 1px 0 -1px 0;
}
&:not(.disabled):focus {
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
outline: none;
}
i + span {
margin-left: 8px;
}
}
@mixin button-color($color, $text: $white) {
background: $color;
color: rgba($text, 0.9);
&:hover, &:focus {
background: darken($color, 8%);
color: $text;
}
}