Changeset 978575d in OpenWorkouts-current for ow/static/less/modules/workout.less


Ignore:
Timestamp:
Feb 6, 2019, 1:49:51 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
01674ff
Parents:
a3c3baa
Message:

update map on workout detail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/static/less/modules/workout.less

    ra3c3baa r978575d  
    256256                padding: .5em .85em;
    257257                border-radius: 3px;
     258                background-color: @color-main-light;
     259                color: @color-main-medium;
    258260            }
    259             &.max {
    260                 background-color: @color-app;
    261             }
    262             &.min {
    263                 background-color: #1395CA;
    264                 margin-right: .5em;
    265             }
    266 
    267             &.avg {
    268                 background-color: #17C898;
    269                 margin-right: .5em;
    270             }
     261
     262            /* color for future features */
     263            // &.max {
     264            //     background-color: @color-app;
     265            // }
     266            // &.min {
     267            //     background-color: #1395CA;
     268            //     margin-right: .5em;
     269            // }
     270
     271            // &.avg {
     272            //     background-color: #17C898;
     273            //     margin-right: .5em;
     274            // }
    271275        }
    272276    }
    273277    li {
    274         margin-bottom: 2em;
     278        margin-bottom: 1em;
    275279        margin-right: 1em;
    276280        color: @color-main-medium;
Note: See TracChangeset for help on using the changeset viewer.