src/pyams_default_theme/resources/less/pyams-default.less
changeset 374 3e41a5025114
parent 349 41fc347d865b
child 385 e0f8d5d0e31e
equal deleted inserted replaced
373:6f5f5d05cc85 374:3e41a5025114
   128 	}
   128 	}
   129 
   129 
   130 	&.affix {
   130 	&.affix {
   131 		background-color: #39413b;
   131 		background-color: #39413b;
   132 
   132 
       
   133 		&:hover {
       
   134 			a:hover {
       
   135 				color: #5d6a60;
       
   136 			}
       
   137 		}
       
   138 		&-top {
       
   139 			margin-bottom: ~"calc(20px - 1rem)";
       
   140 		}
       
   141 
   133 		a {
   142 		a {
   134 			color: white;
   143 			color: white;
   135 		}
   144 		}
   136 
   145 
   137 		.dropdown-menu {
   146 		.dropdown-menu {
   138 			a {
   147 			a {
   139 				color: #39413b;
   148 				color: #39413b;
   140 			}
   149 			}
   141 		}
   150 		}
   142 
   151 
   143 		&:hover {
       
   144 			a:hover {
       
   145 				color: #5d6a60;
       
   146 			}
       
   147 		}
       
   148 
       
   149 		.icon-bar {
   152 		.icon-bar {
   150 			background-color: white;
   153 			background-color: white;
   151 		}
   154 		}
   152 	}
   155 	}
   153 }
   156 }
   154 
   157 
   155 .breadcrumb {
   158 .breadcrumb {
       
   159 	margin-top: 1rem;
   156 	margin-bottom: 1rem;
   160 	margin-bottom: 1rem;
   157 }
   161 }
   158 
   162 
   159 .page-header {
   163 .page-header {
   160 	margin-top: 2rem;
   164 	margin-top: 2rem;
   345 
   349 
   346 
   350 
   347 /**
   351 /**
   348  * Panels
   352  * Panels
   349  */
   353  */
       
   354 .panels {
       
   355 	display: flex;
       
   356 	flex-wrap: wrap;
       
   357 }
   350 .panel {
   358 .panel {
   351 	.thumbnail {
   359 	.thumbnail {
   352 		margin-bottom: 0.5em;
   360 		margin-bottom: 0.5em;
   353 	}
   361 	}
   354 }
   362 }
   528 			content: '«';
   536 			content: '«';
   529 			position: absolute;
   537 			position: absolute;
   530 			left: -30px;
   538 			left: -30px;
   531 			top: 0;
   539 			top: 0;
   532 			font-size: 4em;
   540 			font-size: 4em;
       
   541 		}
       
   542 		.quote-wrapper {
       
   543 			padding-right: 0;
   533 		}
   544 		}
   534 		.quote {
   545 		.quote {
   535 			font-style: italic;
   546 			font-style: italic;
   536 		}
   547 		}
   537 		.author {
   548 		.author {