@import '../theme'; .chui-widget { background-color: #fff; margin:0; padding:0; height:100%; width:100%; display: flex; flex-direction: column; font-family: $font; font-size: 1.25rem; .chui-loader { width: 100%; } .chui-bottom { position:absolute; width:100%; border-top: 1px solid $accent; bottom:0; z-index:1; } }