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';
|
2022-06-01 15:31:10 +00:00
|
|
|
@import 'components/bar-chart.component.less';
|
2022-06-21 00:08:35 +00:00
|
|
|
@import 'components/call-to-action.component.less';
|
2020-12-02 20:48:03 +00:00
|
|
|
|
|
|
|
// 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';
|
Website: Fleet Sandbox (#6380)
* create pages, add routes, update policies
* add new pages to importer
* sandbox page
* login -> sandbox-login
* Update login.less
* psuedo-code/code comments
* remove sandbox page
* Revert "remove sandbox page"
This reverts commit d5a1280759266f6bf587c9bab275d1a3e69ec16a.
* view action drafts
* delete forgot-password page
* two new actions + draft code
* change action name
* Draft view actions and page scripts
* Update signup.js
* update comments
* update signup & sandbox-login page script
* update helper comments
* update helper usage in comments
* view-sandbox » view-sandbox-or-redirect
* Update helpers, actions, and routes
* login » sandbox-login
* update attributes on user model
* update signup action
* update page scripts and importer
* Update view-register.js
* html + css
* update signup and view-sandbox-or-redirect
* Password reset
Update user's sandbox password when they have a sandbox instance
* add new-sandbox, update sandbox page
- `/try-fleet/new-sandbox` added for users who don't have an existing Fleet Sandbox instance,
- `/sandbox` updated to redirect users to the `/demologin` endpoint of their Fleet Sandbox instance if it is still valid, or display the sandbox expired state
- updated policies & routes
* layout and importer updates
* update sandbox-login links & page script
* update signup action
* change logout redirect location to homepage
* lint fixes
* lint fixes
* Update sandbox & sandbox-expired
* Comment updates
* update password requirements for existing pages
* remove /get-started route
* lint fixes
* replace env variable with url
* remove `required: false` from organization attribute on user model
* send redirectToSandbox from view instead of routes
* changes sandbox page name
* add 10 second timeout to /healthz check, add authorization header to cloud provisioner request
* update environment variable name
* update authorization header
* remove /new-sandbox
* update unauthorized response to redirect to correct login screen
* update comments
* update layout
* replace new-sandbox redirects with consistency violation errors
* Provision Fleet sandbox for users logging in
* Revert "Provision Fleet sandbox for users logging in"
This reverts commit 6297c33892231d0ef98bed4cbb127f4263ebc48d.
* Revert "Revert "Provision Fleet sandbox for users logging in""
This reverts commit c2a2567b68325ea92e19f908226de2f52d8265f9.
* Revert "Revert "Revert "Provision Fleet sandbox for users logging in"""
This reverts commit acc178ea76ece637f7f6eab9f44ee51c44f59a00.
* update sandbox-login mobile styles
* update sandbox-expired page to match latest wireframes
* remove required: false and planned changes comments, update signup errors and behavior
* update error
* lint fix on updated error
* Update error's indentation
* remove added forgot-password flow, add redirect for sandbox users changing their password
* Use fleetSandboxDemoKey to login to Fleet Sandbox, remove password changing flow
* update bootstrap to give admin user an expired sandbox
* Update signup.js
* remove unused exits, revert password recovery email changes
* required:false is implied if unspecified, so can be omitted
* Remove defaultsTo: '', since it is not needed
This applies the changes discussed in https://github.com/fleetdm/fleet/pull/6380#discussion_r929538495
It also makes two other trivial changes.
* Eliminate another unnecessary require:false
I think this one is actually baked into the sails-generate template.
* remove custom password validation
* update page name (sandbox-teleporter) and view action name
* revert minor changes to existing files
* update sandbox login friendlyName
* Update unauthorized response to redirect to /login
* Delete new-sandbox.less
* update layouts and importer
* add /fleetctl-preview route for old get-started page, update sandbox route
* update signup action with changes from review, add retry() to cloud provisioner request
* Update routes.js
* add missing comma to route
* update layout, fix typo in signup
* Update sandbox-expired.ejs
* lint fixes
* Update download-sitemap.js
* small whitespace changes, regenerate cloud-sdk
* remove placeholder text in password inputs
* add loading spinner to sandbox teleporter
* add logout button to header nav
* hide header on sandbox-teleporter
* update errors, check if a user already exists before cloud provisioner request
* Update sandbox-teleporter.page.js
* Update sandbox-teleporter.page.js
* Update signup.js
* resize loading spinner, history.pushState() » history.replaceState()
* send users who reset their password back to the fleetdm.com homepage
* Add Zapier webhook request for sandbox signups
* rebuild-scloud-sdk after resolving merge conflict
* update zapier request error
* Add comment w/ context about how Zapier responds with a 2xx even if there was a problem
* Update links to /get-started to go to /try-fleet/register, change /get-started redirect
* Revert changes to links
* add /test-fleet-sandbox redirect, revert /try-fleet redirect
* send logged out users to the sandbox login page when they go to /try-fleet/sandbox
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-08-12 22:31:01 +00:00
|
|
|
@import 'pages/try-fleet/sandbox-login.less';
|
|
|
|
@import 'pages/try-fleet/register.less';
|
|
|
|
@import 'pages/try-fleet/sandbox-teleporter.less';
|
|
|
|
@import 'pages/try-fleet/sandbox-expired.less';
|
2022-06-24 05:50:44 +00:00
|
|
|
@import 'pages/sales-one-pager.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';
|
2022-06-01 15:31:10 +00:00
|
|
|
@import 'pages/reports/state-of-device-management.less';
|
Website: Add script for creating HTML email partials from Markdown articles (#7574)
* add to-html-email
* email-preview
* add build-html-email script, update .gitignore
* email preview and email-templates pages, update routes, importer and policies
* add newsletter email layout, build-html-email script, to-html-email updates
* Update .gitignore
* add newsletter emails section to growth handbook
* update scripts
* update fonts in emails
* Update README.md
* Update build-html-email.js
* update comments, add page scripts to layouts
* revert change to build-static-content
* update script
* update email layout and helper
* update handbook entry
* update template data and helper
* update email layout
* update fake data and unsubscribe link
* move added handbook section to the marketing handbook
* rename script
* update colors in unused email template
* update capitalization in helper
* view-email-preview » view-email-template-preview
* Hide emails generated from markdown if they don't exist
* update preview page
* update markdown email directory, create sample article email
* lint fixes, add target="_blank" to links in emails
* update page layouts & styles
* update sample newsletter email, code font, newsletter layout
* Update README.md
* Update view-email-template-preview.js
Co-authored-by: Tim Kern <tim@fleetdm.com>
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-12-05 22:30:24 +00:00
|
|
|
@import 'pages/admin/email-templates.less';
|
|
|
|
@import 'pages/admin/email-preview.less';
|
2022-09-24 00:06:55 +00:00
|
|
|
@import 'pages/osquery-table-details.less';
|
2022-12-05 20:53:16 +00:00
|
|
|
@import 'pages/admin/generate-license.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';
|