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


Ignore:
File:
1 edited

Legend:

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

    rbf01534 rd24a64a  
    663663  border-radius: 4px;
    664664  padding: 0;
     665  width: auto;
     666  background-color: white;
    665667}
    666668.workout-options li {
     
    10061008<a class="login-remember" href="#">Forgot your password?</a>
    10071009*/
    1008 .user-profile img {
     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 {
    10091030  width: 140px;
    10101031  height: 140px;
     
    10121033  border-radius: 50%;
    10131034  margin-bottom: 0.5em;
    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   }
     1035  margin-right: 1em;
    10271036}
    10281037.user-profile-account h2 {
     
    10301039  font-size: 21px;
    10311040  font-size: 1.3125rem;
     1041  font-weight: 400;
    10321042}
    10331043.user-profile-account p {
     
    10401050  color: #959595;
    10411051}
    1042 .user-profile-account .workouts {
    1043   font-size: 18px;
    1044   font-size: 1.125rem;
     1052.total-workouts {
     1053  font-size: 13px;
     1054  font-size: 0.8125rem;
    10451055  font-weight: bold;
    10461056}
     
    10501060  font-size: 14px;
    10511061  font-size: 0.875rem;
     1062  background-color: white;
     1063  padding: 0.5em 0.75em;
     1064  border-radius: 4px;
     1065  border: 1px solid #e1e1e1;
    10521066}
    10531067.profile-data li {
    1054   margin-bottom: 0.25em;
     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;
    10551080}
    10561081.profile-bio {
    1057   margin: 1em 0;
     1082  margin: 0.5em 0;
     1083  font-size: 14px;
     1084  font-size: 0.875rem;
    10581085}
    10591086.month-stats,
    10601087.latest-workouts {
    1061   max-width: 40vw;
    1062   margin: 0 auto;
     1088  max-width: 700px;
     1089}
     1090.center {
     1091  text-align: center;
     1092}
     1093.month-stats {
     1094  margin-bottom: 4em;
    10631095}
    10641096.latest-workouts h4 {
Note: See TracChangeset for help on using the changeset viewer.