PHP Classes

File: CMF/Web/styles/sass/_dashboard.scss

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/styles/sass/_dashboard.scss   Download  
File: CMF/Web/styles/sass/_dashboard.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BurgeATS
CRM, Ticketing system, and employee manangement
Author: By
Last change: Update of CMF/Web/styles/sass/_dashboard.scss
Date: 1 year ago
Size: 543 bytes
 

Contents

Class file image Download
.container.dashboard h4 { margin-bottom:10px; } .hov-col-changed { color:$secondary-color; transition: color, .6s; } .hov-col-changed:hover { color:$primary-color; transition: color, .6s; } .main .container.dashboard .module { height:200px; overflow: auto; @media (min-width: 600px) { width:calc(33.33% - 10px); margin:0 0 15px 0px; } } body.ltr .main .container.dashboard .module:not(:nth-child(3n + 4)) { margin-right: 15px; } body.rtl .main .container.dashboard .module:not(:nth-child(3n + 4)) { margin-left: 15px; }