Skip to content
Snippets Groups Projects
styles.scss 680 B
Newer Older
  • Learn to ignore specific revisions
  • François Agneray's avatar
    François Agneray committed
    /* Import Bootstrap 4 */
    
    // Imports functions, variables, and mixins that are needed by other Bootstrap files
    @import "~bootstrap/scss/functions";
    @import "~bootstrap/scss/variables";
    @import "~bootstrap/scss/mixins";
    
    // Optional
    @import "~bootstrap/scss/reboot";
    @import "~bootstrap/scss/type";
    @import "~bootstrap/scss/grid";
    @import "~bootstrap/scss/nav";
    @import "~bootstrap/scss/navbar";
    @import "~bootstrap/scss/card";
    @import "~bootstrap/scss/buttons";
    @import "~bootstrap/scss/transitions";
    @import "~bootstrap/scss/dropdown";
    @import "~bootstrap/scss/utilities";
    
    /* Global styles */
    
    main {
        margin-top: 100px;
    }
    
    /* Utilities */
    
    .pointer {
        cursor: pointer;
    }