File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 # preview-area iframe { position : absolute; top : 0 ; left : 0 ; width : 100% ; height : 100% ; border : none; }
3232 # preview-placeholder { position : absolute; top : 50% ; left : 50% ; transform : translate (-50% , -50% ); color : # 555 ; font-size : 13px ; text-align : center; pointer-events : none; }
3333 # error-panel { display : none; background : # fff5f5 ; border-top : 1px solid # fcc ; padding : 8px 12px ; font-family : monospace; font-size : 12px ; color : # c00 ; max-height : 120px ; overflow-y : auto; white-space : pre; flex-shrink : 0 ; }
34+ footer { border-top : 1px solid # e0e0e0 ; padding : 1rem 2rem ; text-align : center; font-size : 13px ; color : # 888 ; flex-shrink : 0 ; }
35+ .footer-contact { margin-top : 0.4rem ; font-size : 12px ; }
36+ .footer-contact a { color : # aaa ; text-decoration : none; }
37+ .footer-contact a : hover { color : # 111 ; }
38+ .footer-sep { color : # ccc ; margin : 0 0.5rem ; }
3439 </ style >
3540</ head >
3641< body >
You can’t perform that action at this time.
0 commit comments