src/pyams_default_theme/resources/less/pyams-default.less
changeset 330 143f661e27e2
parent 319 29ffc22ece57
child 334 4b8a1c00ff0f
equal deleted inserted replaced
329:56db1bcbdd8c 330:143f661e27e2
   179 		margin-bottom: 0.5em;
   179 		margin-bottom: 0.5em;
   180 	}
   180 	}
   181 	ul {
   181 	ul {
   182 		padding-top: 3px;
   182 		padding-top: 3px;
   183 		padding-left: 1em;
   183 		padding-left: 1em;
       
   184 
       
   185 		&:empty {
       
   186 			padding: 0;
       
   187 			margin: 0;
       
   188 		}
   184 	}
   189 	}
   185 	li {
   190 	li {
   186 		list-style-type: square;
   191 		list-style-type: square;
   187 		list-style-position: outside;
   192 		list-style-position: outside;
   188 		padding-left: 0;
   193 		padding-left: 0;
   238 			display: inline-block;
   243 			display: inline-block;
   239 			margin-right: 1rem;
   244 			margin-right: 1rem;
   240 		}
   245 		}
   241 	}
   246 	}
   242 }
   247 }
       
   248 
       
   249 .portlet > section.wrapper {
       
   250 	.carousel {
       
   251 		img {
       
   252 			max-height: 100vh;
       
   253 		}
       
   254 	}
       
   255 }
       
   256 
   243 
   257 
   244 @media only screen and (min-width: 1340px) {
   258 @media only screen and (min-width: 1340px) {
   245 	.col-lg-12 .portlet > section.wrapper {
   259 	.col-lg-12 .portlet > section.wrapper {
   246 		margin-left: ~"calc(-50vw + 50%)";
   260 		margin-left: ~"calc(-50vw + 50%)";
   247 		margin-right: ~"calc(-50vw + 50%)";
   261 		margin-right: ~"calc(-50vw + 50%)";
   421 .ekko-lightbox {
   435 .ekko-lightbox {
   422 	position: fixed;
   436 	position: fixed;
   423 	top: 0 !important;
   437 	top: 0 !important;
   424 	height: 100vh;
   438 	height: 100vh;
   425 
   439 
       
   440 	.ekko-lightbox-container {
       
   441 
       
   442 		.description {
       
   443 			position: absolute;
       
   444 			bottom: 0;
       
   445 			width: 100%;
       
   446 			font-size: 80%;
       
   447 			background-color: rgba(205, 205, 205, 0.75);
       
   448 			color: black;
       
   449 			padding: 0.5em 1em;
       
   450 			opacity: 0;
       
   451 			transition: all ease-in-out 0.5s;
       
   452 		}
       
   453 		&:hover {
       
   454 			.description {
       
   455 				opacity: 1;
       
   456 			}
       
   457 		}
       
   458 	}
   426 	.modal-footer {
   459 	.modal-footer {
   427 		padding-top: 0;
   460 		padding-top: 0;
   428 		text-align: right !important;
   461 		text-align: right !important;
   429 		font-style: italic;
   462 		font-style: italic;
   430 		font-size: 0.8em;
   463 		font-size: 0.8em;