src/ztfy/myams/resources/less/typo.less
changeset 130 e3cb023c73b6
parent 118 c87d242a1176
child 156 61176c64158d
equal deleted inserted replaced
129:e4e7fe9cc975 130:e3cb023c73b6
     1 /*
     1 /*
     2  * Typos styles
     2  * Typos styles
     3  */
     3  */
     4 
     4 
     5 @font-face {
     5 @font-face {
     6   font-family: 'Ubuntu';
     6 	font-family: 'Ubuntu';
     7   src: url('./fonts/Ubuntu-C.eot');
     7 	src: url('./fonts/Ubuntu-C.eot');
     8   src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),
     8 	src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),
     9 	   url('./fonts/Ubuntu-C.woff') format('woff'),
     9 		 url('./fonts/Ubuntu-C.woff') format('woff'),
    10 	   url('./fonts/Ubuntu-C.ttf') format('truetype'),
    10 		 url('./fonts/Ubuntu-C.ttf') format('truetype'),
    11 	   url('./fonts/Ubuntu-C.svg') format('svg');
    11 		 url('./fonts/Ubuntu-C.svg') format('svg');
    12   font-weight: normal;
    12 	font-weight: normal;
    13   font-style: normal;
    13 	font-style: normal;
    14 }
    14 }
    15 
    15 
    16 @font-face {
    16 @font-face {
    17   font-family: 'Ubuntu-Light';
    17 	font-family: 'Ubuntu-Light';
    18   src: url('./fonts/Ubuntu-L.eot');
    18 	src: url('./fonts/Ubuntu-L.eot');
    19   src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),
    19 	src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),
    20 	   url('./fonts/Ubuntu-L.woff') format('woff'),
    20 		 url('./fonts/Ubuntu-L.woff') format('woff'),
    21 	   url('./fonts/Ubuntu-L.ttf') format('truetype'),
    21 		 url('./fonts/Ubuntu-L.ttf') format('truetype'),
    22 	   url('./fonts/Ubuntu-L.svg') format('svg');
    22 		 url('./fonts/Ubuntu-L.svg') format('svg');
    23   font-weight: normal;
    23 	font-weight: normal;
    24   font-style: normal;
    24 	font-style: normal;
    25 }
    25 }
    26 
    26 
    27 @font-face {
    27 @font-face {
    28   font-family: 'Ubuntu-Bold';
    28 	font-family: 'Ubuntu-Bold';
    29   src: url('./fonts/Ubuntu-B.eot');
    29 	src: url('./fonts/Ubuntu-B.eot');
    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;
    35 	font-style: normal;
    36 }
    36 }
    37 
    37 
    38 html,
    38 html,
    39 body {
    39 body {
    40 	font-family: Ubuntu, Arial, Helvetica, sans-serif;
    40 	font-family: Ubuntu, Arial, Helvetica, sans-serif;
   288 		}
   288 		}
   289 	}
   289 	}
   290 }
   290 }
   291 
   291 
   292 .bordered {
   292 .bordered {
   293 	border: 1px solid #dddddd;
   293 	border: 1px solid #ccc;
   294 
   294 
   295 	&:hover {
   295 	&:hover {
   296 		border: 1px solid #bbbbbb;
   296 		border: 1px solid #bbbbbb;
   297 	}
   297 	}
   298 	&.nohover:hover {
   298 	&.nohover:hover {
   299 		border-color: #dddddd;
   299 		border-color: #ccc;
   300 	}
   300 	}
   301 }
   301 }
   302 
   302 
   303 .no-border {
   303 .no-border {
   304 	&,
   304 	&,
   474 	}
   474 	}
   475 	.dataTables_wrapper table,
   475 	.dataTables_wrapper table,
   476 	>table {
   476 	>table {
   477 		border: 0!important;
   477 		border: 0!important;
   478 		margin-bottom: 0!important;
   478 		margin-bottom: 0!important;
   479 		border-bottom-width: 0!important;
       
   480 	}
   479 	}
   481 	.dataTables_wrapper table,
   480 	.dataTables_wrapper table,
   482 	>table {
   481 	>table {
   483 		tr td:first-child,
   482 		tr td:first-child,
   484 		tr th:first-child {
   483 		tr th:first-child {