Newer
Older
Import / research / reflection / vue / my-project / src / sass / main.scss
@John John on 29 Dec 2020 121 bytes bulk import from macbookpro checkouts
@import "~bootstrap/scss/bootstrap.scss";

html, body, #app-main {
    height: 100%;
}

.content {
  margin-top: 50px;
}