/ittf/meta/document/t/css/editor.css.ittf (primary)
edit
1 $group
2 . editor-form
3 display flex
4 flex-direction column
5 . editor-content
6 display flex
7 flex-direction row
8 . editor-buttons
9 display flex
10 flex-direction column
11 padding 2rem 5rem
12 . editor-title
13 font-size 1.2rem
14 font-weight 900
15 padding-bottom 0.2rem
16 . editor-panel
17 . editor-button
18 background-color #666
19 color #fff
20 text-align center
21 padding 1rem
22 margin-bottom 0.5rem
23 border-radius 0.5rem
24 cursor pointer
25 & :hover
26 background-color #999
27 color #ff0