Changeset 1fe89ea in OpenWorkouts-current for ow/static/css/main.css


Ignore:
Timestamp:
Jan 29, 2019, 12:54:29 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
3e48af6
Parents:
d0fc76b
Message:

update dashboard layout ui

File:
1 edited

Legend:

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

    rd0fc76b r1fe89ea  
    753753}
    754754.aside-profile {
    755   margin-bottom: 2em;
     755  margin-bottom: 1em;
    756756}
    757757.aside-profile img {
     
    775775  color: #555555;
    776776}
     777/* Week report */
     778.svg-cotent svg {
     779  width: 100%;
     780  height: 100%;
     781}
     782.svg-cotent .label {
     783  font-size: 13px;
     784  font-size: 0.8125rem;
     785  text-anchor: middle;
     786}
     787.svg-cotent .tick {
     788  font-size: 13px;
     789  font-size: 0.8125rem;
     790}
     791.week-stats {
     792  border: 1px solid #e1e1e1;
     793  background-color: rgba(225, 225, 225, 0.1);
     794  padding: 0.75em;
     795  border-radius: 4px;
     796  margin-bottom: 2em;
     797}
     798.week-stats h3 {
     799  margin: 0;
     800  font-size: 14px;
     801  font-size: 0.875rem;
     802}
     803.week-stats h3 + p {
     804  margin: 0.25em 0 2em 0;
     805  color: #959595;
     806  font-size: 13px;
     807  font-size: 0.8125rem;
     808}
     809.workout-activity-summary {
     810  list-style-type: none;
     811  padding: 0;
     812  margin: 0;
     813  background-color: rgba(21, 21, 21, 0.8);
     814  margin-bottom: 0.75em;
     815}
     816.workout-activity-summary li {
     817  color: #e1e1e1;
     818  border-bottom: 1px solid #959595;
     819  padding: 0.75em 1em;
     820  display: flex;
     821  justify-content: space-between;
     822}
     823.workout-activity-summary li:last-child {
     824  margin-bottom: 0;
     825  border: none;
     826}
     827.workout-activity-summary li span:first-child {
     828  font-weight: bold;
     829}
    777830.workout-activity-tree {
    778831  list-style-type: none;
     
    800853  font-weight: 700;
    801854  margin-bottom: 0.5em;
     855  font-size: 16px;
     856  font-size: 1rem;
    802857}
    803858.workout-activity-tree a.viewing-month {
     
    825880  background-color: #e1e1e1;
    826881}
     882/* Workout detail */
     883#map {
     884  height: 50vh;
     885}
     886/* dashboard graphics*/
     887.x-axis path,
     888.x-axis line {
     889  fill: none;
     890  stroke: none;
     891}
     892.bar {
     893  fill: #f8b5be;
     894}
     895.bar:hover {
     896  fill: #ee4056;
     897}
     898.current {
     899  fill: #ee4056;
     900}
Note: See TracChangeset for help on using the changeset viewer.