Starter Lab Productions Play
Project Docs Github
Log in
ittf meta folder t css mc.css.ittf Edit
  • /ittf/meta/folder/t/css/mc.css.ittf

/ittf/meta/folder/t/css/mc.css.ittf (primary)

edit
                                            
1 $group
2 # mc-wrapper
3 position fixed
4 width 100%
5 height 100%
6 $if opt.debug_css
7 border 1px solid blue
8 . mc-wrapper-layout
9 top ${opt.l_mc_top}rem
10 height calc(100% - ${opt.l_mc_top + 10}rem)
11 . mc-frame
12 display flex
13 flex-direction row
14 height 100%
15 $if opt.debug_css
16 border 1px solid red
17 . mc-content
18 padding 20px 20px
19 height calc(100% - 10rem)
20 overflow auto
Save
Save & Refresh
Cancel