github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/tools/buffalo/assets/templates/application.scss.tmpl (about)

     1  @import "~bootstrap/scss/bootstrap.scss";
     2  @import "~@fortawesome/fontawesome-free/css/all.min.css";
     3  
     4  // This is just some CSS for the welcome home landing page, feel free to 
     5  // remove it.
     6  .welcome {
     7      width: 700px;
     8      margin: 0 auto;
     9      
    10      img { 
    11          width: 300px;
    12      }
    13  
    14      h1 {
    15          font-size: 2rem;
    16      }
    17  }