source: OpenWorkouts-current/ow/static/less/pages/profile.less @ 594fbe8

currentfeature/docs
Last change on this file since 594fbe8 was 594fbe8, checked in by Segundo Fdez <segun.2@…>, 5 years ago

Added profile basic ui

  • Property mode set to 100644
File size: 274 bytes
Line 
1.user-profile {
2    padding: 2em  1em;
3    @media (min-width: @screen-s){
4        padding: 2em 6em;
5    }
6    img {
7        width: 140px;
8        height: 140px;
9        object-fit: cover;
10        border-radius: 50%;
11    }
12    .workout-options {
13        .font-size(13);
14    }
15}
Note: See TracBrowser for help on using the repository browser.