| 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/ |
Upload File : |
/*
Admin Stylesheet
==========================================================================
Gambio Admin integrates completely the Bootstrap framework into the new pages
through this file.
Default Bootstrap variables are overridden in the admin/_bootstrap_variables.scss file.
Default FontAwesome variables are overridden in the admin/_fontawesome_variables.scss file.
Directory Structure:
- Components: specific styling for grouped components (forms, tables, buttons etc).
- JavaScript: style JavaScript related elements (jquery, custom-widgets and so on).
- Layouts: style definition only for the page layouts (header, footer, menu, info_box and other main elements).
- Specific Pages: create a directory for each page that requires specific styling.
Notice: Please, only use SASS markup and not Compass.
*/
// ----------------------------------------------------------------------------
// VARIABLES
// ----------------------------------------------------------------------------
// Override default Bootstrap variables.
@import "admin/bootstrap_variables";
// Override default FontAwesome variables.
@import "admin/fontawesome_variables";
// override default flag-icon-css variables.
@import "admin/flagiconcss/flagiconcss";
// Include default Bootstrap variables.
@import "../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables";
// Define admin styling variables.
@import "admin/variables";
// ----------------------------------------------------------------------------
// FRAMEWORKS
// ----------------------------------------------------------------------------
// Bootstrap
@import "../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
// Animate.css
@import "../../../node_modules/animate-sass/animate";
// FontAwesome
@import "../../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss";
@import "../../../node_modules/@fortawesome/fontawesome-free/scss/solid.scss";
@import "../../../node_modules/@fortawesome/fontawesome-free/scss/regular.scss";
@import "../../../node_modules/@fortawesome/fontawesome-free/scss/brands.scss";
@import "../../../node_modules/@fortawesome/fontawesome-free/scss/v4-shims.scss";
// flag-icon-css
@import "admin/flagiconcss/flagiconcss";
// ----------------------------------------------------------------------------
// MAIN FILES
// ----------------------------------------------------------------------------
@import "admin/mixins";
@import "admin/boilerplate";
@import "admin/animations";
@import "admin/helpers";