Changeset 0b6c6fc in OpenWorkouts-current for ow/static/less/pages/profile.less


Ignore:
Timestamp:
Feb 6, 2019, 11:57:10 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
eed2019
Parents:
ded7d95 (diff), cf12619 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feature/ui'

File:
1 edited

Legend:

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

    rded7d95 r0b6c6fc  
    22    .workout-options {
    33        .font-size(13);
     4                margin-right: 2em;
    45    }
    56}
     
    78.user-profile-account {
    89        background-color: @color-main-xtralight;
     10        border-bottom: 1px solid @color-main-light;
    911    padding: 2em  1em;
    1012    @media (min-width: @screen-s){
    1113        padding: 2em 6em;
     14    }
     15    >div {
     16        display: flex;
     17        align-items: center;
    1218    }
    1319    img {
     
    1723        border-radius: 50%;
    1824        margin-bottom: .5em;
     25        margin-right: 1em;
    1926    }
    2027        h2 {
    2128                margin: 0 0 .15em 0;
    2229                .font-size(21);
     30                font-weight: 400;
    2331        }
    2432        p{
     
    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.