Changeset 6993c72 in OpenWorkouts-current for ow/static/css/main.css


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/css/main.css

    rbf01534 r6993c72  
    10061006<a class="login-remember" href="#">Forgot your password?</a>
    10071007*/
    1008 .user-profile img {
     1008.user-profile .workout-options {
     1009  font-size: 13px;
     1010  font-size: 0.8125rem;
     1011}
     1012.user-profile-account {
     1013  background-color: #fbfbfb;
     1014  padding: 2em  1em;
     1015}
     1016@media (min-width: 480px) {
     1017  .user-profile-account {
     1018    padding: 2em 6em;
     1019  }
     1020}
     1021.user-profile-account img {
    10091022  width: 140px;
    10101023  height: 140px;
     
    10131026  margin-bottom: 0.5em;
    10141027}
    1015 .user-profile .workout-options {
    1016   font-size: 13px;
    1017   font-size: 0.8125rem;
    1018 }
    1019 .user-profile-account {
    1020   background-color: #fbfbfb;
    1021   padding: 2em  1em;
    1022 }
    1023 @media (min-width: 480px) {
    1024   .user-profile-account {
    1025     padding: 2em 6em;
    1026   }
    1027 }
    10281028.user-profile-account h2 {
    10291029  margin: 0 0 0.15em 0;
     
    10401040  color: #959595;
    10411041}
    1042 .user-profile-account .workouts {
    1043   font-size: 18px;
    1044   font-size: 1.125rem;
     1042.total-workouts {
     1043  font-size: 13px;
     1044  font-size: 0.8125rem;
    10451045  font-weight: bold;
    10461046}
Note: See TracChangeset for help on using the changeset viewer.