pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

alerts.less

(271B)


      1 /******************************
      2  * ALERTS
      3  ******************************/
      4 
      5 .alert {
      6 	z-index: @alert-zindex;
      7 	ul { .list-unstyled(); }
      8 	margin-bottom: 0;
      9 	
     10 	p {
     11 		font-size: @font-size-base !important;
     12 	}
     13 	
     14 	border: none !important;
     15 }
     16 
     17 .alert-danger {
     18   color: @white;
     19 }