Viewing File: /usr/local/cpanel/base/frontend/jupiter/core/main_content/main_content.rtl.css

/*
* Configuration
* IMPORTANT NOTE: DO NOT change the section order. The order matters for overrides
*/
/*
---------------------------------------------------------
Bootstrap Functions - DO NOT change anything in here
---------------------------------------------------------
*/
/*
----------------------------------------------------------------------------
Custom Bootstrap SCSS Variable Overides - Override bootstrap SCSS Variables
----------------------------------------------------------------------------
*/
/*
* Color Overrides
*/
/*
* Body
* Settings for the `<body>` element.
*/
/*
* Font Overrides
*/
/*
* Spacer Overrides
*/
/*
* Spacer variables
*/
/*
* Border widths
*/
/*
* Border radius
*/
/*
* Spinner
*/
/*
* Toasts
*/
/*
-----------------------------------------------------------
Bootstrap Variables - DO NOT change anything in here
-----------------------------------------------------------
*/
/*
-----------------------------------------------------------
Bootstrap Maps - DO NOT change anything in here
-----------------------------------------------------------
*/
/*
-----------------------------------------------------------
Bootstrap Mixins - DO NOT change anything in here
-----------------------------------------------------------
*/
/*
----------------------------------------------------------------------------
Custom Bootstrap Map Overrides  - Override bootstrap SCSS Maps
----------------------------------------------------------------------------
*/
/*
-----------------------------------------------------------
Bootstrap Utilities - DO NOT change anything in here
-----------------------------------------------------------
*/
/*
----------------------------------------------------------------------
Custom Bootstrap utilities Overrides - Override bootstrap utilities
----------------------------------------------------------------------
*/
/*
-------------------------------------------------------------------
cPanel Jupiter Custom Variables - Variables unrelated to Bootstrap

Note:
Variables should follow the `$component-state-property-size` formula for
consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
-------------------------------------------------------------------
*/
/*
-------------------------------------------------------------------
cPanel Jupiter Custom Mixins - Mixins unrelated to Bootstrap
-------------------------------------------------------------------
*/
/*
-------------------------------------------------------------------
cPanel Jupiter Custom Utilites - Utilities unrelated to Bootstrap
-------------------------------------------------------------------
*/
html,
body {
  height: 100%;
}

body {
  padding-top: 0px !important;
}

/*
* Configuration
* IMPORTANT NOTE: DO NOT change the section order. The order matters for overrides
*/
/*
---------------------------------------------------------
Bootstrap Functions - DO NOT change anything in here
---------------------------------------------------------
*/
/*
----------------------------------------------------------------------------
Custom Bootstrap SCSS Variable Overides - Override bootstrap SCSS Variables
----------------------------------------------------------------------------
*/
/*
* Color Overrides
*/
/*
* Body
* Settings for the `<body>` element.
*/
/*
* Font Overrides
*/
/*
* Spacer Overrides
*/
/*
* Spacer variables
*/
/*
* Border widths
*/
/*
* Border radius
*/
/*
* Spinner
*/
/*
* Toasts
*/
/*
-----------------------------------------------------------
Bootstrap Variables - DO NOT change anything in here
-----------------------------------------------------------
*/
/*
-----------------------------------------------------------
Bootstrap Maps - DO NOT change anything in here
-----------------------------------------------------------
*/
/*
-----------------------------------------------------------
Bootstrap Mixins - DO NOT change anything in here
-----------------------------------------------------------
*/
/*
----------------------------------------------------------------------------
Custom Bootstrap Map Overrides  - Override bootstrap SCSS Maps
----------------------------------------------------------------------------
*/
/*
-----------------------------------------------------------
Bootstrap Utilities - DO NOT change anything in here
-----------------------------------------------------------
*/
/*
----------------------------------------------------------------------
Custom Bootstrap utilities Overrides - Override bootstrap utilities
----------------------------------------------------------------------
*/
/*
-------------------------------------------------------------------
cPanel Jupiter Custom Variables - Variables unrelated to Bootstrap

Note:
Variables should follow the `$component-state-property-size` formula for
consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
-------------------------------------------------------------------
*/
/*
-------------------------------------------------------------------
cPanel Jupiter Custom Mixins - Mixins unrelated to Bootstrap
-------------------------------------------------------------------
*/
/*
-------------------------------------------------------------------
cPanel Jupiter Custom Utilites - Utilities unrelated to Bootstrap
-------------------------------------------------------------------
*/
.page-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.page-overlay.page-overlay--cover-content-area {
  display: block;
  z-index: 1021;
}
.page-overlay.page-overlay--cover-header {
  display: block;
  z-index: 1031;
}
.page-overlay.page-overlay--cover-page {
  display: block;
  z-index: 1040;
}
/*# sourceMappingURL=main_content.rtl.css.map */
Back to Directory File Manager