PHP Classes

File: Web/styles/sass/_dashboard.scss

Recommend this page to a friend!
  Classes of Burge Lab   Burge CMF   Web/styles/sass/_dashboard.scss   Download  
File: Web/styles/sass/_dashboard.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Burge CMF
Framework to publish managed content
Author: By
Last change:
Date: 7 years 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; }