2020-12-02 20:48:03 +00:00
|
|
|
/**
|
|
|
|
* This file is for overriding some default bootstrap styles.
|
|
|
|
*
|
|
|
|
* > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// lesshint-disable
|
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
// lesshint-enable
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: @main-font;
|
2023-05-02 18:07:31 +00:00
|
|
|
color: @core-fleet-black-75;
|
2020-12-02 20:48:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Get rid of weird background on <a>s with button styles
|
|
|
|
.btn, [type='button'] {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Override heading font styles
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-family: @header-font;
|
|
|
|
}
|
2023-05-02 18:07:31 +00:00
|
|
|
h1, h2, h3, h4, h5 {
|
|
|
|
font-weight: 800;
|
|
|
|
color: @core-fleet-black;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2021-04-28 07:31:43 +00:00
|
|
|
font-weight: 800;
|
2020-12-02 20:48:03 +00:00
|
|
|
}
|
|
|
|
|
2021-04-28 07:31:43 +00:00
|
|
|
h1 {
|
2021-08-20 01:34:14 +00:00
|
|
|
font-size: 36px;
|
|
|
|
line-height: 48px;
|
2021-04-28 07:31:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2021-08-20 01:34:14 +00:00
|
|
|
font-size: 28px;
|
|
|
|
line-height: 36px;
|
2021-04-28 07:31:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2022-02-07 20:20:34 +00:00
|
|
|
line-height: 28px;
|
2021-04-28 07:31:43 +00:00
|
|
|
}
|
|
|
|
|
2023-05-02 18:07:31 +00:00
|
|
|
b, strong, .font-weight-bold {
|
|
|
|
font-weight: 600;
|
|
|
|
color: @core-fleet-black;
|
|
|
|
}
|
|
|
|
|
2021-04-28 07:31:43 +00:00
|
|
|
footer {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
|
2022-01-08 01:52:55 +00:00
|
|
|
.small {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2021-05-13 14:13:34 +00:00
|
|
|
.text-danger {
|
|
|
|
color: @core-vibrant-red !important; //lesshint-disable-line importantRule
|
|
|
|
}
|
|
|
|
|
|
|
|
a.text-danger:hover, a.text-danger:focus {
|
|
|
|
color: darken(@core-vibrant-red, 20%) !important; //lesshint-disable-line importantRule
|
|
|
|
}
|
|
|
|
|
2020-12-02 20:48:03 +00:00
|
|
|
.btn {
|
|
|
|
font-family: @header-font;
|
|
|
|
font-weight: 700;
|
|
|
|
padding-top: 18px;
|
|
|
|
padding-bottom: 19px;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 23px;
|
|
|
|
border-radius: 10px;
|
|
|
|
|
2022-04-06 18:55:05 +00:00
|
|
|
&:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2021-03-23 08:56:15 +00:00
|
|
|
&.btn-link {
|
|
|
|
color: #ffffff;
|
|
|
|
font-weight: 400;
|
|
|
|
font-family: @navigation-font;
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
|
2020-12-02 20:48:03 +00:00
|
|
|
&.btn-sm {
|
|
|
|
padding-top: 9px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.btn-primary {
|
2021-05-07 18:54:29 +00:00
|
|
|
background-color: #ff5c83;
|
|
|
|
border-color: #ff5c83;
|
2023-04-20 18:30:12 +00:00
|
|
|
cursor: pointer;
|
|
|
|
color: #FFF;
|
|
|
|
overflow: hidden;
|
|
|
|
text-decoration: none;
|
|
|
|
position: relative;
|
|
|
|
&:before {
|
|
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
|
|
|
|
opacity: 1;
|
|
|
|
content: ' ';
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: -5px;
|
|
|
|
width: 50%;
|
|
|
|
height: 100%;
|
|
|
|
transform: skew(-10deg);
|
|
|
|
transition: left 0.5s ease-in, opacity 0.50s ease-in, width 0.5s ease-in;
|
2020-12-02 20:48:03 +00:00
|
|
|
}
|
2023-04-20 18:30:12 +00:00
|
|
|
&:hover:before {
|
|
|
|
opacity: 0;
|
|
|
|
left: 160px;
|
|
|
|
width: 110%;
|
2021-05-13 14:13:34 +00:00
|
|
|
}
|
|
|
|
&.disabled, &:disabled {
|
|
|
|
color: #fff;
|
2022-03-01 19:47:36 +00:00
|
|
|
background-color: darken(#ff5c83, 10%);
|
|
|
|
border-color: darken(#ff5c83, 10%);
|
2021-05-13 14:13:34 +00:00
|
|
|
}
|
|
|
|
&:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active, .show > &.dropdown-toggle {
|
|
|
|
color: #fff;
|
2022-03-01 19:47:36 +00:00
|
|
|
background-color: darken(#ff5c83, 10%);
|
|
|
|
border-color: darken(#ff5c83, 10%);
|
2021-05-13 14:13:34 +00:00
|
|
|
}
|
|
|
|
&:not(:disabled):not(.disabled):active:focus, &:not(:disabled):not(.disabled).active:focus, .show > &.dropdown-toggle:focus {
|
|
|
|
box-shadow: 0 0 0.25rem 0.2rem #ff5c83;
|
|
|
|
}
|
2020-12-02 20:48:03 +00:00
|
|
|
}
|
2021-05-13 14:13:34 +00:00
|
|
|
|
2020-12-02 20:48:03 +00:00
|
|
|
&.btn-info {
|
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
|
|
|
background-color: #6A67FE;
|
|
|
|
border-color: #6A67FE;
|
2023-04-20 18:30:12 +00:00
|
|
|
cursor: pointer;
|
|
|
|
color: #FFF;
|
|
|
|
overflow: hidden;
|
|
|
|
text-decoration: none;
|
|
|
|
position: relative;
|
|
|
|
&:before {
|
|
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
|
|
|
|
opacity: 1;
|
|
|
|
content: ' ';
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: -5px;
|
|
|
|
width: 50%;
|
|
|
|
height: 100%;
|
|
|
|
transform: skew(-10deg);
|
|
|
|
transition: left 0.5s ease-in, opacity 0.50s ease-in, width 0.5s ease-in;
|
|
|
|
}
|
|
|
|
&:hover:before {
|
|
|
|
opacity: 0;
|
|
|
|
left: 160px;
|
|
|
|
width: 110%;
|
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
|
|
|
}
|
|
|
|
&:not(:disabled):not(.disabled):active {
|
|
|
|
background-color: #6A67FE;
|
|
|
|
border-color: #6A67FE;
|
|
|
|
}
|
|
|
|
&:active:focus {
|
|
|
|
background-color: #6A67FE;
|
|
|
|
border-color: #6A67FE;
|
|
|
|
}
|
|
|
|
&:not(:disabled):not(.disabled):focus {
|
|
|
|
box-shadow: none;
|
2022-04-06 18:55:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.btn-outline-secondary {
|
|
|
|
color: @core-fleet-black;
|
|
|
|
border: 1px solid #C5C7D1;
|
|
|
|
&:hover {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
&:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
&:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active, .show > &.dropdown-toggle {
|
|
|
|
color: @core-fleet-black;
|
|
|
|
background: none;
|
|
|
|
border: 1px solid #C5C7D1;
|
|
|
|
}
|
|
|
|
&:not(:disabled):not(.disabled):active:focus, &:not(:disabled):not(.disabled).active:focus, .show > &.dropdown-toggle:focus {
|
|
|
|
box-shadow: none;
|
2020-12-02 20:48:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
2021-05-07 18:54:29 +00:00
|
|
|
box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
|
2020-12-02 20:48:03 +00:00
|
|
|
}
|
2021-03-23 08:56:15 +00:00
|
|
|
|
|
|
|
.dropdown:hover > .btn {
|
|
|
|
color: #6a67fe;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
2021-07-17 00:42:54 +00:00
|
|
|
left: 16px;
|
2021-03-23 08:56:15 +00:00
|
|
|
min-width: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-item {
|
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
.dropdown-item:hover {
|
|
|
|
background-color: #f1f0ff;
|
|
|
|
font-weight: @bold;
|
|
|
|
}
|
|
|
|
// Bolding text when the tab is active causes a layout shift
|
|
|
|
// so we add a hidden pseudo element with the same text string
|
|
|
|
.dropdown-item:before {
|
|
|
|
content: attr(data-text);
|
|
|
|
height: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
user-select: none;
|
|
|
|
pointer-events: none;
|
|
|
|
font-weight: @bold;
|
|
|
|
}
|
2022-03-01 19:47:36 +00:00
|
|
|
[purpose='page-header'] {
|
|
|
|
.collapsing {
|
|
|
|
opacity: 0;
|
|
|
|
transition: 0s;
|
|
|
|
}
|
|
|
|
.collapse.show {
|
|
|
|
opacity: 1;
|
|
|
|
pointer-events: auto;
|
|
|
|
z-index: 3;
|
2022-08-26 15:53:31 +00:00
|
|
|
overflow-y: auto;
|
2022-03-01 19:47:36 +00:00
|
|
|
}
|
|
|
|
.collapse {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.dropdown-header {
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
padding-top: 16px;
|
2022-06-30 15:11:44 +00:00
|
|
|
color: @core-fleet-black-33;
|
2022-03-01 19:47:36 +00:00
|
|
|
font-size: 11px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.dropdown-divider {
|
|
|
|
margin: 4px 16px 0px 16px;
|
|
|
|
}
|
|
|
|
.dropdown-item {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
padding: 8px 16px;
|
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
.dropdown-item:hover {
|
|
|
|
background-color: unset;
|
|
|
|
color: #6a67fe;
|
|
|
|
}
|
|
|
|
.dropdown-item:before {
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
}
|
2021-05-13 14:13:34 +00:00
|
|
|
.form-control {
|
|
|
|
height: 54px;
|
|
|
|
padding: 8px 16px;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #192147;
|
|
|
|
border: 1px solid #C5C7D1;
|
|
|
|
}
|
|
|
|
.form-control:focus {
|
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
|
|
|
border: 1px solid #6a67fe;
|
2021-05-13 14:13:34 +00:00
|
|
|
box-shadow: unset;
|
|
|
|
}
|
|
|
|
.form-control.is-invalid:focus {
|
|
|
|
box-shadow: unset;
|
|
|
|
}
|
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
|
|
|
.form-control.is-invalid::placeholder {
|
|
|
|
color: #FF5C83;
|
|
|
|
}
|
2021-05-13 14:13:34 +00:00
|
|
|
.form-control.is-invalid {
|
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
|
|
|
color: #FF5C83;
|
|
|
|
border: 1px solid #FF5C83;
|
2021-05-13 14:13:34 +00:00
|
|
|
}
|
|
|
|
textarea.form-control {
|
|
|
|
height: 108px;
|
|
|
|
}
|
|
|
|
.form-group {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invalid-feedback {
|
|
|
|
color: @core-vibrant-red;
|
|
|
|
}
|
|
|
|
|