| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/styles/admin/components/ |
Upload File : |
/*
Buttons
==========================================================================
Button styling uses the Bootstrap classes and overrides some styles in order to make them
look like the Gambio Admin theme.
bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss
*/
.btn {
@include component-colors($btn-default-bg, $btn-default-color);
&:hover {
@include component-colors($btn-default-bg, $btn-default-color, true);
}
&.btn-primary {
@include component-colors($btn-primary-bg, $btn-primary-color);
&:hover {
@include component-colors($btn-primary-bg, $btn-primary-color, true);
}
}
&.btn-success {
@include component-colors($btn-success-bg, $btn-success-color);
&:hover {
@include component-colors($btn-success-bg, $btn-success-color, true);
}
&.btn-create {
i.fa-plus {
background-color: #3C923C;
width: 15px;
height: 15px;
padding: 2px 1px 1px 1px;
border-radius: 8px;
}
}
}
&.btn-info {
@include component-colors($btn-info-bg, $btn-info-color);
&:hover {
@include component-colors($btn-info-bg, $btn-info-color, true);
}
}
&.btn-warning {
@include component-colors($btn-warning-bg, $btn-warning-color);
&:hover {
@include component-colors($btn-warning-bg, $btn-warning-color, true);
}
}
&.btn-danger {
@include component-colors($btn-danger-bg, $btn-danger-color);
&:hover {
@include component-colors($btn-danger-bg, $btn-danger-color, true);
}
}
}