git ssb

16+

Dominic / patchbay



Tree: 5c866da4bc329c8a371cb24ee975d3c8eeab9c3c

Files: 5c866da4bc329c8a371cb24ee975d3c8eeab9c3c / app / html / settings / language.mcss

284 bytesRaw
1Language {
2 p {}
3
4 div {
5 display: grid
6 grid-template-columns: 5.5rem 4rem
7 grid-gap: 0.5rem
8 justify-content: start
9
10 input {
11 font-size: 1rem
12 padding: .5rem
13 }
14
15 i.fa {
16 justify-self: center
17 align-self: center
18 }
19 button {}
20 }
21}
22

Built with git-ssb-web