aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/tools/utilities.scss
blob: 09fbc8fc0fbc4039c117d6419119bfcb80a9df4a (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
31
32
33
34
35
36
37
38
39
40
41
42
/*
  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
.letter-spacey {
  letter-spacing: 0.1em;
}

.active {
  color: #909090;
}

.check {
  margin-left: 7px;
  color: #F7861C;
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
}