summaryrefslogtreecommitdiffstats
path: root/app/common/styles/base/core.scss
blob: 7b627a20535309e6b7fe943da8c14e5dfa83256e (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
html, body {
  height: 100%;
  @include fontFamily;
  font-size: 16px;
  font-weight: 400;
  color: $primary-dark;
}

p {
  margin-bottom: .8em;
  transition: margin .05s;
}

a,
button.link {
  color: $primary-action;
  text-decoration: none;
  font-weight: 700;
  &:visited {
    color: lighten($primary-action, 5%);
  }
  &:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  :focus {
    color: $primary-action;
  }
}

button.link {
  padding-left: .3em;
  padding-right: .3em;
}
OpenPOWER on IntegriCloud