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


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/less/main.less

    rd0fc76b r1fe89ea  
    2525@import "modules/workout.less";
    2626
     27
     28
     29/* Workout detail */
     30#map {
     31    height: 50vh;
     32}
     33
     34/* dashboard graphics*/
     35
     36.x-axis path, .x-axis line {
     37    fill: none;
     38    stroke: none;
     39}
     40
     41.bar {
     42    fill: #f8b5be;
     43}
     44
     45.bar:hover {
     46    fill: #ee4056;
     47}
     48
     49.current {
     50    fill: #ee4056;
     51}
Note: See TracChangeset for help on using the changeset viewer.