source: OpenWorkouts-current/ow/static/less/pages/profile.less @ 6993c72

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

Merge branch 'master' into feature/ui

# Conflicts:
# ow/templates/profile.pt

  • Property mode set to 100644
File size: 1005 bytes
Line 
1.user-profile {
2    .workout-options {
3        .font-size(13);
4    }
5}
6
7.user-profile-account {
8        background-color: @color-main-xtralight;
9    padding: 2em  1em;
10    @media (min-width: @screen-s){
11        padding: 2em 6em;
12    }
13    img {
14        width: 140px;
15        height: 140px;
16        object-fit: cover;
17        border-radius: 50%;
18        margin-bottom: .5em;
19    }
20        h2 {
21                margin: 0 0 .15em 0;
22                .font-size(21);
23        }
24        p{
25                color: @color-main-dark;
26                .font-size(14);
27                margin: 0;
28                span {
29                        color: @color-main-medium;
30                }
31        }
32}
33.total-workouts {
34        .font-size(13);
35        font-weight: bold;
36}
37
38.profile-data {
39        list-style-type: none;
40        padding: 0;
41        .font-size(14);
42        li {
43                margin-bottom: .25em;
44        }
45}
46
47.profile-bio {
48        margin: 1em 0;
49}
50
51.month-stats,
52.latest-workouts {
53        max-width: 40vw;
54        margin: 0 auto;
55}
56
57.latest-workouts {
58        h4 {
59                margin:0;
60                a {
61                        color: @color-main;
62                        text-decoration: none;
63                }
64        }
65        >span {
66                .font-size(13);
67        }
68        p {
69                margin-top: .25em;
70                color: @color-main-medium;
71                .font-size(13);
72        }
73}
Note: See TracBrowser for help on using the repository browser.