git ssb

0+

mixmix / patchbay-scry



Tree: 6071577daff8cc01e7241b5799fb112902aec545

Files: 6071577daff8cc01e7241b5799fb112902aec545 / plugs / app / page / scry-show.mcss

477 bytesRaw
1Scry -show {
2 --gradient: linear-gradient(45deg, hsla(60, 100%, 56%, .5), hsla(280, 100%, 46%, 0.3))
3 --texture: left top 0 / 3px radial-gradient(white, #de82e6) repeat
4 background: var(--texture), var(--gradient)
5 background-blend-mode: darken
6
7 padding: 10vh
8
9 display: grid
10 grid-template-rows: auto
11 justify-content: center
12 align-content: start
13 width: 100%
14
15 div.ScryShow {
16 max-width: 80vw
17
18 div.ScryShowResults {
19 div.about {
20 }
21 }
22 }
23}
24

Built with git-ssb-web