Changeset aa99826 in OpenWorkouts-current for ow/static/less/modules/header.less


Ignore:
Timestamp:
Feb 15, 2019, 12:24:34 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
d459ee2
Parents:
f556d1e
Message:

update navigation to hide dashboard button on responsive

File:
1 edited

Legend:

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

    rf556d1e raa99826  
    6767        flex-grow: 1;
    6868        text-align: center;
     69        /* this is for the dashboard li element */
     70        &:first-child {
     71            display: none;
     72            @media (min-width: @screen-m){
     73                display: inline-block;
     74            }
     75        }
    6976    }
    7077    a{
Note: See TracChangeset for help on using the changeset viewer.