Added negative top margins
authorThierry Florac <thierry.florac@onf.fr>
Thu, 28 Dec 2017 12:31:46 +0100
changeset 255 ff65bb647d54
parent 254 08b3bb9121c9
child 256 b1bb02205451
Added negative top margins
src/pyams_skin/resources/less/typo.less
--- a/src/pyams_skin/resources/less/typo.less	Thu Dec 28 12:30:48 2017 +0100
+++ b/src/pyams_skin/resources/less/typo.less	Thu Dec 28 12:31:46 2017 +0100
@@ -199,6 +199,15 @@
 		margin-top: 20px!important;
 		margin-bottom: 20px!important;
 	}
+	&-top--20 {
+		margin-top: -20px!important;
+	}
+	&-top--10 {
+		margin-top: -10px!important;
+	}
+	&-top--5 {
+		margin-top: -5px!important;
+	}
 	&-top-0 {
 		margin-top: 0!important;
 	}