odoo/doc/_extensions/odoo/static/bootstrap-3.3.4/less/mixins/size.less

11 lines
127 B
Plaintext
Executable File

// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}