Changeset 594fbe8 in OpenWorkouts-current for ow/static/less/modules/workout.less


Ignore:
Timestamp:
Jan 29, 2019, 1:59:43 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
67fc2ed
Parents:
22eb5de
Message:

Added profile basic ui

File:
1 edited

Legend:

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

    r22eb5de r594fbe8  
    121121    margin-bottom: 0;
    122122    border-radius: 4px;
     123    padding: 0;
    123124    li{
    124125        display: inline-block;
     
    129130    }
    130131    a{
     132        display: block;
    131133        color: @color-main-medium;
    132134        padding: .5em .75em;
     135        text-decoration: none;
    133136        &:hover{
    134137            color: @color-main;
     
    181184
    182185/* Week report */
    183 
    184186.svg-cotent {
    185187    svg {
     
    197199
    198200}
     201
     202/* dashboard graphics*/
     203.x-axis path, .x-axis line {
     204    fill: none;
     205    stroke: none;
     206}
     207
     208.bar {
     209    fill: #f8b5be;
     210    &:hover {
     211        fill: #ee4056;
     212    }
     213}
     214
     215.current {
     216    fill: #ee4056;
     217}
     218
     219
     220
    199221.week-stats {
    200222    border: 1px solid @color-main-light;
Note: See TracChangeset for help on using the changeset viewer.