summaryrefslogtreecommitdiffstats
path: root/client/components/forms/datepicker.styl
blob: a25580948c44e4c866177033a69453ddeff04f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.datepicker-container
  .fields
    .left
      width: 56%
    .right
      width: 38%
  .datepicker
    width: 100%
    table
      width: 100%
      border: none
      border-spacing: 0
      border-collapse: collapse
      thead
        background: none
      td, th
        box-sizing: border-box