File: application.css

package info (click to toggle)
ruby-flipper 0.26.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,288 kB
  • sloc: ruby: 16,377; sh: 61; javascript: 24; makefile: 14
file content (38 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
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
html {
  font-size: 0.8rem;
}

.flash {
  margin-bottom: 15px;
}

.mw-600 {
  max-width: 600px;
}

.bg-lightest {
  background: rgba(0, 0, 0, 0.01);
}

.toggle-block-when-on {
  display: none;
}

.toggle-block-when-off {
  display: block;
}

.toggle-on .toggle-block-when-on {
  display: block;
}

.toggle-on .toggle-block-when-off {
  display: none;
}

.status {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}