src/ztfy/myams/resources/less/typo.less
changeset 203 108498416bee
parent 171 d1a43750fea2
child 206 02a40997d8cb
--- a/src/ztfy/myams/resources/less/typo.less	Fri May 12 13:42:04 2017 +0200
+++ b/src/ztfy/myams/resources/less/typo.less	Fri May 12 13:42:21 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;