HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/moodleAW/moodle310/theme/bootstrapbase/less/moodle/templates.less
/* Styling for mustache templates */

// TODO: MDL-55142 remove browser these brwoser hacks:
/* stylelint-disable declaration-block-no-duplicate-properties */
// RTL styles for column templates.
#grid {
    // A mixin to set styles for the fluid row when RTL language enabled.
    .fluid-rtl(@fluidGridColumnWidth, @fluidGridGutterWidth) {
        .dir-rtl {
            .row-fluid.rtl-compatible {
                [class*="span"] {
                    float: right;
                    margin-left: 0;
                    *margin-left: 0;
                    margin-right: @fluidGridGutterWidth;
                    *margin-right: @fluidGridGutterWidth - (.5 / @gridRowWidth * 100 * 1%);
                }
                [class*="span"]:first-child {
                    margin-right: 0;
                }
            }
        }
    }
}
/* stylelint-enable */


// Style for template 3 columns auto.
.columns-autoflow-1to1to1 {
    .content-columns(3);
}

@media (max-width: 767px) {
    // Change to a single column for smaller screens.
    .columns-autoflow-1to1to1 {
        .content-columns(1, 0);
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    // Include fluid-rtl mixin from grid namespace.
    #grid > .fluid-rtl(@fluidGridColumnWidth768, @fluidGridGutterWidth768);
}

@media (min-width: 980px) and (max-width: 1199px) {
    // Include fluid-rtl mixin from grid namespace.
    #grid > .fluid-rtl(@fluidGridColumnWidth, @fluidGridGutterWidth);
}

@media (min-width: 1200px) {
    // Include fluid-rtl mixin from grid namespace.
    #grid > .fluid-rtl(@fluidGridColumnWidth1200, @fluidGridGutterWidth1200);
}