PHP Classes

File: public/assets/less/default/page-option/_page_with_two_sidebar.less

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/assets/less/default/page-option/_page_with_two_sidebar.less   Download  
File: public/assets/less/default/page-option/_page_with_two_sidebar.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 1,113 bytes
 

Contents

Class file image Download
/* Option - Page with Two Sidebar */ .page-with-two-sidebar.page-sidebar-fixed .sidebar.sidebar-right { position: fixed; } .page-with-two-sidebar .sidebar.sidebar-right, .page-with-two-sidebar .sidebar-bg.sidebar-right { right: 0; left: auto; } .page-with-two-sidebar .content { margin-right: 220px; } .page-with-two-sidebar.page-sidebar-minified .sidebar.sidebar-right, .page-with-two-sidebar.page-sidebar-minified .sidebar-bg.sidebar-right { width: 220px; } .page-with-two-sidebar.page-right-sidebar-collapsed .sidebar.sidebar-right, .page-with-two-sidebar.page-right-sidebar-collapsed .sidebar-bg.sidebar-right { right: -220px; } .page-with-two-sidebar.page-right-sidebar-collapsed .content { margin-right: 0; } .page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar .sidebar-bg.sidebar-right, .page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar .sidebar.sidebar-right { right: -250px; } .page-with-two-sidebar.page-right-sidebar-collapsed .content, .page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar .content { margin-right: 0; }