Changeset 6993c72 in OpenWorkouts-current for ow/static/less/pages/profile.less


Ignore:
Timestamp:
Feb 4, 2019, 1:10:40 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
d52ba50
Parents:
bf01534 (diff), 3357e47 (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 'master' into feature/ui

# Conflicts:
# ow/templates/profile.pt

File:
1 edited

Legend:

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

    rbf01534 r6993c72  
    11.user-profile {
    2     img {
    3         width: 140px;
    4         height: 140px;
    5         object-fit: cover;
    6         border-radius: 50%;
    7         margin-bottom: .5em;
    8     }
    92    .workout-options {
    103        .font-size(13);
     
    1710    @media (min-width: @screen-s){
    1811        padding: 2em 6em;
     12    }
     13    img {
     14        width: 140px;
     15        height: 140px;
     16        object-fit: cover;
     17        border-radius: 50%;
     18        margin-bottom: .5em;
    1919    }
    2020        h2 {
     
    3030                }
    3131        }
    32         .workouts {
    33                 .font-size(18);
    34                 font-weight: bold;
    35         }
     32}
     33.total-workouts {
     34        .font-size(13);
     35        font-weight: bold;
    3636}
    3737
Note: See TracChangeset for help on using the changeset viewer.