src/pyams_default_theme/resources/less/pyams-default.less
changeset 233 d5f9f495dc30
parent 231 d462a5ced83e
child 235 d93f3085e261
equal deleted inserted replaced
232:7898006e140c 233:d5f9f495dc30
   235 	.address {
   235 	.address {
   236 		margin-top: 0.5em;
   236 		margin-top: 0.5em;
   237 		margin-bottom: 0.5em;
   237 		margin-bottom: 0.5em;
   238 	}
   238 	}
   239 }
   239 }
       
   240 
       
   241 
       
   242 /**
       
   243  * Verbatim
       
   244  */
       
   245 
       
   246 .verbatim {
       
   247 	.panel-body {
       
   248 		position: relative;
       
   249 		margin-left: 50px;
       
   250 
       
   251 		&::before {
       
   252 			content: '«';
       
   253 			position: absolute;
       
   254 			left: -30px;
       
   255 			top: 0;
       
   256 			font-size: 4em;
       
   257 		}
       
   258 		.author {
       
   259 			margin-top: 0.5em;
       
   260 		}
       
   261 	}
       
   262 }