Changes in ow/static/less/pages/profile.less [67fc2ed:cf12619] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/static/less/pages/profile.less

    r67fc2ed rcf12619  
    11.user-profile {
     2    .workout-options {
     3        .font-size(13);
     4                margin-right: 2em;
     5    }
     6}
     7
     8.user-profile-account {
     9        background-color: @color-main-xtralight;
     10        border-bottom: 1px solid @color-main-light;
     11    padding: 2em  1em;
     12    @media (min-width: @screen-s){
     13        padding: 2em 6em;
     14    }
     15    >div {
     16        display: flex;
     17        align-items: center;
     18    }
    219    img {
    320        width: 140px;
     
    623        border-radius: 50%;
    724        margin-bottom: .5em;
    8     }
    9     .workout-options {
    10         .font-size(13);
    11     }
    12 }
    13 
    14 .user-profile-account {
    15         background-color: @color-main-xtralight;
    16     padding: 2em  1em;
    17     @media (min-width: @screen-s){
    18         padding: 2em 6em;
     25        margin-right: 1em;
    1926    }
    2027        h2 {
    2128                margin: 0 0 .15em 0;
    2229                .font-size(21);
     30                font-weight: 400;
    2331        }
    2432        p{
     
    3038                }
    3139        }
    32         .workouts {
    33                 .font-size(18);
    34                 font-weight: bold;
    35         }
     40}
     41.total-workouts {
     42        .font-size(13);
     43        font-weight: bold;
    3644}
    3745
     
    4048        padding: 0;
    4149        .font-size(14);
     50        background-color: white;
     51        padding: .5em .75em;
     52        border-radius: 4px;
     53        border: 1px solid @color-main-light;
    4254        li {
    43                 margin-bottom: .25em;
     55                display: flex;
     56                justify-content: space-between;
     57                color: @color-main-medium;
     58                &:not(:last-child) {
     59                        margin-bottom: .5em;
     60                        padding-bottom: .5em;
     61                        border-bottom: 1px solid @color-main-light;
     62                }
     63                span {
     64                        font-weight: bold;
     65                        color: @color-main;
     66                }
    4467        }
    4568}
    4669
    4770.profile-bio {
    48         margin: 1em 0;
     71        margin: .5em 0;
     72        .font-size(14);
    4973}
    5074
    5175.month-stats,
    5276.latest-workouts {
    53         max-width: 40vw;
    54         margin: 0 auto;
     77        max-width: 700px
     78}
     79
     80.center {
     81        text-align: center;
     82}
     83
     84.month-stats {
     85        margin-bottom: 4em;
    5586}
    5687
Note: See TracChangeset for help on using the changeset viewer.