src/ztfy/myams/resources/less/typo.less
changeset 156 61176c64158d
parent 130 e3cb023c73b6
child 164 746cbce8ea00
--- a/src/ztfy/myams/resources/less/typo.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/typo.less	Fri Jan 29 15:37:22 2016 +0100
@@ -35,6 +35,18 @@
 	font-style: normal;
 }
 
+@font-face {
+	font-family: 'OpenSans';
+	src: url('./fonts/OpenSans-Regular.eot');
+	src: url('./fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
+		 url('./fonts/OpenSans-Regular.woff2') format('woff2'),
+		 url('./fonts/OpenSans-Regular.woff') format('woff'),
+		 url('./fonts/OpenSans-Regular.ttf') format('truetype'),
+		 url('./fonts/OpenSans-Regular.svg') format('svg');
+	font-weight: normal;
+	font-style: normal;
+}
+
 html,
 body {
 	font-family: Ubuntu, Arial, Helvetica, sans-serif;
@@ -76,6 +88,9 @@
 .align-base {
 	vertical-align: baseline!important;
 }
+.align-middle {
+	vertical-align: middle!important;
+}
 
 .opacity-25 {
 	opacity: 0.25!important;
@@ -289,11 +304,11 @@
 	}
 }
 
-.bordered {
+.bordered:not(:empty) {
 	border: 1px solid #ccc;
 
 	&:hover {
-		border: 1px solid #bbbbbb;
+		border-color: #bbbbbb;
 	}
 	&.nohover:hover {
 		border-color: #ccc;
@@ -345,6 +360,9 @@
 }
 
 .width {
+	&-nomin {
+		min-width: 0!important;
+	}
 	&-100 {
 		width: 100px;
 		max-width: 100px;