1 |
- @import url(https://fonts.googleapis.com/css?family=Quicksand:400,500);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.loading-screen{display:flex;flex-flow:column nowrap;justify-content:center;align-content:center;align-items:center;font-family:Quicksand,sans-serif;height:100vh;transition:opacity .4s}.loading-screen.hide{opacity:0}.loading-screen .row{flex:0 0 auto}.logo{margin-bottom:40px}.v-enter-active,.v-leave-active{transition-delay:.5s;transition-property:all;transition-duration:.6s}.v-enter,.v-leave-to{opacity:0;transform:translateY(-10px)}.placeholder{text-align:center}h3{font-weight:500;font-size:18px;color:#383838;margin:1em 0;letter-spacing:1px}.hasErrors{color:#d0021b}.errorStack{padding:1.5em;border:1px solid #108775;border-radius:1em;background-color:#eee;margin:1em 0}p.pre{margin-top:1em;line-height:1.2em;white-space:pre}h4{margin-bottom:30px;font-size:15px;color:#383838}.reload_prevented{width:500px;max-width:85vw}.reload_prevented p{margin-bottom:1rem}.progress_bar_container{background-color:#ddd;border-radius:6px;width:500px;max-width:85vw;height:10px;margin-bottom:10px}.progress_bar{border-radius:6px;height:10px;width:10px;transition:width .4s}.progress_bar.client{background-color:#00c58e}.progress_bar.server{background-color:#108775}.progress_bar.modern{background-color:#2f495e}
|