balsamine.2014-2015
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

balsa.less
text/plain

Download raw (529 bytes)

@color: #00334C;

body,
#print-marks,
#container {

    color: @color;
    border-color: @color;
    /*.recto{
    background-color: @color;
    color: white;
    border-color: white;
    }
    .verso{
    background-color: white;
    color: @color;
    border-color: @color;
    }*/
}

.column50 {
    float: left;
    height: 100%;
    width: 50%;

    & + .column50 {
        padding-left: 0.5em;
    }
}
.column20 {
    float: left;
    height: 100%;
    width: 20%;

    & + .column20 {
        padding-left: 0.5em;
    }
}