github.com/replicatedhq/ship@v0.55.0/web/init/src/scss/utilities/base.scss (about) 1 @import "../variables/variables.scss"; 2 3 html { 4 height: 100% 5 } 6 7 body { 8 font-family: $font-family; 9 font-weight: 400; 10 color: $font-color; 11 display: flex; 12 flex-direction: column; 13 flex: 1; 14 -webkit-font-smoothing: antialiased; 15 margin: 0; 16 padding: 0; 17 width: 100%; 18 height: 100%; 19 } 20 21 #root { 22 display: flex; 23 flex-direction: column; 24 flex: 1; 25 }