Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.51 KB | None | 0 0
  1. page-profile {
  2.  
  3.   .left-icon {
  4.     font-size: 25px;
  5.     color: color($colors, icon-color);
  6.     font-weight: 600;
  7.   }
  8.  
  9.   .right-icon {
  10.     font-size: 25px;
  11.     float: right;
  12.     color: color($colors, icon-color);
  13.  }
  14.  
  15.   .picture {
  16.     max-width: 120px;
  17.     border-radius: 50%;
  18.  }
  19.  
  20.   .editcircle {
  21.     z-index: 2;
  22.     border-radius: 100px;
  23.     border: solid 1px #f00;
  24.     width: 25px;
  25.     height: 25px;
  26.  }
  27.  
  28.   .profile-name {
  29.     padding-top: 10px;
  30.     color: #292929;
  31.  }
  32.  
  33.   .profileinformations p {
  34.     color: color($colors, profileblue);
  35.  }
  36.  
  37.   .profileinformations> h1 > ion-icon {
  38.    font-size: 15px;
  39.    color: color($colors, icon-color);
  40.  }
  41.  
  42.   .grid {
  43.     padding: 2px;
  44.     width: 90%;
  45.  }
  46.  
  47.   .stat-number ion-grid > ion-row > ion-col {
  48.     color: color($colors, icon-stat);
  49.     font-weight: bold;
  50.     padding-bottom: 20px;
  51.  }
  52.  
  53.   .item-divider-md {
  54.     background-color: #fafafa;
  55.  }
  56.  
  57.   .dividerbadge {
  58.     padding: 0 !important;
  59.  }
  60.  
  61.   .badgedivtitle {
  62.     color: color($colors, badge-title);
  63.     font-weight: bold;
  64.     text-align: center;
  65.     font-size: 12px;
  66.  }
  67.  
  68.   .badges {
  69.     text-align: center;
  70.  }
  71.  
  72.   .badgetitle {
  73.     color: #292929;
  74.     font-weight: bold;
  75.     padding-top: 5px;
  76.     padding-bottom: 5px;
  77.  }
  78.  
  79.   .badgedetail {
  80.     font-size: 12px;
  81.     padding-top: 5px;
  82.     opacity: 0.8;
  83.  }
  84.  
  85.   .viewbuttonallbadge {
  86.     margin: auto;
  87.     margin-top: 25px;
  88.     width: 230px;
  89.     height: 45px;
  90.     color: color($colors, profileblue);
  91.  }
  92.  
  93.   .buttonallbadge {
  94.     margin-bottom: 50px;
  95.  }
  96.  
  97.   .dividerparrots {
  98.     padding: 0 !important;
  99.  }
  100.  
  101.   .parrotsdivtitle {
  102.     color: color($colors, badge-title);
  103.     font-weight: bold;
  104.     text-align: center;
  105.     font-size: 12px;
  106.  }
  107.  
  108.   .parrotgrid {
  109.     width: 100%;
  110.     margin-left: 0 !important;
  111.     margin-right: 0 !important;
  112.     padding: 0 !important;
  113.  }
  114.  
  115.   .rowtitleparrots {
  116.     padding-top: 15px;
  117.     padding-bottom: 15px;
  118.  }
  119.  
  120.   .buttonallparrots {
  121.     margin: auto;
  122.     margin-top: 15px;
  123.     width: 230px;
  124.     height: 45px;
  125.     color: color($colors, profileblue);
  126.  }
  127.  
  128.   .col {
  129.     padding: 5px 0;
  130.  }
  131.  
  132.   .item[no-lines].bottom-border {
  133.     border-bottom: 1px solid #f1f1f1;
  134.  }
  135.  
  136.   .item-md ion-avatar ion-img,
  137.   .item-md ion-avatar img {
  138.     border-radius: 2%;
  139.     width: 70px;
  140.     height: 70px;
  141.  }
  142.  
  143.   .Progress-main {
  144.     background-color: #f00;
  145.     width: 100%;
  146.     height: 0.3em;
  147.     margin-top: 0.75em;
  148.  }
  149.  
  150.   .Progress-main::-webkit-progress-bar {
  151.     background: #f00;
  152.  }
  153.  
  154.   .Progress-main::-webkit-progress-value {
  155.     background: color($colors, profileblue);
  156.  }
  157.  
  158.   .Progress-bar {
  159.     margin-top: 0.95em;
  160.     background-color: #808080;
  161.     height: 0.3em;
  162.  }
  163.  
  164.   .Progress-value {
  165.     background-color: #0000ff;
  166.     display: block;
  167.     height: 0.3em;
  168.  }
  169.  
  170.  $progress_bar_colour: #f2f2f2;
  171.  
  172.   .Progress-label-left {
  173.     font-size: 11px;
  174.     margin-left: 5px;
  175.     margin-top: 15px;
  176.     display: block;
  177.     float: left;
  178.     color: color($colors, profileblue);
  179.     font-weight: 600;
  180.  }
  181.  
  182.   .Progress-label-right {
  183.     font-size: 11px;
  184.     margin-left: 5px;
  185.     margin-top: 9px;
  186.     display: block;
  187.     float: right;
  188.     color: color($colors, badge-title);
  189.     font-weight: 600;
  190.     margin-right: 15px;
  191.  }
  192.  
  193.   .Progress-label-center {
  194.     font-size: 15px;
  195.     margin-top: 9px;
  196.     display: block;
  197.     color: color($colors, icon-color);
  198.     font-weight: bold;
  199.     text-align: center;
  200.  }
  201.  
  202.   .Progress-main {
  203.     display: block;
  204.     width: 90%;
  205.     height: 4px;
  206.     margin-left: 10px;
  207.  }
  208.  
  209.   .Progress-main::-moz-progress-bar {
  210.     background: color($colors, profileblue);
  211.  }
  212.  
  213.   .Progress-main::-webkit-progress-bar {
  214.     background: $progress_bar_colour;
  215.  }
  216.  
  217.   .Progress-main::-webkit-progress-value {
  218.     background: color($colors, profileblue);
  219.  }
  220.  
  221.   .Progress-main::-ms-fill {
  222.     background: color($colors, profileblue);
  223.     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
  224.  }
  225.  
  226.   .Progress-bar {
  227.     margin-top: 0.95em;
  228.     background-color: $progress_bar_colour;
  229.     height: 4px;
  230.  }
  231.  
  232.   .Progress-value {
  233.     background-color: color($colors, profileblue);
  234.     display: block;
  235.     height: 3px;
  236.  }
  237.  
  238.   .star {
  239.     float: left;
  240.     margin-left: -33px;
  241.     margin-top: -24px;
  242.     font-size: 20px;
  243.  }
  244.  
  245.   .user-info {
  246.     margin: 0 0 21px;
  247.     overflow: inherit;
  248.     font-size: 12px;
  249.     line-height: normal;
  250.     text-overflow: inherit;
  251.     color: color($colors, profileblue);
  252.     text-align: center;
  253.     font-weight: 600;
  254.  }
  255. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement