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


Ignore:
Timestamp:
Sep 27, 2019, 1:06:35 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Children:
c081c35
Parents:
f89b2f1
Message:

(#84) Show a "loading" spinner while adding a workout by uploading a track file

File:
1 edited

Legend:

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

    rf89b2f1 rc82fe79  
    438438    }
    439439}
     440
     441
     442.uploading-workout {
     443    /* Extends ow-forms, as we use a div with this class to show as a
     444       replacement of the uploading form while the form is submitting
     445       (that could take some time when uploading bigger tracking files) */
     446    &:extend(.ow-forms);
     447    width: 100%;
     448    text-align: center;
     449    // We need to force this here, extending from ow-forms invalidates using
     450    // the "hidden" mixin class elements with this class
     451    display: none;
     452}
Note: See TracChangeset for help on using the changeset viewer.