summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/custom/_calendar.scss
blob: 0307a6ce60ed9389a6d0817ecdc0c513b4ae18bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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;
}