Changeset 2d91474 in OpenWorkouts-current for ow/static/css/main.css


Ignore:
Timestamp:
Jan 15, 2019, 10:13:57 PM (5 years ago)
Author:
borja <borja@…>
Branches:
current, feature/docs, master
Children:
0c18869
Parents:
9bee49d
Message:

(#23) - Show workouts in the dashboard with date filtering

File:
1 edited

Legend:

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

    r9bee49d r2d91474  
    760760}
    761761
     762.workout-activity-tree {
     763    padding:0;
     764    list-style-type: none;
     765    transition:all 250ms ease-in-out
     766    list-style-type:none;
     767    font-size:13px;
     768    font-size:.8125rem;
     769    color: #959595;
     770}
     771
     772.workout-activity-tree a {
     773    text-decoration: none;
     774    background-color: transparent;
     775    outline: 0;
     776    color: #959595;
     777}
     778
     779
     780.workout-activity-tree li a.viewing-year {
     781    font-size: 17px;
     782    color: #151515;
     783}
     784
     785.workout-activity-tree ul.hidden {
     786    display: none;
     787}
     788
     789.workout-activity-tree-year {
     790    list-style-type: none;
     791    padding: 0;
     792    padding-left: 15px;
     793    font-size:13px;
     794    font-size:.8125rem;
     795    color: #959595;
     796}
     797
     798.workout-activity-tree-year a {
     799    text-decoration: none;
     800    background-color: transparent;
     801    outline: 0;
     802    color: #959595;
     803}
     804
     805
     806.workout-activity-tree-year li a.viewing-month {
     807    font-size: 17px;
     808    color: #151515;
     809}
     810
     811.workout-activity-tree-month {
     812    list-style-type: none;
     813    padding: 0;
     814    padding-left: 15px;
     815    font-size:13px;
     816    font-size:.8125rem
     817    color: #959595;
     818}
     819
     820.workout-activity-tree-month a {
     821    text-decoration: none;
     822    background-color: transparent;
     823    outline: 0;
     824    color: #959595;
     825}
     826
     827
     828
    762829@media (min-width:800px) {
    763830        .workout-aside {
Note: See TracChangeset for help on using the changeset viewer.