15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
|
@height-xsmall-height: 80px;
|
||
|
@height-small-height: 160px;
|
||
|
@height-medium-height: 320px;
|
||
|
@height-large-height: 480px;
|
||
|
|
||
|
.hook-height-misc() {
|
||
|
.uk-height-xsmall {
|
||
|
height: @height-xsmall-height;
|
||
|
}
|
||
|
|
||
|
.uk-height-max-xsmall {
|
||
|
max-height: @height-xsmall-height;
|
||
|
}
|
||
|
}
|