git ssb

0+

mixmix / patchbay-scry



Tree: fdf219a4cc6267361e534f21330817706b26fd64

Files: fdf219a4cc6267361e534f21330817706b26fd64 / views / component / day-picker.mcss

457 bytesRaw
1ScryDayPicker {
2 background: #fff
3 padding: var(--boundary) 3rem
4 border-radius: var(--br)
5
6 div.month-picker {
7 color: #444
8 font-family: sans
9 font-size: 1.15rem
10
11 display: flex
12 justify-content: space-between
13 align-items: center
14
15 margin-bottom: 1rem
16
17 button {
18 color: var(--feature-color)
19 font-size: .8rem
20
21 background: none
22 border: none
23 cursor: pointer
24 font-size: 1.5rem
25
26 :focus { outline: none }
27 }
28 }
29
30 div.Marama {}
31
32}
33

Built with git-ssb-web