Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/scss/responsive.scss is written in an unsupported language. File is not indexed.

0001 // Responsive
0002 /*
0003 Template Name: Admin Template
0004 Author: Wrappixel
0005 
0006 File: scss
0007 */
0008 
0009 
0010 /*============================================================== 
0011  For Desktop & above all (1650px) 
0012  ============================================================== */
0013 
0014 
0015 /*============================================================== 
0016  For Laptop & above all (1370px) 
0017  ============================================================== */
0018 
0019 
0020 
0021 
0022 /*-- ============================================================== 
0023  Small Desktop & above all (1024px) 
0024  ============================================================== */
0025 @media (max-width:1024px)
0026  {
0027      .user-btm-box {
0028          h1 {
0029              font-size: 16px;
0030          }
0031      }
0032  }
0033 /*-- ============================================================== 
0034  Ipad & above all(768px) 
0035  ============================================================== */
0036 
0037 @include media-breakpoint-up(md) {
0038     .bc-content{
0039         justify-content: flex-end;
0040     }
0041 }
0042 
0043 /*-- ============================================================== 
0044  Phone and below ipad(767px) 
0045  ============================================================== */
0046 @include media-breakpoint-down(md) {
0047     .do-block{
0048         display: block!important;
0049     }
0050     
0051     .user-btm-box {
0052          h1 {
0053              font-size: 36px;
0054          }
0055      }
0056 }