Your IP : 192.168.165.1


Current Path : C:/xampp/htdocs/moodle/theme/moove/scss/moove/mixins/
Upload File :
Current File : C:/xampp/htdocs/moodle/theme/moove/scss/moove/mixins/_accessibilityfontsize.scss

// Accessiblity font size shortcut
@mixin accessibilityfontsize($basesize) {
    .dropdown-menu {
        font-size: $basesize;
    }

    #nav-drawer, #page, #top-footer {
        font-size: $basesize;
    }

    h1,
    #page #page-header h1,
    #page #region-main h1 {
        font-size: $basesize * 2.5;
    }

    h2 {
        font-size: $basesize * 2;
    }

    h3 {
        font-size: $basesize * 1.75;
    }

    h4 {
        font-size: $basesize * 1.5;
    }

    h5 {
        font-size: $basesize * 1.25;
    }

    h6 {
        font-size: $basesize;
    }
}