2020-12-02 20:48:03 +00:00
|
|
|
/**
|
|
|
|
* importer.less
|
|
|
|
*
|
|
|
|
* By default, new Sails projects are configured to compile this file
|
|
|
|
* from LESS to CSS. Unlike CSS files, LESS files are not compiled and
|
|
|
|
* included automatically unless they are imported below.
|
|
|
|
*
|
|
|
|
* For more information see:
|
|
|
|
* https://sailsjs.com/anatomy/assets/styles/importer-less
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Mixins and variables (LESS mixins/variables only, no global selectors)
|
|
|
|
@import 'mixins-and-variables/index.less';
|
|
|
|
|
|
|
|
// Overall layout (contains global selectors)
|
|
|
|
@import 'bootstrap-overrides.less';
|
|
|
|
@import 'layout.less';
|
2021-09-09 04:08:35 +00:00
|
|
|
@import 'docsearch.less';
|
2020-12-02 20:48:03 +00:00
|
|
|
|
|
|
|
// Per-component styles
|
|
|
|
@import 'components/stripe-card-element.component.less';
|
|
|
|
@import 'components/ajax-button.component.less';
|
|
|
|
@import 'components/modal.component.less';
|
|
|
|
@import 'components/cloud-error.component.less';
|
|
|
|
|
|
|
|
// Per-page styles
|
|
|
|
@import 'pages/homepage.less';
|
2021-03-31 23:08:36 +00:00
|
|
|
@import 'pages/get-started.less';
|
2021-04-01 00:24:42 +00:00
|
|
|
@import 'pages/pricing.less';
|
2022-01-25 03:40:16 +00:00
|
|
|
@import 'pages/platform.less';
|
2020-12-02 20:48:03 +00:00
|
|
|
@import 'pages/dashboard/welcome.less';
|
|
|
|
@import 'pages/entrance/signup.less';
|
|
|
|
@import 'pages/entrance/confirmed-email.less';
|
|
|
|
@import 'pages/entrance/login.less';
|
|
|
|
@import 'pages/entrance/forgot-password.less';
|
|
|
|
@import 'pages/entrance/new-password.less';
|
|
|
|
@import 'pages/account/account-overview.less';
|
|
|
|
@import 'pages/account/edit-password.less';
|
|
|
|
@import 'pages/account/edit-profile.less';
|
|
|
|
@import 'pages/legal/terms.less';
|
|
|
|
@import 'pages/legal/privacy.less';
|
|
|
|
@import 'pages/faq.less';
|
|
|
|
@import 'pages/contact.less';
|
|
|
|
@import 'pages/404.less';
|
|
|
|
@import 'pages/500.less';
|
|
|
|
@import 'pages/498.less';
|
Add customer portal and license dispenser to fleetdm.com (#3546)
* Add images for customer portal, dashboard, and email templates
* updated email layout and reset password template, new email template
* update ajax-button component to have an optional spinner
* updated cloud-error & stripe-card-element component styles
* updates to user model, add quote and subscription
* Login, signup, forgot password, update profile
* link to customer portal from pricing
* new-license page, bootstrap updates
* create quote action, dashboard page, update routes
* Add new page styles to importer, update component styles
* updates to js-timestamp
* update modal styles and layout
* using @submitted on ajax form, controller updates
* Update create-quote.js
* updates to quote model, action updates, truncate license key on dashboard
* update email layout, subscribe action, user model
* Update importer.less
* style updates, order confirmation
* use correct font
* style updates
* create license key
* new-license page changes
* signup page changes
* add billing format to js-timestamp component, dashboard updates, change password
* swap get started link for customers
* order -> subscription
* Update login.ejs
* Lint fixes, page updates, mobile styles
* remove edit-profile route, update layout, bootstrap, forms
* change customer-layout name to match other layout names, update copyright year in layouts
* changes requested from code review and #3570
* submit button width, contact font-size
* Update dashboard.less
* Update bootstrap-overrides.less
* slack logo update, login text
2022-01-05 02:02:42 +00:00
|
|
|
@import 'pages/customers/new-license.less';
|
|
|
|
@import 'pages/customers/dashboard.less';
|
2022-04-13 06:12:56 +00:00
|
|
|
@import 'pages/landing.less';
|
2021-05-10 04:48:59 +00:00
|
|
|
|
|
|
|
@import 'pages/query-detail.less';
|
2021-05-20 08:22:42 +00:00
|
|
|
@import 'pages/query-library.less';
|
|
|
|
@import 'pages/docs/basic-documentation.less';
|
2021-05-26 08:24:38 +00:00
|
|
|
@import 'pages/handbook/basic-handbook.less';
|
2022-04-22 17:27:03 +00:00
|
|
|
@import 'pages/articles/basic-article.less';
|
2022-04-28 06:16:07 +00:00
|
|
|
@import 'pages/articles/articles.less';
|
2021-07-09 05:58:40 +00:00
|
|
|
|
2021-07-15 14:48:21 +00:00
|
|
|
@import 'pages/transparency.less';
|
2021-09-09 21:56:29 +00:00
|
|
|
@import 'pages/press-kit.less';
|