summaryrefslogtreecommitdiff
path: root/themes/CodeIT/assets/css/_partial/_cookieconsent.scss
blob: 1e47696a8265b4e5f0e9a858c5730019141c0641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.cc-window.cc-banner {
  .cc-btn {
    color: $global-font-color;

    &:hover,
    &:focus {
      background-color: #ccc;
    }

    [theme="dark"] & {
      color: $global-font-color;

      &:hover,
      &:focus {
        background-color: #fff;
      }
    }
  }
}