aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/tools/utilities.scss
blob: c45cb9f02eabd66f5d4fa178b892945b5646f581 (plain) (blame)
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
28
29
30
/*
  Utility Classes
 */
.full-size {
  height: 100%;
  width: 100%;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.full-flex-height {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

/*
  Misc
 */

// Move into component-level contextual 'active' state later
.active {
  color: #909090;
}