summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/_calendar.scss
blob: c7a609eac36db33a02511d57b581c680d032a83c (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
.b-calendar-nav {
  .btn {
    &:hover {
      background: none;
      color: theme-color("dark");
    }
  }
}

.b-calendar-grid .btn {
  display: inline-block;
}

// Date picker focus
.b-calendar .b-calendar-grid {
  padding: 6px 12px;
}

.b-calendar-grid .btn {
  &.btn:not(:disabled):not(.disabled) {
    @include themify($themes) {
      color: themed("text-secondary") !important;
    }
  }
  &.btn-outline-light:hover {
    @include themify($themes) {
      background-color: themed("text-tretiatry") !important;
    }
  }
}

.b-calendar .bg-light {
  @include themify($themes) {
    background-color: themed("dropdown-bg") !important;
  }
}