src/ztfy/myams/resources/less/typo.less
changeset 156 61176c64158d
parent 130 e3cb023c73b6
child 164 746cbce8ea00
equal deleted inserted replaced
155:e0fb6fd568eb 156:61176c64158d
    30 	src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),
    30 	src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),
    31 		 url('./fonts/Ubuntu-B.woff') format('woff'),
    31 		 url('./fonts/Ubuntu-B.woff') format('woff'),
    32 		 url('./fonts/Ubuntu-B.ttf') format('truetype'),
    32 		 url('./fonts/Ubuntu-B.ttf') format('truetype'),
    33 		 url('./fonts/Ubuntu-B.svg') format('svg');
    33 		 url('./fonts/Ubuntu-B.svg') format('svg');
    34 	font-weight: bold;
    34 	font-weight: bold;
       
    35 	font-style: normal;
       
    36 }
       
    37 
       
    38 @font-face {
       
    39 	font-family: 'OpenSans';
       
    40 	src: url('./fonts/OpenSans-Regular.eot');
       
    41 	src: url('./fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
       
    42 		 url('./fonts/OpenSans-Regular.woff2') format('woff2'),
       
    43 		 url('./fonts/OpenSans-Regular.woff') format('woff'),
       
    44 		 url('./fonts/OpenSans-Regular.ttf') format('truetype'),
       
    45 		 url('./fonts/OpenSans-Regular.svg') format('svg');
       
    46 	font-weight: normal;
    35 	font-style: normal;
    47 	font-style: normal;
    36 }
    48 }
    37 
    49 
    38 html,
    50 html,
    39 body {
    51 body {
    74 	vertical-align: top!important;
    86 	vertical-align: top!important;
    75 }
    87 }
    76 .align-base {
    88 .align-base {
    77 	vertical-align: baseline!important;
    89 	vertical-align: baseline!important;
    78 }
    90 }
       
    91 .align-middle {
       
    92 	vertical-align: middle!important;
       
    93 }
    79 
    94 
    80 .opacity-25 {
    95 .opacity-25 {
    81 	opacity: 0.25!important;
    96 	opacity: 0.25!important;
    82 }
    97 }
    83 .opacity-50 {
    98 .opacity-50 {
   287 			margin-right: -4px!important;
   302 			margin-right: -4px!important;
   288 		}
   303 		}
   289 	}
   304 	}
   290 }
   305 }
   291 
   306 
   292 .bordered {
   307 .bordered:not(:empty) {
   293 	border: 1px solid #ccc;
   308 	border: 1px solid #ccc;
   294 
   309 
   295 	&:hover {
   310 	&:hover {
   296 		border: 1px solid #bbbbbb;
   311 		border-color: #bbbbbb;
   297 	}
   312 	}
   298 	&.nohover:hover {
   313 	&.nohover:hover {
   299 		border-color: #ccc;
   314 		border-color: #ccc;
   300 	}
   315 	}
   301 }
   316 }
   343 		border-bottom-right-radius: 4px!important;
   358 		border-bottom-right-radius: 4px!important;
   344 	}
   359 	}
   345 }
   360 }
   346 
   361 
   347 .width {
   362 .width {
       
   363 	&-nomin {
       
   364 		min-width: 0!important;
       
   365 	}
   348 	&-100 {
   366 	&-100 {
   349 		width: 100px;
   367 		width: 100px;
   350 		max-width: 100px;
   368 		max-width: 100px;
   351 	}
   369 	}
   352 	&-200 {
   370 	&-200 {