git ssb

2+

mixmix / ticktack



Tree: e6df29b999257c928b0fe5316875680a479dba2e

Files: e6df29b999257c928b0fe5316875680a479dba2e / app / page / blogIndex.mcss

761 bytesRaw
1Page -blogIndex {
2 div.content.Scroller {
3 padding: 0
4
5 section.top {
6 position: sticky
7 }
8
9 section.content {
10 div.BlogCard {
11 flex-basis: 100%
12 $borderBottomLight
13
14 :last-child {
15 border-bottom: none
16 }
17 }
18 }
19
20 section.bottom {
21 div.Button {
22 margin: 1rem 0
23 }
24 }
25 }
26}
27
28Filters {
29 $maxWidth
30 padding: 0 2rem
31 margin: .8rem auto
32
33 font-size: .8rem
34 text-transform: uppercase
35 letter-spacing: 1.4px
36
37 display: grid
38 grid-template-columns: 4rem 0rem 10rem 0rem 7rem
39 justify-items: center
40
41 span {
42 $colorFontSubtle
43 /* padding: 10px */
44
45 -active {
46 $colorFontBasic
47 font-weight: 600
48 }
49
50 -filter {
51 cursor: pointer
52 }
53 }
54}
55
56

Built with git-ssb-web