# HG changeset patch # User Thierry Florac # Date 1496823023 -7200 # Node ID 25fc888b0b7e35807c8324e6bbd6b3587cc428ce # Parent 2a582df9842b9a1fdb64259460b06ef614ab7f8c Added classes for divs with given height diff -r 2a582df9842b -r 25fc888b0b7e src/pyams_skin/resources/less/typo.less --- a/src/pyams_skin/resources/less/typo.less Tue Apr 18 11:59:50 2017 +0200 +++ b/src/pyams_skin/resources/less/typo.less Wed Jun 07 10:10:23 2017 +0200 @@ -405,6 +405,52 @@ } } +.height { + &-nomin { + min-height: 0!important; + } + &-20 { + height: 20px; + max-height: 20px; + } + &-40 { + height: 40px; + max-height: 40px; + } + &-50 { + height: 50px; + max-height: 50px; + } + &-60 { + height: 60px; + max-height: 60px; + } + &-80 { + height: 80px; + max-height: 80px; + } + &-100 { + height: 100px; + max-height: 100px; + } + &-200 { + height: 200px; + max-height: 200px; + } + &-300 { + height: 300px; + max-height: 300px; + } + &-400 { + height: 400px; + max-height: 400px; + } + &-500 { + height: 500px; + max-height: 500px; + } +} + .padding { &-5 { padding: 5px!important;