pyc-website

main website for pyc inc.

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

atm.less

(464B)


      1 #atm-profile {
      2 
      3 	.store-status {
      4 		font-weight: 600;
      5 	}
      6 	
      7 	.jumbotron{
      8 	  &.wide {
      9 		padding: 30px 0;
     10 		margin: 0;
     11 	  }
     12 	  
     13 	  address {
     14 	  	font-size: 16px !important;
     15 	  	margin-bottom: 0;
     16 	  }
     17 	  
     18 	  &#atm-info {
     19 	  	padding-top: 0;
     20 	  }
     21 	  
     22 	  h1.name {
     23 	  	font-size: 43px !important;
     24 	  }
     25 	}
     26 	
     27 	.atm-images {
     28 	  
     29 	  .col-xs-6 {
     30 	    padding: 0;
     31 	  }
     32 	  
     33 	  img {
     34 		width: 100%;
     35 		border: 3px solid white;
     36 	  }
     37 	}
     38 	
     39 	table tr.today {
     40 		font-weight: bold;
     41 	}
     42 }