summaryrefslogtreecommitdiff
path: root/assets/sass/_base.sass
blob: fd6e8f9da8755822543f92fccdc4c0c1de1d2523 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
body
  margin-left: 10px
  margin-right: 10px
  padding-bottom: 10px
  color: $text-color
  font-family: $text-font
  text-rendering: optimizeLegibility

hr
  border: 0
  height: 0
  border-top: 1px solid rgba(0, 0, 0, 0.1)
  border-bottom: 1px solid rgba(255, 255, 255, 0.3)

.smaller
  font-size: 0.85em

.pull-right
  text-align: right

ul.no-bullet li
  list-style-type: none
  margin-left: 0

.chosen-select
  min-height: 27px

#ui-datepicker-div
  font-size: 0.8em

#app-loading-icon
  position: fixed
  right: 3px
  bottom: 3px

.web-notification-icon
  color: #3366CC
  &:focus, &:hover
    color: #000

.assign-me
  font-size: 0.8em
  vertical-align: bottom