pyc-website

main website for pyc inc.

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

section-profile.less

(486B)


      1 /*
      2  * PROFILE PAGE
      3  */
      4 .profile-pic {
      5 	text-align:right;
      6 }
      7 .profile-pic > img{
      8 	border-radius: 0%;
      9 	position: relative;
     10 	border: 5px solid @white;
     11 	top: -30px;
     12 	display: inline-block;
     13 	text-align: right;
     14 	z-index: 4;
     15 	width: 120px;
     16 	margin-bottom:-30px;
     17 }
     18 
     19 .profile-carousel .carousel-inner {
     20 	max-height:150px;
     21 }
     22 
     23 .friends-list li {
     24 	margin-bottom:10px;
     25 }
     26 
     27 .friends-list img {
     28 	width:35px;
     29 	border:1px solid @white;
     30 	outline:1px solid @gray-mid-light;
     31 }