1 line
1.3 KiB
CSS
1 line
1.3 KiB
CSS
.page{background:#000;min-height:100vh}.nav-bar{-ms-flex-align:center;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;background:rgba(0,0,0,.95);display:-webkit-flex;display:-ms-flexbox;display:flex;height:2.2rem;-webkit-justify-content:space-between;justify-content:space-between;left:0;padding:0 .8rem;position:fixed;right:0;top:0;z-index:100}.nav-back{-ms-flex-align:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#1c1c1e;border-radius:50%;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:.8rem;height:1.8rem;-webkit-justify-content:center;justify-content:center;width:1.8rem}.nav-title{color:#00ced1;font-size:.9rem;font-weight:600}.nav-placeholder{width:1.8rem}.content{-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100vh - 3.3rem);padding:.8rem}.doc-card{background:#1c1c1e;border:.05rem solid rgba(0,206,209,.2);border-radius:.6rem;padding:1rem}.doc-title{color:#fff;display:block;font-size:.85rem;font-weight:700;margin-bottom:.4rem}.doc-update{color:hsla(0,0%,100%,.5);display:block;font-size:.6rem;margin-bottom:.8rem}.doc-section{color:#00ced1;display:block;font-size:.7rem;font-weight:600;margin:.6rem 0 .3rem}.doc-p{color:hsla(0,0%,100%,.85);display:block;font-size:.65rem;line-height:1.75;margin-bottom:.4rem} |