github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/plugins/tools/ox/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  }