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

currentfeature/docs
Last change on this file since b8ef4ab was b8ef4ab, checked in by Borja Lopez <borja@…>, 5 years ago

(#61) Better templates for "verify your account" emails:

  • Send a multipart text/html email (instead text only)
  • Added some styling to the html version of the email, based on our current login page styles.

Important: as the html version contains html code generated using
request.resource_url() and request.static_url(), when running in
development mode under http://localhost, the links to images
and css files in the rendered email point to localhost, so they
won't work outside the machine running openworkouts.

  • Property mode set to 100644
File size: 710 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
26// Modules
27@import "modules/header.less";
28@import "modules/workout.less";
29@import "modules/forms.less";
30
31// Pages
32@import "pages/login.less";
33@import "pages/profile.less";
34@import "pages/verify_account.less";
Note: See TracBrowser for help on using the repository browser.