File: datetime-picker.less

package info (click to toggle)
icinga-php-library 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,148 kB
  • sloc: php: 49,799; javascript: 9,301; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
.flatpickr-input + .input {
  padding-right: 2em;

  & + .fa-calendar {
    margin: .5em 1em 0 -3.5em;
    padding: 0 .5em 0 1em;
    pointer-events: none;
  }
}