Changeset 01674ff in OpenWorkouts-current for ow/static/less/pages/profile.less


Ignore:
Timestamp:
Feb 6, 2019, 7:11:48 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
0bf3bd6, b05824e
Parents:
978575d
Message:

Update forms and fix detail workout view

File:
1 edited

Legend:

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

    r978575d r01674ff  
    4242        .font-size(13);
    4343        font-weight: bold;
     44        span {
     45                color: @color-main-medium;
     46                margin-right: .5em;
     47                &:first-child {
     48                        color: @color-main;
     49                        &:after {
     50                                content: "|";
     51                                color: @color-main-light;
     52                                margin-left:  .5em;
     53                        }
     54                }
     55        }
    4456}
    4557
Note: See TracChangeset for help on using the changeset viewer.