summaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/data-cubic/data-cubic.styl
blob: 4bdb9b3214be6b1dd4eadde5beb31c37628365d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.os-data-cubic
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;

  .sm-container 
    display: flex;
    flex-flow: row nowrap;

    .sm-icon-part
      flex: 1

    .sm-info-part
      flex: 2    

      display: flex;
      flex-flow: column nowrap
      
      .sm-data-info
        font-size: 12px;

.os-data-cubic.cl-theme-dark
  background-color: dk-gray1

.os-data-cubic.cl-theme-light
  color: spark-blue 
  background-color: #fff