summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/_calendar.scss
blob: 875cbc80f719923f0ef58d33ce3efe16a9da9620 (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
.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;
    }
  }
}