Pikaday with time support
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import ../_config
|
||||
@import ../_app_utils
|
||||
@charset "UTF-8"
|
||||
|
||||
/* Pikaday */
|
||||
@@ -181,3 +182,18 @@
|
||||
.pika-table abbr
|
||||
border-bottom: none
|
||||
cursor: help
|
||||
|
||||
.pika-time
|
||||
width: 100%
|
||||
display: flex
|
||||
align-items: center
|
||||
justify-content: center
|
||||
padding: 5px 0 10px 0
|
||||
color: $color-text-dark-primary
|
||||
|
||||
td
|
||||
padding: 0 2px
|
||||
|
||||
select
|
||||
+input-generic
|
||||
padding: 2px 3px
|
||||
|
Reference in New Issue
Block a user