Skip to content
Snippets Groups Projects
App.scss 515 B
Newer Older
  • Learn to ignore specific revisions
  • @import "assets/scss/custom";
    
    danieldeng2's avatar
    danieldeng2 committed
    @import "~bootstrap/dist/css/bootstrap.min.css";
    
    
    body {
      margin: 0;
    
      font-family: "IBM Plex Sans", sans-serif !important;
    
      -webkit-font-smoothing: antialiased;
    
    	-moz-osx-font-smoothing: grayscale;
    
    danieldeng2's avatar
    danieldeng2 committed
    	-webkit-overflow-scrolling: touch;
    	overflow-y: scroll;
    
      font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    
        monospace;
    
    danieldeng2's avatar
    danieldeng2 committed
    }
    
    .btn-primary.focus, .btn-primary:focus {
    	color: #000;
    	background-color: #f8f9fa;
    	border-color: #0062cc;
    	box-shadow: none;