src/pyams_default_theme/resources/less/pyams-default.less
changeset 288 c140b4b0d918
parent 280 5058bcb9ffe4
child 293 b2f7d60562ba
equal deleted inserted replaced
287:722803a4568f 288:c140b4b0d918
    28 h5,
    28 h5,
    29 h6 {
    29 h6 {
    30 	font-family: Oswald, Helvetica, Arial, Sans-Serif;
    30 	font-family: Oswald, Helvetica, Arial, Sans-Serif;
    31 }
    31 }
    32 
    32 
       
    33 svg {
       
    34 	width: 100%;
       
    35 	height: 100%;
       
    36 }
       
    37 
    33 
    38 
    34 /**
    39 /**
    35  * Spacer styles
    40  * Spacer styles
    36  */
    41  */
    37 .spacer {
    42 .spacer {
   123 
   128 
   124 .page-header {
   129 .page-header {
   125 	margin-top: 2rem;
   130 	margin-top: 2rem;
   126 }
   131 }
   127 
   132 
       
   133 .footer-simple {
       
   134 	.nav {
       
   135 		display: flex;
       
   136 		justify-content: center;
       
   137 	}
       
   138 	.nav-tabs {
       
   139 		margin-top: 2em;
       
   140 		border-top: 1px solid #ddd;
       
   141 		border-bottom: 0;
       
   142 	}
       
   143 }
       
   144 
       
   145 
   128 .portal-page {
   146 .portal-page {
   129 	.slot {
   147 	.slot {
   130 		@media only screen and (min-width: 1200px) {
   148 		@media only screen and (min-width: 1200px) {
   131 			&.col-lg-0 {
   149 			&.col-lg-0 {
   132 				display: none;
   150 				display: none;
   154 	display: flex;
   172 	display: flex;
   155 	flex-direction: column;
   173 	flex-direction: column;
   156 
   174 
   157 	button {
   175 	button {
   158 		text-align: left;
   176 		text-align: left;
   159 		display: flex;
   177 		display: flex!important;
   160 		align-items: center;
   178 		align-items: center;
   161 
   179 
   162 		i.fa {
   180 		i.fa {
   163 			display: inline-block;
   181 			display: inline-block;
   164 			margin-right: 1rem;
   182 			margin-right: 1rem;