Changes in ow/static/css/main.css [d24a64a:bf01534] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/static/css/main.css

    rd24a64a rbf01534  
    663663  border-radius: 4px;
    664664  padding: 0;
    665   width: auto;
    666   background-color: white;
    667665}
    668666.workout-options li {
     
    10081006<a class="login-remember" href="#">Forgot your password?</a>
    10091007*/
    1010 .user-profile .workout-options {
    1011   font-size: 13px;
    1012   font-size: 0.8125rem;
    1013   margin-right: 2em;
    1014 }
    1015 .user-profile-account {
    1016   background-color: #fbfbfb;
    1017   border-bottom: 1px solid #e1e1e1;
    1018   padding: 2em  1em;
    1019 }
    1020 @media (min-width: 480px) {
    1021   .user-profile-account {
    1022     padding: 2em 6em;
    1023   }
    1024 }
    1025 .user-profile-account > div {
    1026   display: flex;
    1027   align-items: center;
    1028 }
    1029 .user-profile-account img {
     1008.user-profile img {
    10301009  width: 140px;
    10311010  height: 140px;
     
    10331012  border-radius: 50%;
    10341013  margin-bottom: 0.5em;
    1035   margin-right: 1em;
     1014}
     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  }
    10361027}
    10371028.user-profile-account h2 {
     
    10391030  font-size: 21px;
    10401031  font-size: 1.3125rem;
    1041   font-weight: 400;
    10421032}
    10431033.user-profile-account p {
     
    10501040  color: #959595;
    10511041}
    1052 .total-workouts {
    1053   font-size: 13px;
    1054   font-size: 0.8125rem;
     1042.user-profile-account .workouts {
     1043  font-size: 18px;
     1044  font-size: 1.125rem;
    10551045  font-weight: bold;
    10561046}
     
    10601050  font-size: 14px;
    10611051  font-size: 0.875rem;
    1062   background-color: white;
    1063   padding: 0.5em 0.75em;
    1064   border-radius: 4px;
    1065   border: 1px solid #e1e1e1;
    10661052}
    10671053.profile-data li {
    1068   display: flex;
    1069   justify-content: space-between;
    1070   color: #959595;
    1071 }
    1072 .profile-data li:not(:last-child) {
    1073   margin-bottom: 0.5em;
    1074   padding-bottom: 0.5em;
    1075   border-bottom: 1px solid #e1e1e1;
    1076 }
    1077 .profile-data li span {
    1078   font-weight: bold;
    1079   color: #151515;
     1054  margin-bottom: 0.25em;
    10801055}
    10811056.profile-bio {
    1082   margin: 0.5em 0;
    1083   font-size: 14px;
    1084   font-size: 0.875rem;
     1057  margin: 1em 0;
    10851058}
    10861059.month-stats,
    10871060.latest-workouts {
    1088   max-width: 700px;
    1089 }
    1090 .center {
    1091   text-align: center;
    1092 }
    1093 .month-stats {
    1094   margin-bottom: 4em;
     1061  max-width: 40vw;
     1062  margin: 0 auto;
    10951063}
    10961064.latest-workouts h4 {
Note: See TracChangeset for help on using the changeset viewer.