summaryrefslogtreecommitdiff
path: root/docs/_static/css/linkButtons.css
blob: 11a48e643957b4c766b5f8210389938f46e0078d (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.rst-footer-buttons {
  .fa-arrow-circle-left {
    padding-left: 25px;
  } 

  .fa-arrow-circle-left::before {
    content: url('../images/arrow-left.svg');
    position: absolute;
    top: 10px;
    left: 15px;
  }

  & > .btn-neutral {
    background: #fff !important;
    min-width: 90px;
    height: 40px;
    border: 2px solid #FD8F01;
    color: #121010 !important;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    position: relative;
    text-align: left;
    box-shadow: none;
    transition: transform 250ms linear;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 4px;

    &:hover,
    &:active {
      transform: scale(1.05);
      /* padding-left: 16px; */
    }

    &:focus {
      outline: none;  
    }

    .fa-arrow-circle-right::before {
      content: url('../images/arrow-right.svg');
      position: absolute;
      top: 10px;
      right: 15px;
    }
  }
}

p > a.reference.external,
p > a,
#partaker-i5 > p > a.external {
  color: #FD8F01;
  word-break: break-word;
}