Basic calendar
This commit is contained in:
24
pages/calendar/calendar.scarlet
Normal file
24
pages/calendar/calendar.scarlet
Normal file
@ -0,0 +1,24 @@
|
||||
.week
|
||||
vertical
|
||||
|
||||
.weekday
|
||||
flex 1
|
||||
text-align left
|
||||
border-bottom 1px solid ui-border-color
|
||||
|
||||
:last-child
|
||||
border-bottom none
|
||||
|
||||
.weekday-name
|
||||
text-align center
|
||||
|
||||
> 800px
|
||||
.week
|
||||
horizontal
|
||||
|
||||
.weekday
|
||||
border-bottom none
|
||||
border-right 1px solid ui-border-color
|
||||
|
||||
:last-child
|
||||
border-right none
|
Reference in New Issue
Block a user