Files
cms_thermo_active/Step/client/assets/styles/base/grid-system.less
T
Paolo Possanzini a4b47ddd18 login form e less
2017-11-16 12:48:01 +01:00

33 lines
340 B
Plaintext

// out: false, sourceMap: false, main: ../style.less
@row: row;
@col: col;
.@{row} {
display: flex;
width:100%;
flex-direction: row;
}
.@{col} {
display: flex;
flex-direction: column;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.full-height {
height: 100%;
}
.full-width {
width: 100%;
}