source: OpenWorkouts-current/ow/static/less/main.less @ 778d53d

current
Last change on this file since 778d53d was 778d53d, checked in by Borja Lopez <borja@…>, 5 years ago

(#7) Show per-sport stats in the profile page:

  • Show a dropdown list of sports for which the user has activities. By default we choose the sport with most activities.
  • Show a dropdown list of years for which the user has activities. By default we show stats for the current year. If the user picks up a different year, we show the totals (distance, time, elevation, number of workouts) for that year.
  • Show the totals of all time for the chosen sport
  • Property mode set to 100644
File size: 736 bytes
Line 
1// Import google font open sans 300 400, 700, 800
2@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic,800";
3
4// Normalize
5@import "vendors/normalize.less";
6@import "vendors/leaflet-elevation.less";
7
8
9// Variables
10@import "variables.less";
11
12// Mixins
13@import "mixins/mixins.less";
14
15// Common styles
16@import "common.less";
17
18// layout
19@import "layout/wrapper.less";
20@import "layout/layout.less";
21
22// ui
23@import "ui/form.less";
24@import "ui/buttons.less";
25@import "ui/arrows.less";
26
27// Modules
28@import "modules/header.less";
29@import "modules/workout.less";
30@import "modules/forms.less";
31
32// Pages
33@import "pages/login.less";
34@import "pages/profile.less";
35@import "pages/verify_account.less";
Note: See TracBrowser for help on using the repository browser.