src/ztfy/myams/resources/less/typo.less
changeset 203 108498416bee
parent 171 d1a43750fea2
child 206 02a40997d8cb
equal deleted inserted replaced
202:cc928d5f90d5 203:108498416bee
   400 		max-width: 400px;
   400 		max-width: 400px;
   401 	}
   401 	}
   402 	&-500 {
   402 	&-500 {
   403 		width: 500px;
   403 		width: 500px;
   404 		max-width: 500px;
   404 		max-width: 500px;
       
   405 	}
       
   406 }
       
   407 
       
   408 .height {
       
   409 	&-nomin {
       
   410 		min-height: 0!important;
       
   411 	}
       
   412 	&-20 {
       
   413 		height: 20px;
       
   414 		max-height: 20px;
       
   415 	}
       
   416 	&-40 {
       
   417 		height: 40px;
       
   418 		max-height: 40px;
       
   419 	}
       
   420 	&-50 {
       
   421 		height: 50px;
       
   422 		max-height: 50px;
       
   423 	}
       
   424 	&-60 {
       
   425 		height: 60px;
       
   426 		max-height: 60px;
       
   427 	}
       
   428 	&-80 {
       
   429 		height: 80px;
       
   430 		max-height: 80px;
       
   431 	}
       
   432 	&-100 {
       
   433 		height: 100px;
       
   434 		max-height: 100px;
       
   435 	}
       
   436 	&-200 {
       
   437 		height: 200px;
       
   438 		max-height: 200px;
       
   439 	}
       
   440 	&-300 {
       
   441 		height: 300px;
       
   442 		max-height: 300px;
       
   443 	}
       
   444 	&-400 {
       
   445 		height: 400px;
       
   446 		max-height: 400px;
       
   447 	}
       
   448 	&-500 {
       
   449 		height: 500px;
       
   450 		max-height: 500px;
   405 	}
   451 	}
   406 }
   452 }
   407 
   453 
   408 .padding {
   454 .padding {
   409 	&-5 {
   455 	&-5 {