Changeset 67fc2ed in OpenWorkouts-current for ow/static/css/main.css


Ignore:
Timestamp:
Jan 29, 2019, 6:39:18 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
10c8e6e
Parents:
594fbe8
Message:

Updated ui for profile basic interface

File:
1 edited

Legend:

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

    r594fbe8 r67fc2ed  
    680680  color: #151515;
    681681}
     682.workout-options a.is-active {
     683  background-color: #959595;
     684  color: white;
     685}
    682686.owo-del a:hover {
    683687  color: red;
     
    898902<a class="login-remember" href="#">Forgot your password?</a>
    899903*/
    900 .user-profile {
    901   padding: 2em  1em;
    902 }
    903 @media (min-width: 480px) {
    904   .user-profile {
    905     padding: 2em 6em;
    906   }
    907 }
    908904.user-profile img {
    909905  width: 140px;
     
    911907  object-fit: cover;
    912908  border-radius: 50%;
     909  margin-bottom: 0.5em;
    913910}
    914911.user-profile .workout-options {
     912  font-size: 13px;
     913  font-size: 0.8125rem;
     914}
     915.user-profile-account {
     916  background-color: #fbfbfb;
     917  padding: 2em  1em;
     918}
     919@media (min-width: 480px) {
     920  .user-profile-account {
     921    padding: 2em 6em;
     922  }
     923}
     924.user-profile-account h2 {
     925  margin: 0 0 0.15em 0;
     926  font-size: 21px;
     927  font-size: 1.3125rem;
     928}
     929.user-profile-account p {
     930  color: #555555;
     931  font-size: 14px;
     932  font-size: 0.875rem;
     933  margin: 0;
     934}
     935.user-profile-account p span {
     936  color: #959595;
     937}
     938.user-profile-account .workouts {
     939  font-size: 18px;
     940  font-size: 1.125rem;
     941  font-weight: bold;
     942}
     943.profile-data {
     944  list-style-type: none;
     945  padding: 0;
     946  font-size: 14px;
     947  font-size: 0.875rem;
     948}
     949.profile-data li {
     950  margin-bottom: 0.25em;
     951}
     952.profile-bio {
     953  margin: 1em 0;
     954}
     955.month-stats,
     956.latest-workouts {
     957  max-width: 40vw;
     958  margin: 0 auto;
     959}
     960.latest-workouts h4 {
     961  margin: 0;
     962}
     963.latest-workouts h4 a {
     964  color: #151515;
     965  text-decoration: none;
     966}
     967.latest-workouts > span {
     968  font-size: 13px;
     969  font-size: 0.8125rem;
     970}
     971.latest-workouts p {
     972  margin-top: 0.25em;
     973  color: #959595;
    915974  font-size: 13px;
    916975  font-size: 0.8125rem;
Note: See TracChangeset for help on using the changeset viewer.