iot-webpage

git clone git://archive.git.mtrnord.blog/Nordgedanken/iot-webpage.git
Log | Files | Refs | README | LICENSE

datepicker.scss (282B)


      1 .title {
      2     /* Work around for misalignment in React-Toolbox - the left/right buttons are 3.6rem and title is 3.0rem by default */
      3     line-height: 3.6rem!important;
      4 }
      5 
      6 /* Work around for bug in React-Toolbox 2.0 */
      7 .next > span, .prev > span {
      8     vertical-align: top!important;
      9 }