src/ztfy/myams/resources/less/typo.less
changeset 206 02a40997d8cb
parent 203 108498416bee
--- a/src/ztfy/myams/resources/less/typo.less	Fri May 12 14:03:02 2017 +0200
+++ b/src/ztfy/myams/resources/less/typo.less	Thu Oct 26 14:45:34 2017 +0200
@@ -208,9 +208,15 @@
 	&-top-5 {
 		margin-top: 5px!important;
 	}
+	&-top-5-neg {
+		margin-top: -5px!important;
+	}
 	&-top-10 {
 		margin-top: 10px!important;
 	}
+	&-top-10-neg {
+		margin-top: -10px!important;
+	}
 	&-top-20 {
 		margin-top: 20px!important;
 	}
@@ -238,9 +244,15 @@
 	&-left-5 {
 		margin-left: 5px!important;
 	}
+	&-left-5-neg {
+		margin-left: -5px!important;
+	}
 	&-left-10 {
 		margin-left: 10px!important;
 	}
+	&-left-10-neg {
+		margin-left: -10px!important;
+	}
 	&-left-20 {
 		margin-left: 20px!important;
 	}
@@ -363,6 +375,9 @@
 	&-nomin {
 		min-width: 0!important;
 	}
+	&-auto {
+		width: auto!important;
+	}
 	&-20 {
 		width: 20px;
 		max-width: 20px;
@@ -452,6 +467,9 @@
 }
 
 .padding {
+	&-2 {
+		padding: 2px!important;
+	}
 	&-5 {
 		padding: 5px!important;
 	}
@@ -468,6 +486,10 @@
 		padding-left: 0px!important;
 		padding-right: 0px!important;
 	}
+	&-x-2 {
+		padding-left: 2px!important;
+		padding-right: 2px!important;
+	}
 	&-x-5 {
 		padding-left: 5px!important;
 		padding-right: 5px!important;
@@ -484,6 +506,10 @@
 		padding-top: 0px!important;
 		padding-bottom: 0px!important;
 	}
+	&-y-2 {
+		padding-top: 2px!important;
+		padding-bottom: 2px!important;
+	}
 	&-y-5 {
 		padding-top: 5px!important;
 		padding-bottom: 5px!important;
@@ -499,6 +525,9 @@
 	&-top-0 {
 		padding-top: 0!important;
 	}
+	&-top-2 {
+		padding-top: 2px!important;
+	}
 	&-top-5 {
 		padding-top: 5px!important;
 	}
@@ -511,6 +540,9 @@
 	&-bottom-0 {
 		padding-bottom: 0!important;
 	}
+	&-bottom-2 {
+		padding-bottom: 2px!important;
+	}
 	&-bottom-5 {
 		padding-bottom: 5px!important;
 	}
@@ -523,6 +555,9 @@
 	&-left-0 {
 		padding-left: 0!important;
 	}
+	&-left-2 {
+		padding-left: 2px!important;
+	}
 	&-left-5 {
 		padding-left: 5px!important;
 	}
@@ -535,6 +570,9 @@
 	&-right-0 {
 		padding-right: 0!important;
 	}
+	&-right-2 {
+		padding-right: 2px!important;
+	}
 	&-right-5 {
 		padding-right: 5px!important;
 	}
@@ -664,6 +702,12 @@
 .bold {
 	font-weight: 900!important;
 }
+.nobold {
+	font-weight: normal!important;
+}
+.typo-bold {
+	font-family: Ubuntu-Bold;
+}
 
 .ultra-light {
 	font-weight: 300!important;
@@ -693,6 +737,11 @@
 	font-size: 400%!important;
 }
 
+.fa-fw-md {
+	width: 1em;
+	text-align: center;
+}
+
 .badge {
 	font-size: 11px;
 	padding: 3px 6px 2px;