/* Admin CORE custom variables */ /* ------------------ Overwrite Bootstrap default variables ----------------- */ /* global */ /* Text basics */ /* ~14px*/ /* ~12px*/ /* ~25px*/ /* ~23px*/ /* ~21px*/ /* ~19px*/ /* ~17px*/ /* ~15px*/ /* 18/12*/ /* 20/12/*/ /* 16/12*/ /* 14/12*/ /* navbar */ /* Define common padding and border radius sizes */ /* cards */ /* Bootstrap functions */ /* Bootstrap mixins */ /* -------------------------- Bootswatch here -------------------------- */ /* ----------------------------------- End ---------------------------------- */ /* Bootstrap variables */ /* Variables*/ /**/ /* Variables should follow the `$component-state-property-size` formula for*/ /* consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.*/ /* Color system*/ /* stylelint-disable-next-line scss/dollar-variable-default*/ /* stylelint-disable-next-line scss/dollar-variable-default*/ /* stylelint-disable-next-line scss/dollar-variable-default*/ /* Set a specific jump point for requesting color jumps*/ /* The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.*/ /* Customize the light and dark text colors for use in our YIQ color contrast function.*/ /* Options*/ /**/ /* Quickly modify global styling by enabling or disabling optional features.*/ /* Deprecated, no longer affects any compiled CSS*/ /* Spacing*/ /**/ /* Control the default styling of most Bootstrap elements by modifying these*/ /* variables. Mostly focused on spacing.*/ /* You can add more entries to the $spacers map, should you need more variation.*/ /* stylelint-disable-next-line scss/dollar-variable-default*/ /* This variable affects the `.h-*` and `.w-*` classes.*/ /* stylelint-disable-next-line scss/dollar-variable-default*/ /* Body*/ /**/ /* Settings for the `<body>` element.*/ /* Links*/ /**/ /* Style anchor elements.*/ /* Darken percentage for links with `.text-*` class (e.g. `.text-success`)*/ /* Paragraphs*/ /**/ /* Style p element.*/ /* Grid breakpoints*/ /**/ /* Define the minimum dimensions at which your layout will change,*/ /* adapting to different screen sizes, for use in media queries.*/ /* Grid containers*/ /**/ /* Define the maximum width of `.container` for different screen sizes.*/ /* Grid columns*/ /**/ /* Set the number of columns and specify the width of the gutters.*/ /* Components*/ /**/ /* Define common padding and border radius sizes and more.*/ /* stylelint-disable-next-line scss/dollar-variable-default*/ /* Typography*/ /**/ /* Font, line-height, and color for body text, headings, and more.*/ /* stylelint-disable value-keyword-case*/ /* stylelint-enable value-keyword-case*/ /* Assumes the browser default, typically `16px`*/ /* Tables*/ /**/ /* Customizes the `.table` component with basic values, each used across all table variations.*/ /* Buttons + Forms*/ /**/ /* Shared variables that are reassigned to `$input-` and `$btn-` specific variables.*/ /* Buttons*/ /**/ /* For each of Bootstrap's buttons, define text, background, and border color.*/ /* Allows for customizing button radius independently from global border radius*/ /* Forms*/ /* Extra padding to account for the presence of the background-image based indicator*/ /* In pixels because image dimensions*/ /* Used so we can have multiple background elements (e.g., arrow and feedback icon)*/ /* For focus box shadow issue in IE/Edge*/ /* Form validation*/ /* stylelint-disable-next-line scss/dollar-variable-default*/ /* Z-index master list*/ /**/ /* Warning: Avoid customizing these values. They're used for a bird's eye view*/ /* of components dependent on the z-axis and are designed to all work together.*/ /* Navs*/ /* Navbar*/ /* Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link*/ /* Dropdowns*/ /**/ /* Dropdown menu container and contents.*/ /* Pagination*/ /* Jumbotron*/ /* Cards*/ /* Tooltips*/ /* Form tooltips must come after regular tooltips*/ /* Popovers*/ /* Toasts*/ /* Badges*/ /* Use a higher than normal value to ensure completely rounded edges when*/ /* customizing padding or font-size on labels.*/ /* Modals*/ /* Padding applied to the modal body*/ /* Keep this for backwards compatibility*/ /* Alerts*/ /**/ /* Define alert colors, border radius, and padding.*/ /* Progress bars*/ /* List group*/ /* Image thumbnails*/ /* Figures*/ /* Breadcrumbs*/ /* Carousel*/ /* Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)*/ /* Spinners*/ /* Close*/ /* Code*/ /* Utilities*/ /* Printing*/ /* Color variants - https://codepen.io/migli/pen/QaGNVp */ /* Bootstrap 4 mixins from ../../../../../../node_modules/bootstrap/scss/utilities - no change */ /* Color contrast - from Bootstrap 4 utilities - no change */ /* Color variants - https://codepen.io/migli/pen/QaGNVp */ /* Add color variants to $colors */ /* remap grays */ /* from Bootstrap 4 utilities - replaced $theme-colors with $colors */ /* text colors*/ .text-blue { color: #2A9FD6 !important; } a.text-blue { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue:focus { color: #2180ac !important; } a.text-blue:hover { color: #2180ac !important; } .text-indigo { color: #6610f2 !important; } a.text-indigo { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo:focus { color: #510bc4 !important; } a.text-indigo:hover { color: #510bc4 !important; } .text-purple { color: #6f42c1 !important; } a.text-purple { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple:focus { color: #59339d !important; } a.text-purple:hover { color: #59339d !important; } .text-pink { color: #e83e8c !important; } a.text-pink { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink:focus { color: #d91a72 !important; } a.text-pink:hover { color: #d91a72 !important; } .text-red { color: #CC0000 !important; } a.text-red { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red:focus { color: #990000 !important; } a.text-red:hover { color: #990000 !important; } .text-orange { color: #fd7e14 !important; } a.text-orange { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange:focus { color: #dc6502 !important; } a.text-orange:hover { color: #dc6502 !important; } .text-yellow { color: #FF8800 !important; } a.text-yellow { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow:focus { color: #cc6d00 !important; } a.text-yellow:hover { color: #cc6d00 !important; } .text-green { color: #77B300 !important; } a.text-green { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green:focus { color: #558000 !important; } a.text-green:hover { color: #558000 !important; } .text-teal { color: #20c997 !important; } a.text-teal { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal:focus { color: #199d76 !important; } a.text-teal:hover { color: #199d76 !important; } .text-cyan { color: #9933CC !important; } a.text-cyan { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan:focus { color: #7a29a3 !important; } a.text-cyan:hover { color: #7a29a3 !important; } .text-slate { color: #607d8b !important; } a.text-slate { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate:focus { color: #4b626d !important; } a.text-slate:hover { color: #4b626d !important; } .text-white { color: #fff !important; } a.text-white { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white:focus { color: #e6e6e6 !important; } a.text-white:hover { color: #e6e6e6 !important; } .text-gray { color: #555 !important; } a.text-gray { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray:focus { color: #3c3c3c !important; } a.text-gray:hover { color: #3c3c3c !important; } .text-gray-dark { color: #222 !important; } a.text-gray-dark { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark:focus { color: #090909 !important; } a.text-gray-dark:hover { color: #090909 !important; } .text-primary { color: #2A9FD6 !important; } a.text-primary { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary:focus { color: #2180ac !important; } a.text-primary:hover { color: #2180ac !important; } .text-success { color: #77B300 !important; } a.text-success { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success:focus { color: #558000 !important; } a.text-success:hover { color: #558000 !important; } .text-info { color: #9933CC !important; } a.text-info { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info:focus { color: #7a29a3 !important; } a.text-info:hover { color: #7a29a3 !important; } .text-warning { color: #FF8800 !important; } a.text-warning { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning:focus { color: #cc6d00 !important; } a.text-warning:hover { color: #cc6d00 !important; } .text-danger { color: #CC0000 !important; } a.text-danger { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger:focus { color: #990000 !important; } a.text-danger:hover { color: #990000 !important; } .text-blue-100 { color: #eaf5fb !important; } a.text-blue-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue-100:focus { color: #bfe1f3 !important; } a.text-blue-100:hover { color: #bfe1f3 !important; } .text-blue-200 { color: #cae7f5 !important; } a.text-blue-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue-200:focus { color: #9fd4ed !important; } a.text-blue-200:hover { color: #9fd4ed !important; } .text-blue-300 { color: #95cfeb !important; } a.text-blue-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue-300:focus { color: #6abce3 !important; } a.text-blue-300:hover { color: #6abce3 !important; } .text-blue-400 { color: #5fb7e0 !important; } a.text-blue-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue-400:focus { color: #34a4d8 !important; } a.text-blue-400:hover { color: #34a4d8 !important; } .text-blue-500 { color: #2a9fd6 !important; } a.text-blue-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue-500:focus { color: #2180ac !important; } a.text-blue-500:hover { color: #2180ac !important; } .text-blue-600 { color: #2077a1 !important; } a.text-blue-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue-600:focus { color: #185876 !important; } a.text-blue-600:hover { color: #185876 !important; } .text-blue-700 { color: #15506b !important; } a.text-blue-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue-700:focus { color: #0d3040 !important; } a.text-blue-700:hover { color: #0d3040 !important; } .text-blue-800 { color: #0b2836 !important; } a.text-blue-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue-800:focus { color: #02090c !important; } a.text-blue-800:hover { color: #02090c !important; } .text-blue-900 { color: #061820 !important; } a.text-blue-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-blue-900:focus { color: black !important; } a.text-blue-900:hover { color: black !important; } .text-indigo-100 { color: #f0e7fe !important; } a.text-indigo-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo-100:focus { color: #d1b6fc !important; } a.text-indigo-100:hover { color: #d1b6fc !important; } .text-indigo-200 { color: #d9c3fc !important; } a.text-indigo-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo-200:focus { color: #ba92fa !important; } a.text-indigo-200:hover { color: #ba92fa !important; } .text-indigo-300 { color: #b388f9 !important; } a.text-indigo-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo-300:focus { color: #9457f7 !important; } a.text-indigo-300:hover { color: #9457f7 !important; } .text-indigo-400 { color: #8c4cf5 !important; } a.text-indigo-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo-400:focus { color: #6d1cf2 !important; } a.text-indigo-400:hover { color: #6d1cf2 !important; } .text-indigo-500 { color: #6610f2 !important; } a.text-indigo-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo-500:focus { color: #510bc4 !important; } a.text-indigo-500:hover { color: #510bc4 !important; } .text-indigo-600 { color: #4d0cb6 !important; } a.text-indigo-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo-600:focus { color: #390986 !important; } a.text-indigo-600:hover { color: #390986 !important; } .text-indigo-700 { color: #330879 !important; } a.text-indigo-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo-700:focus { color: #1f0549 !important; } a.text-indigo-700:hover { color: #1f0549 !important; } .text-indigo-800 { color: #1a043d !important; } a.text-indigo-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo-800:focus { color: #06010d !important; } a.text-indigo-800:hover { color: #06010d !important; } .text-indigo-900 { color: #0f0224 !important; } a.text-indigo-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-indigo-900:focus { color: black !important; } a.text-indigo-900:hover { color: black !important; } .text-purple-100 { color: #f1ecf9 !important; } a.text-purple-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple-100:focus { color: #d4c5ed !important; } a.text-purple-100:hover { color: #d4c5ed !important; } .text-purple-200 { color: #dbd0f0 !important; } a.text-purple-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple-200:focus { color: #bda9e4 !important; } a.text-purple-200:hover { color: #bda9e4 !important; } .text-purple-300 { color: #b7a1e0 !important; } a.text-purple-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple-300:focus { color: #9a7bd3 !important; } a.text-purple-300:hover { color: #9a7bd3 !important; } .text-purple-400 { color: #9371d1 !important; } a.text-purple-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple-400:focus { color: #764ac5 !important; } a.text-purple-400:hover { color: #764ac5 !important; } .text-purple-500 { color: #6f42c1 !important; } a.text-purple-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple-500:focus { color: #59339d !important; } a.text-purple-500:hover { color: #59339d !important; } .text-purple-600 { color: #533291 !important; } a.text-purple-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple-600:focus { color: #3d256b !important; } a.text-purple-600:hover { color: #3d256b !important; } .text-purple-700 { color: #382161 !important; } a.text-purple-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple-700:focus { color: #22143b !important; } a.text-purple-700:hover { color: #22143b !important; } .text-purple-800 { color: #1c1130 !important; } a.text-purple-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple-800:focus { color: #06040a !important; } a.text-purple-800:hover { color: #06040a !important; } .text-purple-900 { color: #110a1d !important; } a.text-purple-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-purple-900:focus { color: black !important; } a.text-purple-900:hover { color: black !important; } .text-pink-100 { color: #fdecf4 !important; } a.text-pink-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink-100:focus { color: #f8bed9 !important; } a.text-pink-100:hover { color: #f8bed9 !important; } .text-pink-200 { color: #f9cfe2 !important; } a.text-pink-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink-200:focus { color: #f3a2c7 !important; } a.text-pink-200:hover { color: #f3a2c7 !important; } .text-pink-300 { color: #f49fc6 !important; } a.text-pink-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink-300:focus { color: #ef71ab !important; } a.text-pink-300:hover { color: #ef71ab !important; } .text-pink-400 { color: #ee6ea9 !important; } a.text-pink-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink-400:focus { color: #e9408e !important; } a.text-pink-400:hover { color: #e9408e !important; } .text-pink-500 { color: #e83e8c !important; } a.text-pink-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink-500:focus { color: #d91a72 !important; } a.text-pink-500:hover { color: #d91a72 !important; } .text-pink-600 { color: #ae2f69 !important; } a.text-pink-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink-600:focus { color: #862451 !important; } a.text-pink-600:hover { color: #862451 !important; } .text-pink-700 { color: #741f46 !important; } a.text-pink-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink-700:focus { color: #4c142e !important; } a.text-pink-700:hover { color: #4c142e !important; } .text-pink-800 { color: #3a1023 !important; } a.text-pink-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink-800:focus { color: #12050b !important; } a.text-pink-800:hover { color: #12050b !important; } .text-pink-900 { color: #230915 !important; } a.text-pink-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-pink-900:focus { color: black !important; } a.text-pink-900:hover { color: black !important; } .text-red-100 { color: #fae6e6 !important; } a.text-red-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red-100:focus { color: #f2bcbc !important; } a.text-red-100:hover { color: #f2bcbc !important; } .text-red-200 { color: #f2bfbf !important; } a.text-red-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red-200:focus { color: #e99595 !important; } a.text-red-200:hover { color: #e99595 !important; } .text-red-300 { color: #e68080 !important; } a.text-red-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red-300:focus { color: #de5555 !important; } a.text-red-300:hover { color: #de5555 !important; } .text-red-400 { color: #d94040 !important; } a.text-red-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red-400:focus { color: #c02626 !important; } a.text-red-400:hover { color: #c02626 !important; } .text-red-500 { color: #cc0000 !important; } a.text-red-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red-500:focus { color: #990000 !important; } a.text-red-500:hover { color: #990000 !important; } .text-red-600 { color: #990000 !important; } a.text-red-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red-600:focus { color: #660000 !important; } a.text-red-600:hover { color: #660000 !important; } .text-red-700 { color: #660000 !important; } a.text-red-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red-700:focus { color: #330000 !important; } a.text-red-700:hover { color: #330000 !important; } .text-red-800 { color: #330000 !important; } a.text-red-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red-800:focus { color: black !important; } a.text-red-800:hover { color: black !important; } .text-red-900 { color: #1f0000 !important; } a.text-red-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-red-900:focus { color: black !important; } a.text-red-900:hover { color: black !important; } .text-orange-100 { color: #fff2e8 !important; } a.text-orange-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange-100:focus { color: #ffd5b5 !important; } a.text-orange-100:hover { color: #ffd5b5 !important; } .text-orange-200 { color: #ffdfc4 !important; } a.text-orange-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange-200:focus { color: #ffc391 !important; } a.text-orange-200:hover { color: #ffc391 !important; } .text-orange-300 { color: #febf8a !important; } a.text-orange-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange-300:focus { color: #fea357 !important; } a.text-orange-300:hover { color: #fea357 !important; } .text-orange-400 { color: #fe9e4f !important; } a.text-orange-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange-400:focus { color: #fe821c !important; } a.text-orange-400:hover { color: #fe821c !important; } .text-orange-500 { color: #fd7e14 !important; } a.text-orange-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange-500:focus { color: #dc6502 !important; } a.text-orange-500:hover { color: #dc6502 !important; } .text-orange-600 { color: #be5f0f !important; } a.text-orange-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange-600:focus { color: #8f470b !important; } a.text-orange-600:hover { color: #8f470b !important; } .text-orange-700 { color: #7f3f0a !important; } a.text-orange-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange-700:focus { color: #502806 !important; } a.text-orange-700:hover { color: #502806 !important; } .text-orange-800 { color: #3f2005 !important; } a.text-orange-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange-800:focus { color: #100801 !important; } a.text-orange-800:hover { color: #100801 !important; } .text-orange-900 { color: #261303 !important; } a.text-orange-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-orange-900:focus { color: black !important; } a.text-orange-900:hover { color: black !important; } .text-yellow-100 { color: #fff3e6 !important; } a.text-yellow-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow-100:focus { color: #ffdbb3 !important; } a.text-yellow-100:hover { color: #ffdbb3 !important; } .text-yellow-200 { color: #ffe1bf !important; } a.text-yellow-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow-200:focus { color: #ffc98c !important; } a.text-yellow-200:hover { color: #ffc98c !important; } .text-yellow-300 { color: #ffc480 !important; } a.text-yellow-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow-300:focus { color: #ffac4d !important; } a.text-yellow-300:hover { color: #ffac4d !important; } .text-yellow-400 { color: #ffa640 !important; } a.text-yellow-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow-400:focus { color: #ff8e0d !important; } a.text-yellow-400:hover { color: #ff8e0d !important; } .text-yellow-500 { color: #ff8800 !important; } a.text-yellow-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow-500:focus { color: #cc6d00 !important; } a.text-yellow-500:hover { color: #cc6d00 !important; } .text-yellow-600 { color: #bf6600 !important; } a.text-yellow-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow-600:focus { color: #8c4b00 !important; } a.text-yellow-600:hover { color: #8c4b00 !important; } .text-yellow-700 { color: #804400 !important; } a.text-yellow-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow-700:focus { color: #4d2900 !important; } a.text-yellow-700:hover { color: #4d2900 !important; } .text-yellow-800 { color: #402200 !important; } a.text-yellow-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow-800:focus { color: #0d0700 !important; } a.text-yellow-800:hover { color: #0d0700 !important; } .text-yellow-900 { color: #261400 !important; } a.text-yellow-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-yellow-900:focus { color: black !important; } a.text-yellow-900:hover { color: black !important; } .text-green-100 { color: #f1f7e6 !important; } a.text-green-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green-100:focus { color: #dbebbf !important; } a.text-green-100:hover { color: #dbebbf !important; } .text-green-200 { color: #ddecbf !important; } a.text-green-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green-200:focus { color: #c8e098 !important; } a.text-green-200:hover { color: #c8e098 !important; } .text-green-300 { color: #bbd980 !important; } a.text-green-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green-300:focus { color: #a6cd59 !important; } a.text-green-300:hover { color: #a6cd59 !important; } .text-green-400 { color: #99c640 !important; } a.text-green-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green-400:focus { color: #7ca330 !important; } a.text-green-400:hover { color: #7ca330 !important; } .text-green-500 { color: #77b300 !important; } a.text-green-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green-500:focus { color: #558000 !important; } a.text-green-500:hover { color: #558000 !important; } .text-green-600 { color: #598600 !important; } a.text-green-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green-600:focus { color: #375300 !important; } a.text-green-600:hover { color: #375300 !important; } .text-green-700 { color: #3c5a00 !important; } a.text-green-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green-700:focus { color: #1a2700 !important; } a.text-green-700:hover { color: #1a2700 !important; } .text-green-800 { color: #1e2d00 !important; } a.text-green-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green-800:focus { color: black !important; } a.text-green-800:hover { color: black !important; } .text-green-900 { color: #121b00 !important; } a.text-green-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-green-900:focus { color: black !important; } a.text-green-900:hover { color: black !important; } .text-teal-100 { color: #e9faf5 !important; } a.text-teal-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal-100:focus { color: #bff1e2 !important; } a.text-teal-100:hover { color: #bff1e2 !important; } .text-teal-200 { color: #c7f2e5 !important; } a.text-teal-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal-200:focus { color: #9ee8d2 !important; } a.text-teal-200:hover { color: #9ee8d2 !important; } .text-teal-300 { color: #90e4cb !important; } a.text-teal-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal-300:focus { color: #67dab8 !important; } a.text-teal-300:hover { color: #67dab8 !important; } .text-teal-400 { color: #58d7b1 !important; } a.text-teal-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal-400:focus { color: #31cb9d !important; } a.text-teal-400:hover { color: #31cb9d !important; } .text-teal-500 { color: #20c997 !important; } a.text-teal-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal-500:focus { color: #199d76 !important; } a.text-teal-500:hover { color: #199d76 !important; } .text-teal-600 { color: #189771 !important; } a.text-teal-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal-600:focus { color: #116b50 !important; } a.text-teal-600:hover { color: #116b50 !important; } .text-teal-700 { color: #10654c !important; } a.text-teal-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal-700:focus { color: #09392b !important; } a.text-teal-700:hover { color: #09392b !important; } .text-teal-800 { color: #083226 !important; } a.text-teal-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal-800:focus { color: #010605 !important; } a.text-teal-800:hover { color: #010605 !important; } .text-teal-900 { color: #051e17 !important; } a.text-teal-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-teal-900:focus { color: black !important; } a.text-teal-900:hover { color: black !important; } .text-cyan-100 { color: #f5ebfa !important; } a.text-cyan-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan-100:focus { color: #e1c2f0 !important; } a.text-cyan-100:hover { color: #e1c2f0 !important; } .text-cyan-200 { color: #e6ccf2 !important; } a.text-cyan-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan-200:focus { color: #d2a3e8 !important; } a.text-cyan-200:hover { color: #d2a3e8 !important; } .text-cyan-300 { color: #cc99e6 !important; } a.text-cyan-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan-300:focus { color: #b870dc !important; } a.text-cyan-300:hover { color: #b870dc !important; } .text-cyan-400 { color: #b366d9 !important; } a.text-cyan-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan-400:focus { color: #9f3dcf !important; } a.text-cyan-400:hover { color: #9f3dcf !important; } .text-cyan-500 { color: #9933cc !important; } a.text-cyan-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan-500:focus { color: #7a29a3 !important; } a.text-cyan-500:hover { color: #7a29a3 !important; } .text-cyan-600 { color: #732699 !important; } a.text-cyan-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan-600:focus { color: #541c70 !important; } a.text-cyan-600:hover { color: #541c70 !important; } .text-cyan-700 { color: #4d1a66 !important; } a.text-cyan-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan-700:focus { color: #2e103d !important; } a.text-cyan-700:hover { color: #2e103d !important; } .text-cyan-800 { color: #260d33 !important; } a.text-cyan-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan-800:focus { color: #08030a !important; } a.text-cyan-800:hover { color: #08030a !important; } .text-cyan-900 { color: #17081f !important; } a.text-cyan-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-cyan-900:focus { color: black !important; } a.text-cyan-900:hover { color: black !important; } .text-slate-100 { color: #eff2f3 !important; } a.text-slate-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate-100:focus { color: #d2dadd !important; } a.text-slate-100:hover { color: #d2dadd !important; } .text-slate-200 { color: #d7dfe2 !important; } a.text-slate-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate-200:focus { color: #b9c7cd !important; } a.text-slate-200:hover { color: #b9c7cd !important; } .text-slate-300 { color: #b0bec5 !important; } a.text-slate-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate-300:focus { color: #93a6af !important; } a.text-slate-300:hover { color: #93a6af !important; } .text-slate-400 { color: #889ea8 !important; } a.text-slate-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate-400:focus { color: #6b8692 !important; } a.text-slate-400:hover { color: #6b8692 !important; } .text-slate-500 { color: #607d8b !important; } a.text-slate-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate-500:focus { color: #4b626d !important; } a.text-slate-500:hover { color: #4b626d !important; } .text-slate-600 { color: #485e68 !important; } a.text-slate-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate-600:focus { color: #33434a !important; } a.text-slate-600:hover { color: #33434a !important; } .text-slate-700 { color: #303f46 !important; } a.text-slate-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate-700:focus { color: #1b2428 !important; } a.text-slate-700:hover { color: #1b2428 !important; } .text-slate-800 { color: #181f23 !important; } a.text-slate-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate-800:focus { color: #030405 !important; } a.text-slate-800:hover { color: #030405 !important; } .text-slate-900 { color: #0e1315 !important; } a.text-slate-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-slate-900:focus { color: black !important; } a.text-slate-900:hover { color: black !important; } .text-white-100 { color: white !important; } a.text-white-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white-100:focus { color: #e6e6e6 !important; } a.text-white-100:hover { color: #e6e6e6 !important; } .text-white-200 { color: white !important; } a.text-white-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white-200:focus { color: #e6e6e6 !important; } a.text-white-200:hover { color: #e6e6e6 !important; } .text-white-300 { color: white !important; } a.text-white-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white-300:focus { color: #e6e6e6 !important; } a.text-white-300:hover { color: #e6e6e6 !important; } .text-white-400 { color: white !important; } a.text-white-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white-400:focus { color: #e6e6e6 !important; } a.text-white-400:hover { color: #e6e6e6 !important; } .text-white-500 { color: white !important; } a.text-white-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white-500:focus { color: #e6e6e6 !important; } a.text-white-500:hover { color: #e6e6e6 !important; } .text-white-600 { color: #bfbfbf !important; } a.text-white-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white-600:focus { color: #a6a6a6 !important; } a.text-white-600:hover { color: #a6a6a6 !important; } .text-white-700 { color: gray !important; } a.text-white-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white-700:focus { color: #676767 !important; } a.text-white-700:hover { color: #676767 !important; } .text-white-800 { color: #404040 !important; } a.text-white-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white-800:focus { color: #272727 !important; } a.text-white-800:hover { color: #272727 !important; } .text-white-900 { color: #262626 !important; } a.text-white-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-white-900:focus { color: #0d0d0d !important; } a.text-white-900:hover { color: #0d0d0d !important; } .text-gray-100 { color: #eeeeee !important; } a.text-gray-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-100:focus { color: #d5d5d5 !important; } a.text-gray-100:hover { color: #d5d5d5 !important; } .text-gray-200 { color: #d5d5d5 !important; } a.text-gray-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-200:focus { color: #bcbcbc !important; } a.text-gray-200:hover { color: #bcbcbc !important; } .text-gray-300 { color: #aaaaaa !important; } a.text-gray-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-300:focus { color: #919191 !important; } a.text-gray-300:hover { color: #919191 !important; } .text-gray-400 { color: gray !important; } a.text-gray-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-400:focus { color: #676767 !important; } a.text-gray-400:hover { color: #676767 !important; } .text-gray-500 { color: #555555 !important; } a.text-gray-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-500:focus { color: #3c3c3c !important; } a.text-gray-500:hover { color: #3c3c3c !important; } .text-gray-600 { color: #404040 !important; } a.text-gray-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-600:focus { color: #272727 !important; } a.text-gray-600:hover { color: #272727 !important; } .text-gray-700 { color: #2b2b2b !important; } a.text-gray-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-700:focus { color: #121212 !important; } a.text-gray-700:hover { color: #121212 !important; } .text-gray-800 { color: #151515 !important; } a.text-gray-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-800:focus { color: black !important; } a.text-gray-800:hover { color: black !important; } .text-gray-900 { color: #0d0d0d !important; } a.text-gray-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-900:focus { color: black !important; } a.text-gray-900:hover { color: black !important; } .text-gray-dark-100 { color: #e9e9e9 !important; } a.text-gray-dark-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark-100:focus { color: #d0d0d0 !important; } a.text-gray-dark-100:hover { color: #d0d0d0 !important; } .text-gray-dark-200 { color: #c8c8c8 !important; } a.text-gray-dark-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark-200:focus { color: #afafaf !important; } a.text-gray-dark-200:hover { color: #afafaf !important; } .text-gray-dark-300 { color: #919191 !important; } a.text-gray-dark-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark-300:focus { color: #787878 !important; } a.text-gray-dark-300:hover { color: #787878 !important; } .text-gray-dark-400 { color: #595959 !important; } a.text-gray-dark-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark-400:focus { color: #404040 !important; } a.text-gray-dark-400:hover { color: #404040 !important; } .text-gray-dark-500 { color: #222222 !important; } a.text-gray-dark-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark-500:focus { color: #090909 !important; } a.text-gray-dark-500:hover { color: #090909 !important; } .text-gray-dark-600 { color: #1a1a1a !important; } a.text-gray-dark-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark-600:focus { color: #010101 !important; } a.text-gray-dark-600:hover { color: #010101 !important; } .text-gray-dark-700 { color: #111111 !important; } a.text-gray-dark-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark-700:focus { color: black !important; } a.text-gray-dark-700:hover { color: black !important; } .text-gray-dark-800 { color: #090909 !important; } a.text-gray-dark-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark-800:focus { color: black !important; } a.text-gray-dark-800:hover { color: black !important; } .text-gray-dark-900 { color: #050505 !important; } a.text-gray-dark-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-gray-dark-900:focus { color: black !important; } a.text-gray-dark-900:hover { color: black !important; } .text-primary-100 { color: #eaf5fb !important; } a.text-primary-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary-100:focus { color: #bfe1f3 !important; } a.text-primary-100:hover { color: #bfe1f3 !important; } .text-primary-200 { color: #cae7f5 !important; } a.text-primary-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary-200:focus { color: #9fd4ed !important; } a.text-primary-200:hover { color: #9fd4ed !important; } .text-primary-300 { color: #95cfeb !important; } a.text-primary-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary-300:focus { color: #6abce3 !important; } a.text-primary-300:hover { color: #6abce3 !important; } .text-primary-400 { color: #5fb7e0 !important; } a.text-primary-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary-400:focus { color: #34a4d8 !important; } a.text-primary-400:hover { color: #34a4d8 !important; } .text-primary-500 { color: #2a9fd6 !important; } a.text-primary-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary-500:focus { color: #2180ac !important; } a.text-primary-500:hover { color: #2180ac !important; } .text-primary-600 { color: #2077a1 !important; } a.text-primary-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary-600:focus { color: #185876 !important; } a.text-primary-600:hover { color: #185876 !important; } .text-primary-700 { color: #15506b !important; } a.text-primary-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary-700:focus { color: #0d3040 !important; } a.text-primary-700:hover { color: #0d3040 !important; } .text-primary-800 { color: #0b2836 !important; } a.text-primary-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary-800:focus { color: #02090c !important; } a.text-primary-800:hover { color: #02090c !important; } .text-primary-900 { color: #061820 !important; } a.text-primary-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-primary-900:focus { color: black !important; } a.text-primary-900:hover { color: black !important; } .text-success-100 { color: #f1f7e6 !important; } a.text-success-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success-100:focus { color: #dbebbf !important; } a.text-success-100:hover { color: #dbebbf !important; } .text-success-200, .card.bg-success a:hover { color: #ddecbf !important; } a.text-success-200, .card.bg-success a:hover { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success-200:focus, .card.bg-success a:focus:hover { color: #c8e098 !important; } a.text-success-200:hover, .card.bg-success a:hover { color: #c8e098 !important; } .text-success-300 { color: #bbd980 !important; } a.text-success-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success-300:focus { color: #a6cd59 !important; } a.text-success-300:hover { color: #a6cd59 !important; } .text-success-400 { color: #99c640 !important; } a.text-success-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success-400:focus { color: #7ca330 !important; } a.text-success-400:hover { color: #7ca330 !important; } .text-success-500 { color: #77b300 !important; } a.text-success-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success-500:focus { color: #558000 !important; } a.text-success-500:hover { color: #558000 !important; } .text-success-600 { color: #598600 !important; } a.text-success-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success-600:focus { color: #375300 !important; } a.text-success-600:hover { color: #375300 !important; } .text-success-700 { color: #3c5a00 !important; } a.text-success-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success-700:focus { color: #1a2700 !important; } a.text-success-700:hover { color: #1a2700 !important; } .text-success-800 { color: #1e2d00 !important; } a.text-success-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success-800:focus { color: black !important; } a.text-success-800:hover { color: black !important; } .text-success-900 { color: #121b00 !important; } a.text-success-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-success-900:focus { color: black !important; } a.text-success-900:hover { color: black !important; } .text-info-100 { color: #f5ebfa !important; } a.text-info-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info-100:focus { color: #e1c2f0 !important; } a.text-info-100:hover { color: #e1c2f0 !important; } .text-info-200, .card.bg-info a:hover { color: #e6ccf2 !important; } a.text-info-200, .card.bg-info a:hover { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info-200:focus, .card.bg-info a:focus:hover { color: #d2a3e8 !important; } a.text-info-200:hover, .card.bg-info a:hover { color: #d2a3e8 !important; } .text-info-300 { color: #cc99e6 !important; } a.text-info-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info-300:focus { color: #b870dc !important; } a.text-info-300:hover { color: #b870dc !important; } .text-info-400 { color: #b366d9 !important; } a.text-info-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info-400:focus { color: #9f3dcf !important; } a.text-info-400:hover { color: #9f3dcf !important; } .text-info-500 { color: #9933cc !important; } a.text-info-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info-500:focus { color: #7a29a3 !important; } a.text-info-500:hover { color: #7a29a3 !important; } .text-info-600 { color: #732699 !important; } a.text-info-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info-600:focus { color: #541c70 !important; } a.text-info-600:hover { color: #541c70 !important; } .text-info-700 { color: #4d1a66 !important; } a.text-info-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info-700:focus { color: #2e103d !important; } a.text-info-700:hover { color: #2e103d !important; } .text-info-800 { color: #260d33 !important; } a.text-info-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info-800:focus { color: #08030a !important; } a.text-info-800:hover { color: #08030a !important; } .text-info-900 { color: #17081f !important; } a.text-info-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-info-900:focus { color: black !important; } a.text-info-900:hover { color: black !important; } .text-warning-100 { color: #fff3e6 !important; } a.text-warning-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning-100:focus { color: #ffdbb3 !important; } a.text-warning-100:hover { color: #ffdbb3 !important; } .text-warning-200, .card.bg-warning a:hover { color: #ffe1bf !important; } a.text-warning-200, .card.bg-warning a:hover { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning-200:focus, .card.bg-warning a:focus:hover { color: #ffc98c !important; } a.text-warning-200:hover, .card.bg-warning a:hover { color: #ffc98c !important; } .text-warning-300 { color: #ffc480 !important; } a.text-warning-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning-300:focus { color: #ffac4d !important; } a.text-warning-300:hover { color: #ffac4d !important; } .text-warning-400 { color: #ffa640 !important; } a.text-warning-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning-400:focus { color: #ff8e0d !important; } a.text-warning-400:hover { color: #ff8e0d !important; } .text-warning-500 { color: #ff8800 !important; } a.text-warning-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning-500:focus { color: #cc6d00 !important; } a.text-warning-500:hover { color: #cc6d00 !important; } .text-warning-600 { color: #bf6600 !important; } a.text-warning-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning-600:focus { color: #8c4b00 !important; } a.text-warning-600:hover { color: #8c4b00 !important; } .text-warning-700 { color: #804400 !important; } a.text-warning-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning-700:focus { color: #4d2900 !important; } a.text-warning-700:hover { color: #4d2900 !important; } .text-warning-800 { color: #402200 !important; } a.text-warning-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning-800:focus { color: #0d0700 !important; } a.text-warning-800:hover { color: #0d0700 !important; } .text-warning-900 { color: #261400 !important; } a.text-warning-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-warning-900:focus { color: black !important; } a.text-warning-900:hover { color: black !important; } .text-danger-100 { color: #fae6e6 !important; } a.text-danger-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger-100:focus { color: #f2bcbc !important; } a.text-danger-100:hover { color: #f2bcbc !important; } .text-danger-200, .card.bg-danger a:hover { color: #f2bfbf !important; } a.text-danger-200, .card.bg-danger a:hover { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger-200:focus, .card.bg-danger a:focus:hover { color: #e99595 !important; } a.text-danger-200:hover, .card.bg-danger a:hover { color: #e99595 !important; } .text-danger-300 { color: #e68080 !important; } a.text-danger-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger-300:focus { color: #de5555 !important; } a.text-danger-300:hover { color: #de5555 !important; } .text-danger-400 { color: #d94040 !important; } a.text-danger-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger-400:focus { color: #c02626 !important; } a.text-danger-400:hover { color: #c02626 !important; } .text-danger-500 { color: #cc0000 !important; } a.text-danger-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger-500:focus { color: #990000 !important; } a.text-danger-500:hover { color: #990000 !important; } .text-danger-600 { color: #990000 !important; } a.text-danger-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger-600:focus { color: #660000 !important; } a.text-danger-600:hover { color: #660000 !important; } .text-danger-700 { color: #660000 !important; } a.text-danger-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger-700:focus { color: #330000 !important; } a.text-danger-700:hover { color: #330000 !important; } .text-danger-800 { color: #330000 !important; } a.text-danger-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger-800:focus { color: black !important; } a.text-danger-800:hover { color: black !important; } .text-danger-900 { color: #1f0000 !important; } a.text-danger-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.text-danger-900:focus { color: black !important; } a.text-danger-900:hover { color: black !important; } /* background colors */ .bg-blue { background-color: #2A9FD6 !important; } a.bg-blue { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue:focus { background-color: #2180ac !important; } a.bg-blue:hover { background-color: #2180ac !important; } .btn-blue { background-color: #2A9FD6 !important; } a.btn-blue { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue:focus { background-color: #2180ac !important; } a.btn-blue:hover { background-color: #2180ac !important; } .bg-indigo { background-color: #6610f2 !important; } a.bg-indigo { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo:focus { background-color: #510bc4 !important; } a.bg-indigo:hover { background-color: #510bc4 !important; } .btn-indigo { background-color: #6610f2 !important; } a.btn-indigo { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo:focus { background-color: #510bc4 !important; } a.btn-indigo:hover { background-color: #510bc4 !important; } .bg-purple { background-color: #6f42c1 !important; } a.bg-purple { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple:focus { background-color: #59339d !important; } a.bg-purple:hover { background-color: #59339d !important; } .btn-purple { background-color: #6f42c1 !important; } a.btn-purple { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple:focus { background-color: #59339d !important; } a.btn-purple:hover { background-color: #59339d !important; } .bg-pink { background-color: #e83e8c !important; } a.bg-pink { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink:focus { background-color: #d91a72 !important; } a.bg-pink:hover { background-color: #d91a72 !important; } .btn-pink { background-color: #e83e8c !important; } a.btn-pink { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink:focus { background-color: #d91a72 !important; } a.btn-pink:hover { background-color: #d91a72 !important; } .bg-red { background-color: #CC0000 !important; } a.bg-red { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red:focus { background-color: #990000 !important; } a.bg-red:hover { background-color: #990000 !important; } .btn-red { background-color: #CC0000 !important; } a.btn-red { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red:focus { background-color: #990000 !important; } a.btn-red:hover { background-color: #990000 !important; } .bg-orange { background-color: #fd7e14 !important; } a.bg-orange { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange:focus { background-color: #dc6502 !important; } a.bg-orange:hover { background-color: #dc6502 !important; } .btn-orange { background-color: #fd7e14 !important; } a.btn-orange { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange:focus { background-color: #dc6502 !important; } a.btn-orange:hover { background-color: #dc6502 !important; } .bg-yellow { background-color: #FF8800 !important; } a.bg-yellow { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow:focus { background-color: #cc6d00 !important; } a.bg-yellow:hover { background-color: #cc6d00 !important; } .btn-yellow { background-color: #FF8800 !important; } a.btn-yellow { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow:focus { background-color: #cc6d00 !important; } a.btn-yellow:hover { background-color: #cc6d00 !important; } .bg-green { background-color: #77B300 !important; } a.bg-green { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green:focus { background-color: #558000 !important; } a.bg-green:hover { background-color: #558000 !important; } .btn-green { background-color: #77B300 !important; } a.btn-green { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green:focus { background-color: #558000 !important; } a.btn-green:hover { background-color: #558000 !important; } .bg-teal { background-color: #20c997 !important; } a.bg-teal { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal:focus { background-color: #199d76 !important; } a.bg-teal:hover { background-color: #199d76 !important; } .btn-teal { background-color: #20c997 !important; } a.btn-teal { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal:focus { background-color: #199d76 !important; } a.btn-teal:hover { background-color: #199d76 !important; } .bg-cyan { background-color: #9933CC !important; } a.bg-cyan { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan:focus { background-color: #7a29a3 !important; } a.bg-cyan:hover { background-color: #7a29a3 !important; } .btn-cyan { background-color: #9933CC !important; } a.btn-cyan { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan:focus { background-color: #7a29a3 !important; } a.btn-cyan:hover { background-color: #7a29a3 !important; } .bg-slate { background-color: #607d8b !important; } a.bg-slate { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate:focus { background-color: #4b626d !important; } a.bg-slate:hover { background-color: #4b626d !important; } .btn-slate { background-color: #607d8b !important; } a.btn-slate { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate:focus { background-color: #4b626d !important; } a.btn-slate:hover { background-color: #4b626d !important; } .bg-white { background-color: #fff !important; } a.bg-white { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white:focus { background-color: #e6e6e6 !important; } a.bg-white:hover { background-color: #e6e6e6 !important; } .btn-white { background-color: #fff !important; } a.btn-white { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white:focus { background-color: #e6e6e6 !important; } a.btn-white:hover { background-color: #e6e6e6 !important; } .bg-gray { background-color: #555 !important; } a.bg-gray { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray:focus { background-color: #3c3c3c !important; } a.bg-gray:hover { background-color: #3c3c3c !important; } .btn-gray { background-color: #555 !important; } a.btn-gray { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray:focus { background-color: #3c3c3c !important; } a.btn-gray:hover { background-color: #3c3c3c !important; } .bg-gray-dark { background-color: #222 !important; } a.bg-gray-dark { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark:focus { background-color: #090909 !important; } a.bg-gray-dark:hover { background-color: #090909 !important; } .btn-gray-dark { background-color: #222 !important; } a.btn-gray-dark { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark:focus { background-color: #090909 !important; } a.btn-gray-dark:hover { background-color: #090909 !important; } .bg-primary { background-color: #2A9FD6 !important; } a.bg-primary { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary:focus { background-color: #2180ac !important; } a.bg-primary:hover { background-color: #2180ac !important; } .btn-primary { background-color: #2A9FD6 !important; } a.btn-primary { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary:focus { background-color: #2180ac !important; } a.btn-primary:hover { background-color: #2180ac !important; } .bg-success { background-color: #77B300 !important; } a.bg-success { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success:focus { background-color: #558000 !important; } a.bg-success:hover { background-color: #558000 !important; } .btn-success { background-color: #77B300 !important; } a.btn-success { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success:focus { background-color: #558000 !important; } a.btn-success:hover { background-color: #558000 !important; } .bg-info { background-color: #9933CC !important; } a.bg-info { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info:focus { background-color: #7a29a3 !important; } a.bg-info:hover { background-color: #7a29a3 !important; } .btn-info { background-color: #9933CC !important; } a.btn-info { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info:focus { background-color: #7a29a3 !important; } a.btn-info:hover { background-color: #7a29a3 !important; } .bg-warning { background-color: #FF8800 !important; } a.bg-warning { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning:focus { background-color: #cc6d00 !important; } a.bg-warning:hover { background-color: #cc6d00 !important; } .btn-warning { background-color: #FF8800 !important; } a.btn-warning { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning:focus { background-color: #cc6d00 !important; } a.btn-warning:hover { background-color: #cc6d00 !important; } .bg-danger { background-color: #CC0000 !important; } a.bg-danger { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger:focus { background-color: #990000 !important; } a.bg-danger:hover { background-color: #990000 !important; } .btn-danger { background-color: #CC0000 !important; } a.btn-danger { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger:focus { background-color: #990000 !important; } a.btn-danger:hover { background-color: #990000 !important; } .bg-blue-100 { background-color: #eaf5fb !important; } a.bg-blue-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue-100:focus { background-color: #bfe1f3 !important; } a.bg-blue-100:hover { background-color: #bfe1f3 !important; } .btn-blue-100 { background-color: #eaf5fb !important; } a.btn-blue-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue-100:focus { background-color: #bfe1f3 !important; } a.btn-blue-100:hover { background-color: #bfe1f3 !important; } .bg-blue-200 { background-color: #cae7f5 !important; } a.bg-blue-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue-200:focus { background-color: #9fd4ed !important; } a.bg-blue-200:hover { background-color: #9fd4ed !important; } .btn-blue-200 { background-color: #cae7f5 !important; } a.btn-blue-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue-200:focus { background-color: #9fd4ed !important; } a.btn-blue-200:hover { background-color: #9fd4ed !important; } .bg-blue-300 { background-color: #95cfeb !important; } a.bg-blue-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue-300:focus { background-color: #6abce3 !important; } a.bg-blue-300:hover { background-color: #6abce3 !important; } .btn-blue-300 { background-color: #95cfeb !important; } a.btn-blue-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue-300:focus { background-color: #6abce3 !important; } a.btn-blue-300:hover { background-color: #6abce3 !important; } .bg-blue-400 { background-color: #5fb7e0 !important; } a.bg-blue-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue-400:focus { background-color: #34a4d8 !important; } a.bg-blue-400:hover { background-color: #34a4d8 !important; } .btn-blue-400 { background-color: #5fb7e0 !important; } a.btn-blue-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue-400:focus { background-color: #34a4d8 !important; } a.btn-blue-400:hover { background-color: #34a4d8 !important; } .bg-blue-500 { background-color: #2a9fd6 !important; } a.bg-blue-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue-500:focus { background-color: #2180ac !important; } a.bg-blue-500:hover { background-color: #2180ac !important; } .btn-blue-500 { background-color: #2a9fd6 !important; } a.btn-blue-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue-500:focus { background-color: #2180ac !important; } a.btn-blue-500:hover { background-color: #2180ac !important; } .bg-blue-600 { background-color: #2077a1 !important; } a.bg-blue-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue-600:focus { background-color: #185876 !important; } a.bg-blue-600:hover { background-color: #185876 !important; } .btn-blue-600 { background-color: #2077a1 !important; } a.btn-blue-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue-600:focus { background-color: #185876 !important; } a.btn-blue-600:hover { background-color: #185876 !important; } .bg-blue-700 { background-color: #15506b !important; } a.bg-blue-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue-700:focus { background-color: #0d3040 !important; } a.bg-blue-700:hover { background-color: #0d3040 !important; } .btn-blue-700 { background-color: #15506b !important; } a.btn-blue-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue-700:focus { background-color: #0d3040 !important; } a.btn-blue-700:hover { background-color: #0d3040 !important; } .bg-blue-800 { background-color: #0b2836 !important; } a.bg-blue-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue-800:focus { background-color: #02090c !important; } a.bg-blue-800:hover { background-color: #02090c !important; } .btn-blue-800 { background-color: #0b2836 !important; } a.btn-blue-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue-800:focus { background-color: #02090c !important; } a.btn-blue-800:hover { background-color: #02090c !important; } .bg-blue-900 { background-color: #061820 !important; } a.bg-blue-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-blue-900:focus { background-color: black !important; } a.bg-blue-900:hover { background-color: black !important; } .btn-blue-900 { background-color: #061820 !important; } a.btn-blue-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-blue-900:focus { background-color: black !important; } a.btn-blue-900:hover { background-color: black !important; } .bg-indigo-100 { background-color: #f0e7fe !important; } a.bg-indigo-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo-100:focus { background-color: #d1b6fc !important; } a.bg-indigo-100:hover { background-color: #d1b6fc !important; } .btn-indigo-100 { background-color: #f0e7fe !important; } a.btn-indigo-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo-100:focus { background-color: #d1b6fc !important; } a.btn-indigo-100:hover { background-color: #d1b6fc !important; } .bg-indigo-200 { background-color: #d9c3fc !important; } a.bg-indigo-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo-200:focus { background-color: #ba92fa !important; } a.bg-indigo-200:hover { background-color: #ba92fa !important; } .btn-indigo-200 { background-color: #d9c3fc !important; } a.btn-indigo-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo-200:focus { background-color: #ba92fa !important; } a.btn-indigo-200:hover { background-color: #ba92fa !important; } .bg-indigo-300 { background-color: #b388f9 !important; } a.bg-indigo-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo-300:focus { background-color: #9457f7 !important; } a.bg-indigo-300:hover { background-color: #9457f7 !important; } .btn-indigo-300 { background-color: #b388f9 !important; } a.btn-indigo-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo-300:focus { background-color: #9457f7 !important; } a.btn-indigo-300:hover { background-color: #9457f7 !important; } .bg-indigo-400 { background-color: #8c4cf5 !important; } a.bg-indigo-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo-400:focus { background-color: #6d1cf2 !important; } a.bg-indigo-400:hover { background-color: #6d1cf2 !important; } .btn-indigo-400 { background-color: #8c4cf5 !important; } a.btn-indigo-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo-400:focus { background-color: #6d1cf2 !important; } a.btn-indigo-400:hover { background-color: #6d1cf2 !important; } .bg-indigo-500 { background-color: #6610f2 !important; } a.bg-indigo-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo-500:focus { background-color: #510bc4 !important; } a.bg-indigo-500:hover { background-color: #510bc4 !important; } .btn-indigo-500 { background-color: #6610f2 !important; } a.btn-indigo-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo-500:focus { background-color: #510bc4 !important; } a.btn-indigo-500:hover { background-color: #510bc4 !important; } .bg-indigo-600 { background-color: #4d0cb6 !important; } a.bg-indigo-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo-600:focus { background-color: #390986 !important; } a.bg-indigo-600:hover { background-color: #390986 !important; } .btn-indigo-600 { background-color: #4d0cb6 !important; } a.btn-indigo-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo-600:focus { background-color: #390986 !important; } a.btn-indigo-600:hover { background-color: #390986 !important; } .bg-indigo-700 { background-color: #330879 !important; } a.bg-indigo-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo-700:focus { background-color: #1f0549 !important; } a.bg-indigo-700:hover { background-color: #1f0549 !important; } .btn-indigo-700 { background-color: #330879 !important; } a.btn-indigo-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo-700:focus { background-color: #1f0549 !important; } a.btn-indigo-700:hover { background-color: #1f0549 !important; } .bg-indigo-800 { background-color: #1a043d !important; } a.bg-indigo-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo-800:focus { background-color: #06010d !important; } a.bg-indigo-800:hover { background-color: #06010d !important; } .btn-indigo-800 { background-color: #1a043d !important; } a.btn-indigo-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo-800:focus { background-color: #06010d !important; } a.btn-indigo-800:hover { background-color: #06010d !important; } .bg-indigo-900 { background-color: #0f0224 !important; } a.bg-indigo-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-indigo-900:focus { background-color: black !important; } a.bg-indigo-900:hover { background-color: black !important; } .btn-indigo-900 { background-color: #0f0224 !important; } a.btn-indigo-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-indigo-900:focus { background-color: black !important; } a.btn-indigo-900:hover { background-color: black !important; } .bg-purple-100 { background-color: #f1ecf9 !important; } a.bg-purple-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple-100:focus { background-color: #d4c5ed !important; } a.bg-purple-100:hover { background-color: #d4c5ed !important; } .btn-purple-100 { background-color: #f1ecf9 !important; } a.btn-purple-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple-100:focus { background-color: #d4c5ed !important; } a.btn-purple-100:hover { background-color: #d4c5ed !important; } .bg-purple-200 { background-color: #dbd0f0 !important; } a.bg-purple-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple-200:focus { background-color: #bda9e4 !important; } a.bg-purple-200:hover { background-color: #bda9e4 !important; } .btn-purple-200 { background-color: #dbd0f0 !important; } a.btn-purple-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple-200:focus { background-color: #bda9e4 !important; } a.btn-purple-200:hover { background-color: #bda9e4 !important; } .bg-purple-300 { background-color: #b7a1e0 !important; } a.bg-purple-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple-300:focus { background-color: #9a7bd3 !important; } a.bg-purple-300:hover { background-color: #9a7bd3 !important; } .btn-purple-300 { background-color: #b7a1e0 !important; } a.btn-purple-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple-300:focus { background-color: #9a7bd3 !important; } a.btn-purple-300:hover { background-color: #9a7bd3 !important; } .bg-purple-400 { background-color: #9371d1 !important; } a.bg-purple-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple-400:focus { background-color: #764ac5 !important; } a.bg-purple-400:hover { background-color: #764ac5 !important; } .btn-purple-400 { background-color: #9371d1 !important; } a.btn-purple-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple-400:focus { background-color: #764ac5 !important; } a.btn-purple-400:hover { background-color: #764ac5 !important; } .bg-purple-500 { background-color: #6f42c1 !important; } a.bg-purple-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple-500:focus { background-color: #59339d !important; } a.bg-purple-500:hover { background-color: #59339d !important; } .btn-purple-500 { background-color: #6f42c1 !important; } a.btn-purple-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple-500:focus { background-color: #59339d !important; } a.btn-purple-500:hover { background-color: #59339d !important; } .bg-purple-600 { background-color: #533291 !important; } a.bg-purple-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple-600:focus { background-color: #3d256b !important; } a.bg-purple-600:hover { background-color: #3d256b !important; } .btn-purple-600 { background-color: #533291 !important; } a.btn-purple-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple-600:focus { background-color: #3d256b !important; } a.btn-purple-600:hover { background-color: #3d256b !important; } .bg-purple-700 { background-color: #382161 !important; } a.bg-purple-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple-700:focus { background-color: #22143b !important; } a.bg-purple-700:hover { background-color: #22143b !important; } .btn-purple-700 { background-color: #382161 !important; } a.btn-purple-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple-700:focus { background-color: #22143b !important; } a.btn-purple-700:hover { background-color: #22143b !important; } .bg-purple-800 { background-color: #1c1130 !important; } a.bg-purple-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple-800:focus { background-color: #06040a !important; } a.bg-purple-800:hover { background-color: #06040a !important; } .btn-purple-800 { background-color: #1c1130 !important; } a.btn-purple-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple-800:focus { background-color: #06040a !important; } a.btn-purple-800:hover { background-color: #06040a !important; } .bg-purple-900 { background-color: #110a1d !important; } a.bg-purple-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-purple-900:focus { background-color: black !important; } a.bg-purple-900:hover { background-color: black !important; } .btn-purple-900 { background-color: #110a1d !important; } a.btn-purple-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-purple-900:focus { background-color: black !important; } a.btn-purple-900:hover { background-color: black !important; } .bg-pink-100 { background-color: #fdecf4 !important; } a.bg-pink-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink-100:focus { background-color: #f8bed9 !important; } a.bg-pink-100:hover { background-color: #f8bed9 !important; } .btn-pink-100 { background-color: #fdecf4 !important; } a.btn-pink-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink-100:focus { background-color: #f8bed9 !important; } a.btn-pink-100:hover { background-color: #f8bed9 !important; } .bg-pink-200 { background-color: #f9cfe2 !important; } a.bg-pink-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink-200:focus { background-color: #f3a2c7 !important; } a.bg-pink-200:hover { background-color: #f3a2c7 !important; } .btn-pink-200 { background-color: #f9cfe2 !important; } a.btn-pink-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink-200:focus { background-color: #f3a2c7 !important; } a.btn-pink-200:hover { background-color: #f3a2c7 !important; } .bg-pink-300 { background-color: #f49fc6 !important; } a.bg-pink-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink-300:focus { background-color: #ef71ab !important; } a.bg-pink-300:hover { background-color: #ef71ab !important; } .btn-pink-300 { background-color: #f49fc6 !important; } a.btn-pink-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink-300:focus { background-color: #ef71ab !important; } a.btn-pink-300:hover { background-color: #ef71ab !important; } .bg-pink-400 { background-color: #ee6ea9 !important; } a.bg-pink-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink-400:focus { background-color: #e9408e !important; } a.bg-pink-400:hover { background-color: #e9408e !important; } .btn-pink-400 { background-color: #ee6ea9 !important; } a.btn-pink-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink-400:focus { background-color: #e9408e !important; } a.btn-pink-400:hover { background-color: #e9408e !important; } .bg-pink-500 { background-color: #e83e8c !important; } a.bg-pink-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink-500:focus { background-color: #d91a72 !important; } a.bg-pink-500:hover { background-color: #d91a72 !important; } .btn-pink-500 { background-color: #e83e8c !important; } a.btn-pink-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink-500:focus { background-color: #d91a72 !important; } a.btn-pink-500:hover { background-color: #d91a72 !important; } .bg-pink-600 { background-color: #ae2f69 !important; } a.bg-pink-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink-600:focus { background-color: #862451 !important; } a.bg-pink-600:hover { background-color: #862451 !important; } .btn-pink-600 { background-color: #ae2f69 !important; } a.btn-pink-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink-600:focus { background-color: #862451 !important; } a.btn-pink-600:hover { background-color: #862451 !important; } .bg-pink-700 { background-color: #741f46 !important; } a.bg-pink-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink-700:focus { background-color: #4c142e !important; } a.bg-pink-700:hover { background-color: #4c142e !important; } .btn-pink-700 { background-color: #741f46 !important; } a.btn-pink-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink-700:focus { background-color: #4c142e !important; } a.btn-pink-700:hover { background-color: #4c142e !important; } .bg-pink-800 { background-color: #3a1023 !important; } a.bg-pink-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink-800:focus { background-color: #12050b !important; } a.bg-pink-800:hover { background-color: #12050b !important; } .btn-pink-800 { background-color: #3a1023 !important; } a.btn-pink-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink-800:focus { background-color: #12050b !important; } a.btn-pink-800:hover { background-color: #12050b !important; } .bg-pink-900 { background-color: #230915 !important; } a.bg-pink-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-pink-900:focus { background-color: black !important; } a.bg-pink-900:hover { background-color: black !important; } .btn-pink-900 { background-color: #230915 !important; } a.btn-pink-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-pink-900:focus { background-color: black !important; } a.btn-pink-900:hover { background-color: black !important; } .bg-red-100 { background-color: #fae6e6 !important; } a.bg-red-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red-100:focus { background-color: #f2bcbc !important; } a.bg-red-100:hover { background-color: #f2bcbc !important; } .btn-red-100 { background-color: #fae6e6 !important; } a.btn-red-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red-100:focus { background-color: #f2bcbc !important; } a.btn-red-100:hover { background-color: #f2bcbc !important; } .bg-red-200 { background-color: #f2bfbf !important; } a.bg-red-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red-200:focus { background-color: #e99595 !important; } a.bg-red-200:hover { background-color: #e99595 !important; } .btn-red-200 { background-color: #f2bfbf !important; } a.btn-red-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red-200:focus { background-color: #e99595 !important; } a.btn-red-200:hover { background-color: #e99595 !important; } .bg-red-300 { background-color: #e68080 !important; } a.bg-red-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red-300:focus { background-color: #de5555 !important; } a.bg-red-300:hover { background-color: #de5555 !important; } .btn-red-300 { background-color: #e68080 !important; } a.btn-red-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red-300:focus { background-color: #de5555 !important; } a.btn-red-300:hover { background-color: #de5555 !important; } .bg-red-400 { background-color: #d94040 !important; } a.bg-red-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red-400:focus { background-color: #c02626 !important; } a.bg-red-400:hover { background-color: #c02626 !important; } .btn-red-400 { background-color: #d94040 !important; } a.btn-red-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red-400:focus { background-color: #c02626 !important; } a.btn-red-400:hover { background-color: #c02626 !important; } .bg-red-500 { background-color: #cc0000 !important; } a.bg-red-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red-500:focus { background-color: #990000 !important; } a.bg-red-500:hover { background-color: #990000 !important; } .btn-red-500 { background-color: #cc0000 !important; } a.btn-red-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red-500:focus { background-color: #990000 !important; } a.btn-red-500:hover { background-color: #990000 !important; } .bg-red-600 { background-color: #990000 !important; } a.bg-red-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red-600:focus { background-color: #660000 !important; } a.bg-red-600:hover { background-color: #660000 !important; } .btn-red-600 { background-color: #990000 !important; } a.btn-red-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red-600:focus { background-color: #660000 !important; } a.btn-red-600:hover { background-color: #660000 !important; } .bg-red-700 { background-color: #660000 !important; } a.bg-red-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red-700:focus { background-color: #330000 !important; } a.bg-red-700:hover { background-color: #330000 !important; } .btn-red-700 { background-color: #660000 !important; } a.btn-red-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red-700:focus { background-color: #330000 !important; } a.btn-red-700:hover { background-color: #330000 !important; } .bg-red-800 { background-color: #330000 !important; } a.bg-red-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red-800:focus { background-color: black !important; } a.bg-red-800:hover { background-color: black !important; } .btn-red-800 { background-color: #330000 !important; } a.btn-red-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red-800:focus { background-color: black !important; } a.btn-red-800:hover { background-color: black !important; } .bg-red-900 { background-color: #1f0000 !important; } a.bg-red-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-red-900:focus { background-color: black !important; } a.bg-red-900:hover { background-color: black !important; } .btn-red-900 { background-color: #1f0000 !important; } a.btn-red-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-red-900:focus { background-color: black !important; } a.btn-red-900:hover { background-color: black !important; } .bg-orange-100 { background-color: #fff2e8 !important; } a.bg-orange-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange-100:focus { background-color: #ffd5b5 !important; } a.bg-orange-100:hover { background-color: #ffd5b5 !important; } .btn-orange-100 { background-color: #fff2e8 !important; } a.btn-orange-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange-100:focus { background-color: #ffd5b5 !important; } a.btn-orange-100:hover { background-color: #ffd5b5 !important; } .bg-orange-200 { background-color: #ffdfc4 !important; } a.bg-orange-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange-200:focus { background-color: #ffc391 !important; } a.bg-orange-200:hover { background-color: #ffc391 !important; } .btn-orange-200 { background-color: #ffdfc4 !important; } a.btn-orange-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange-200:focus { background-color: #ffc391 !important; } a.btn-orange-200:hover { background-color: #ffc391 !important; } .bg-orange-300 { background-color: #febf8a !important; } a.bg-orange-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange-300:focus { background-color: #fea357 !important; } a.bg-orange-300:hover { background-color: #fea357 !important; } .btn-orange-300 { background-color: #febf8a !important; } a.btn-orange-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange-300:focus { background-color: #fea357 !important; } a.btn-orange-300:hover { background-color: #fea357 !important; } .bg-orange-400 { background-color: #fe9e4f !important; } a.bg-orange-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange-400:focus { background-color: #fe821c !important; } a.bg-orange-400:hover { background-color: #fe821c !important; } .btn-orange-400 { background-color: #fe9e4f !important; } a.btn-orange-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange-400:focus { background-color: #fe821c !important; } a.btn-orange-400:hover { background-color: #fe821c !important; } .bg-orange-500 { background-color: #fd7e14 !important; } a.bg-orange-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange-500:focus { background-color: #dc6502 !important; } a.bg-orange-500:hover { background-color: #dc6502 !important; } .btn-orange-500 { background-color: #fd7e14 !important; } a.btn-orange-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange-500:focus { background-color: #dc6502 !important; } a.btn-orange-500:hover { background-color: #dc6502 !important; } .bg-orange-600 { background-color: #be5f0f !important; } a.bg-orange-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange-600:focus { background-color: #8f470b !important; } a.bg-orange-600:hover { background-color: #8f470b !important; } .btn-orange-600 { background-color: #be5f0f !important; } a.btn-orange-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange-600:focus { background-color: #8f470b !important; } a.btn-orange-600:hover { background-color: #8f470b !important; } .bg-orange-700 { background-color: #7f3f0a !important; } a.bg-orange-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange-700:focus { background-color: #502806 !important; } a.bg-orange-700:hover { background-color: #502806 !important; } .btn-orange-700 { background-color: #7f3f0a !important; } a.btn-orange-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange-700:focus { background-color: #502806 !important; } a.btn-orange-700:hover { background-color: #502806 !important; } .bg-orange-800 { background-color: #3f2005 !important; } a.bg-orange-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange-800:focus { background-color: #100801 !important; } a.bg-orange-800:hover { background-color: #100801 !important; } .btn-orange-800 { background-color: #3f2005 !important; } a.btn-orange-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange-800:focus { background-color: #100801 !important; } a.btn-orange-800:hover { background-color: #100801 !important; } .bg-orange-900 { background-color: #261303 !important; } a.bg-orange-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-orange-900:focus { background-color: black !important; } a.bg-orange-900:hover { background-color: black !important; } .btn-orange-900 { background-color: #261303 !important; } a.btn-orange-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-orange-900:focus { background-color: black !important; } a.btn-orange-900:hover { background-color: black !important; } .bg-yellow-100 { background-color: #fff3e6 !important; } a.bg-yellow-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow-100:focus { background-color: #ffdbb3 !important; } a.bg-yellow-100:hover { background-color: #ffdbb3 !important; } .btn-yellow-100 { background-color: #fff3e6 !important; } a.btn-yellow-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow-100:focus { background-color: #ffdbb3 !important; } a.btn-yellow-100:hover { background-color: #ffdbb3 !important; } .bg-yellow-200 { background-color: #ffe1bf !important; } a.bg-yellow-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow-200:focus { background-color: #ffc98c !important; } a.bg-yellow-200:hover { background-color: #ffc98c !important; } .btn-yellow-200 { background-color: #ffe1bf !important; } a.btn-yellow-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow-200:focus { background-color: #ffc98c !important; } a.btn-yellow-200:hover { background-color: #ffc98c !important; } .bg-yellow-300 { background-color: #ffc480 !important; } a.bg-yellow-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow-300:focus { background-color: #ffac4d !important; } a.bg-yellow-300:hover { background-color: #ffac4d !important; } .btn-yellow-300 { background-color: #ffc480 !important; } a.btn-yellow-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow-300:focus { background-color: #ffac4d !important; } a.btn-yellow-300:hover { background-color: #ffac4d !important; } .bg-yellow-400 { background-color: #ffa640 !important; } a.bg-yellow-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow-400:focus { background-color: #ff8e0d !important; } a.bg-yellow-400:hover { background-color: #ff8e0d !important; } .btn-yellow-400 { background-color: #ffa640 !important; } a.btn-yellow-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow-400:focus { background-color: #ff8e0d !important; } a.btn-yellow-400:hover { background-color: #ff8e0d !important; } .bg-yellow-500 { background-color: #ff8800 !important; } a.bg-yellow-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow-500:focus { background-color: #cc6d00 !important; } a.bg-yellow-500:hover { background-color: #cc6d00 !important; } .btn-yellow-500 { background-color: #ff8800 !important; } a.btn-yellow-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow-500:focus { background-color: #cc6d00 !important; } a.btn-yellow-500:hover { background-color: #cc6d00 !important; } .bg-yellow-600 { background-color: #bf6600 !important; } a.bg-yellow-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow-600:focus { background-color: #8c4b00 !important; } a.bg-yellow-600:hover { background-color: #8c4b00 !important; } .btn-yellow-600 { background-color: #bf6600 !important; } a.btn-yellow-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow-600:focus { background-color: #8c4b00 !important; } a.btn-yellow-600:hover { background-color: #8c4b00 !important; } .bg-yellow-700 { background-color: #804400 !important; } a.bg-yellow-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow-700:focus { background-color: #4d2900 !important; } a.bg-yellow-700:hover { background-color: #4d2900 !important; } .btn-yellow-700 { background-color: #804400 !important; } a.btn-yellow-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow-700:focus { background-color: #4d2900 !important; } a.btn-yellow-700:hover { background-color: #4d2900 !important; } .bg-yellow-800 { background-color: #402200 !important; } a.bg-yellow-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow-800:focus { background-color: #0d0700 !important; } a.bg-yellow-800:hover { background-color: #0d0700 !important; } .btn-yellow-800 { background-color: #402200 !important; } a.btn-yellow-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow-800:focus { background-color: #0d0700 !important; } a.btn-yellow-800:hover { background-color: #0d0700 !important; } .bg-yellow-900 { background-color: #261400 !important; } a.bg-yellow-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-yellow-900:focus { background-color: black !important; } a.bg-yellow-900:hover { background-color: black !important; } .btn-yellow-900 { background-color: #261400 !important; } a.btn-yellow-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-yellow-900:focus { background-color: black !important; } a.btn-yellow-900:hover { background-color: black !important; } .bg-green-100 { background-color: #f1f7e6 !important; } a.bg-green-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green-100:focus { background-color: #dbebbf !important; } a.bg-green-100:hover { background-color: #dbebbf !important; } .btn-green-100 { background-color: #f1f7e6 !important; } a.btn-green-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green-100:focus { background-color: #dbebbf !important; } a.btn-green-100:hover { background-color: #dbebbf !important; } .bg-green-200 { background-color: #ddecbf !important; } a.bg-green-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green-200:focus { background-color: #c8e098 !important; } a.bg-green-200:hover { background-color: #c8e098 !important; } .btn-green-200 { background-color: #ddecbf !important; } a.btn-green-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green-200:focus { background-color: #c8e098 !important; } a.btn-green-200:hover { background-color: #c8e098 !important; } .bg-green-300 { background-color: #bbd980 !important; } a.bg-green-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green-300:focus { background-color: #a6cd59 !important; } a.bg-green-300:hover { background-color: #a6cd59 !important; } .btn-green-300 { background-color: #bbd980 !important; } a.btn-green-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green-300:focus { background-color: #a6cd59 !important; } a.btn-green-300:hover { background-color: #a6cd59 !important; } .bg-green-400 { background-color: #99c640 !important; } a.bg-green-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green-400:focus { background-color: #7ca330 !important; } a.bg-green-400:hover { background-color: #7ca330 !important; } .btn-green-400 { background-color: #99c640 !important; } a.btn-green-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green-400:focus { background-color: #7ca330 !important; } a.btn-green-400:hover { background-color: #7ca330 !important; } .bg-green-500 { background-color: #77b300 !important; } a.bg-green-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green-500:focus { background-color: #558000 !important; } a.bg-green-500:hover { background-color: #558000 !important; } .btn-green-500 { background-color: #77b300 !important; } a.btn-green-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green-500:focus { background-color: #558000 !important; } a.btn-green-500:hover { background-color: #558000 !important; } .bg-green-600 { background-color: #598600 !important; } a.bg-green-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green-600:focus { background-color: #375300 !important; } a.bg-green-600:hover { background-color: #375300 !important; } .btn-green-600 { background-color: #598600 !important; } a.btn-green-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green-600:focus { background-color: #375300 !important; } a.btn-green-600:hover { background-color: #375300 !important; } .bg-green-700 { background-color: #3c5a00 !important; } a.bg-green-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green-700:focus { background-color: #1a2700 !important; } a.bg-green-700:hover { background-color: #1a2700 !important; } .btn-green-700 { background-color: #3c5a00 !important; } a.btn-green-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green-700:focus { background-color: #1a2700 !important; } a.btn-green-700:hover { background-color: #1a2700 !important; } .bg-green-800 { background-color: #1e2d00 !important; } a.bg-green-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green-800:focus { background-color: black !important; } a.bg-green-800:hover { background-color: black !important; } .btn-green-800 { background-color: #1e2d00 !important; } a.btn-green-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green-800:focus { background-color: black !important; } a.btn-green-800:hover { background-color: black !important; } .bg-green-900 { background-color: #121b00 !important; } a.bg-green-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-green-900:focus { background-color: black !important; } a.bg-green-900:hover { background-color: black !important; } .btn-green-900 { background-color: #121b00 !important; } a.btn-green-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-green-900:focus { background-color: black !important; } a.btn-green-900:hover { background-color: black !important; } .bg-teal-100 { background-color: #e9faf5 !important; } a.bg-teal-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal-100:focus { background-color: #bff1e2 !important; } a.bg-teal-100:hover { background-color: #bff1e2 !important; } .btn-teal-100 { background-color: #e9faf5 !important; } a.btn-teal-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal-100:focus { background-color: #bff1e2 !important; } a.btn-teal-100:hover { background-color: #bff1e2 !important; } .bg-teal-200 { background-color: #c7f2e5 !important; } a.bg-teal-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal-200:focus { background-color: #9ee8d2 !important; } a.bg-teal-200:hover { background-color: #9ee8d2 !important; } .btn-teal-200 { background-color: #c7f2e5 !important; } a.btn-teal-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal-200:focus { background-color: #9ee8d2 !important; } a.btn-teal-200:hover { background-color: #9ee8d2 !important; } .bg-teal-300 { background-color: #90e4cb !important; } a.bg-teal-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal-300:focus { background-color: #67dab8 !important; } a.bg-teal-300:hover { background-color: #67dab8 !important; } .btn-teal-300 { background-color: #90e4cb !important; } a.btn-teal-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal-300:focus { background-color: #67dab8 !important; } a.btn-teal-300:hover { background-color: #67dab8 !important; } .bg-teal-400 { background-color: #58d7b1 !important; } a.bg-teal-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal-400:focus { background-color: #31cb9d !important; } a.bg-teal-400:hover { background-color: #31cb9d !important; } .btn-teal-400 { background-color: #58d7b1 !important; } a.btn-teal-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal-400:focus { background-color: #31cb9d !important; } a.btn-teal-400:hover { background-color: #31cb9d !important; } .bg-teal-500 { background-color: #20c997 !important; } a.bg-teal-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal-500:focus { background-color: #199d76 !important; } a.bg-teal-500:hover { background-color: #199d76 !important; } .btn-teal-500 { background-color: #20c997 !important; } a.btn-teal-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal-500:focus { background-color: #199d76 !important; } a.btn-teal-500:hover { background-color: #199d76 !important; } .bg-teal-600 { background-color: #189771 !important; } a.bg-teal-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal-600:focus { background-color: #116b50 !important; } a.bg-teal-600:hover { background-color: #116b50 !important; } .btn-teal-600 { background-color: #189771 !important; } a.btn-teal-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal-600:focus { background-color: #116b50 !important; } a.btn-teal-600:hover { background-color: #116b50 !important; } .bg-teal-700 { background-color: #10654c !important; } a.bg-teal-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal-700:focus { background-color: #09392b !important; } a.bg-teal-700:hover { background-color: #09392b !important; } .btn-teal-700 { background-color: #10654c !important; } a.btn-teal-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal-700:focus { background-color: #09392b !important; } a.btn-teal-700:hover { background-color: #09392b !important; } .bg-teal-800 { background-color: #083226 !important; } a.bg-teal-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal-800:focus { background-color: #010605 !important; } a.bg-teal-800:hover { background-color: #010605 !important; } .btn-teal-800 { background-color: #083226 !important; } a.btn-teal-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal-800:focus { background-color: #010605 !important; } a.btn-teal-800:hover { background-color: #010605 !important; } .bg-teal-900 { background-color: #051e17 !important; } a.bg-teal-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-teal-900:focus { background-color: black !important; } a.bg-teal-900:hover { background-color: black !important; } .btn-teal-900 { background-color: #051e17 !important; } a.btn-teal-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-teal-900:focus { background-color: black !important; } a.btn-teal-900:hover { background-color: black !important; } .bg-cyan-100 { background-color: #f5ebfa !important; } a.bg-cyan-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan-100:focus { background-color: #e1c2f0 !important; } a.bg-cyan-100:hover { background-color: #e1c2f0 !important; } .btn-cyan-100 { background-color: #f5ebfa !important; } a.btn-cyan-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan-100:focus { background-color: #e1c2f0 !important; } a.btn-cyan-100:hover { background-color: #e1c2f0 !important; } .bg-cyan-200 { background-color: #e6ccf2 !important; } a.bg-cyan-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan-200:focus { background-color: #d2a3e8 !important; } a.bg-cyan-200:hover { background-color: #d2a3e8 !important; } .btn-cyan-200 { background-color: #e6ccf2 !important; } a.btn-cyan-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan-200:focus { background-color: #d2a3e8 !important; } a.btn-cyan-200:hover { background-color: #d2a3e8 !important; } .bg-cyan-300 { background-color: #cc99e6 !important; } a.bg-cyan-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan-300:focus { background-color: #b870dc !important; } a.bg-cyan-300:hover { background-color: #b870dc !important; } .btn-cyan-300 { background-color: #cc99e6 !important; } a.btn-cyan-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan-300:focus { background-color: #b870dc !important; } a.btn-cyan-300:hover { background-color: #b870dc !important; } .bg-cyan-400 { background-color: #b366d9 !important; } a.bg-cyan-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan-400:focus { background-color: #9f3dcf !important; } a.bg-cyan-400:hover { background-color: #9f3dcf !important; } .btn-cyan-400 { background-color: #b366d9 !important; } a.btn-cyan-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan-400:focus { background-color: #9f3dcf !important; } a.btn-cyan-400:hover { background-color: #9f3dcf !important; } .bg-cyan-500 { background-color: #9933cc !important; } a.bg-cyan-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan-500:focus { background-color: #7a29a3 !important; } a.bg-cyan-500:hover { background-color: #7a29a3 !important; } .btn-cyan-500 { background-color: #9933cc !important; } a.btn-cyan-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan-500:focus { background-color: #7a29a3 !important; } a.btn-cyan-500:hover { background-color: #7a29a3 !important; } .bg-cyan-600 { background-color: #732699 !important; } a.bg-cyan-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan-600:focus { background-color: #541c70 !important; } a.bg-cyan-600:hover { background-color: #541c70 !important; } .btn-cyan-600 { background-color: #732699 !important; } a.btn-cyan-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan-600:focus { background-color: #541c70 !important; } a.btn-cyan-600:hover { background-color: #541c70 !important; } .bg-cyan-700 { background-color: #4d1a66 !important; } a.bg-cyan-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan-700:focus { background-color: #2e103d !important; } a.bg-cyan-700:hover { background-color: #2e103d !important; } .btn-cyan-700 { background-color: #4d1a66 !important; } a.btn-cyan-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan-700:focus { background-color: #2e103d !important; } a.btn-cyan-700:hover { background-color: #2e103d !important; } .bg-cyan-800 { background-color: #260d33 !important; } a.bg-cyan-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan-800:focus { background-color: #08030a !important; } a.bg-cyan-800:hover { background-color: #08030a !important; } .btn-cyan-800 { background-color: #260d33 !important; } a.btn-cyan-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan-800:focus { background-color: #08030a !important; } a.btn-cyan-800:hover { background-color: #08030a !important; } .bg-cyan-900 { background-color: #17081f !important; } a.bg-cyan-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-cyan-900:focus { background-color: black !important; } a.bg-cyan-900:hover { background-color: black !important; } .btn-cyan-900 { background-color: #17081f !important; } a.btn-cyan-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-cyan-900:focus { background-color: black !important; } a.btn-cyan-900:hover { background-color: black !important; } .bg-slate-100 { background-color: #eff2f3 !important; } a.bg-slate-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate-100:focus { background-color: #d2dadd !important; } a.bg-slate-100:hover { background-color: #d2dadd !important; } .btn-slate-100 { background-color: #eff2f3 !important; } a.btn-slate-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate-100:focus { background-color: #d2dadd !important; } a.btn-slate-100:hover { background-color: #d2dadd !important; } .bg-slate-200 { background-color: #d7dfe2 !important; } a.bg-slate-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate-200:focus { background-color: #b9c7cd !important; } a.bg-slate-200:hover { background-color: #b9c7cd !important; } .btn-slate-200 { background-color: #d7dfe2 !important; } a.btn-slate-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate-200:focus { background-color: #b9c7cd !important; } a.btn-slate-200:hover { background-color: #b9c7cd !important; } .bg-slate-300 { background-color: #b0bec5 !important; } a.bg-slate-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate-300:focus { background-color: #93a6af !important; } a.bg-slate-300:hover { background-color: #93a6af !important; } .btn-slate-300 { background-color: #b0bec5 !important; } a.btn-slate-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate-300:focus { background-color: #93a6af !important; } a.btn-slate-300:hover { background-color: #93a6af !important; } .bg-slate-400 { background-color: #889ea8 !important; } a.bg-slate-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate-400:focus { background-color: #6b8692 !important; } a.bg-slate-400:hover { background-color: #6b8692 !important; } .btn-slate-400 { background-color: #889ea8 !important; } a.btn-slate-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate-400:focus { background-color: #6b8692 !important; } a.btn-slate-400:hover { background-color: #6b8692 !important; } .bg-slate-500 { background-color: #607d8b !important; } a.bg-slate-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate-500:focus { background-color: #4b626d !important; } a.bg-slate-500:hover { background-color: #4b626d !important; } .btn-slate-500 { background-color: #607d8b !important; } a.btn-slate-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate-500:focus { background-color: #4b626d !important; } a.btn-slate-500:hover { background-color: #4b626d !important; } .bg-slate-600 { background-color: #485e68 !important; } a.bg-slate-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate-600:focus { background-color: #33434a !important; } a.bg-slate-600:hover { background-color: #33434a !important; } .btn-slate-600 { background-color: #485e68 !important; } a.btn-slate-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate-600:focus { background-color: #33434a !important; } a.btn-slate-600:hover { background-color: #33434a !important; } .bg-slate-700 { background-color: #303f46 !important; } a.bg-slate-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate-700:focus { background-color: #1b2428 !important; } a.bg-slate-700:hover { background-color: #1b2428 !important; } .btn-slate-700 { background-color: #303f46 !important; } a.btn-slate-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate-700:focus { background-color: #1b2428 !important; } a.btn-slate-700:hover { background-color: #1b2428 !important; } .bg-slate-800 { background-color: #181f23 !important; } a.bg-slate-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate-800:focus { background-color: #030405 !important; } a.bg-slate-800:hover { background-color: #030405 !important; } .btn-slate-800 { background-color: #181f23 !important; } a.btn-slate-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate-800:focus { background-color: #030405 !important; } a.btn-slate-800:hover { background-color: #030405 !important; } .bg-slate-900 { background-color: #0e1315 !important; } a.bg-slate-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-slate-900:focus { background-color: black !important; } a.bg-slate-900:hover { background-color: black !important; } .btn-slate-900 { background-color: #0e1315 !important; } a.btn-slate-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-slate-900:focus { background-color: black !important; } a.btn-slate-900:hover { background-color: black !important; } .bg-white-100 { background-color: white !important; } a.bg-white-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white-100:focus { background-color: #e6e6e6 !important; } a.bg-white-100:hover { background-color: #e6e6e6 !important; } .btn-white-100 { background-color: white !important; } a.btn-white-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white-100:focus { background-color: #e6e6e6 !important; } a.btn-white-100:hover { background-color: #e6e6e6 !important; } .bg-white-200 { background-color: white !important; } a.bg-white-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white-200:focus { background-color: #e6e6e6 !important; } a.bg-white-200:hover { background-color: #e6e6e6 !important; } .btn-white-200 { background-color: white !important; } a.btn-white-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white-200:focus { background-color: #e6e6e6 !important; } a.btn-white-200:hover { background-color: #e6e6e6 !important; } .bg-white-300 { background-color: white !important; } a.bg-white-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white-300:focus { background-color: #e6e6e6 !important; } a.bg-white-300:hover { background-color: #e6e6e6 !important; } .btn-white-300 { background-color: white !important; } a.btn-white-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white-300:focus { background-color: #e6e6e6 !important; } a.btn-white-300:hover { background-color: #e6e6e6 !important; } .bg-white-400 { background-color: white !important; } a.bg-white-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white-400:focus { background-color: #e6e6e6 !important; } a.bg-white-400:hover { background-color: #e6e6e6 !important; } .btn-white-400 { background-color: white !important; } a.btn-white-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white-400:focus { background-color: #e6e6e6 !important; } a.btn-white-400:hover { background-color: #e6e6e6 !important; } .bg-white-500 { background-color: white !important; } a.bg-white-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white-500:focus { background-color: #e6e6e6 !important; } a.bg-white-500:hover { background-color: #e6e6e6 !important; } .btn-white-500 { background-color: white !important; } a.btn-white-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white-500:focus { background-color: #e6e6e6 !important; } a.btn-white-500:hover { background-color: #e6e6e6 !important; } .bg-white-600 { background-color: #bfbfbf !important; } a.bg-white-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white-600:focus { background-color: #a6a6a6 !important; } a.bg-white-600:hover { background-color: #a6a6a6 !important; } .btn-white-600 { background-color: #bfbfbf !important; } a.btn-white-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white-600:focus { background-color: #a6a6a6 !important; } a.btn-white-600:hover { background-color: #a6a6a6 !important; } .bg-white-700 { background-color: gray !important; } a.bg-white-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white-700:focus { background-color: #676767 !important; } a.bg-white-700:hover { background-color: #676767 !important; } .btn-white-700 { background-color: gray !important; } a.btn-white-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white-700:focus { background-color: #676767 !important; } a.btn-white-700:hover { background-color: #676767 !important; } .bg-white-800 { background-color: #404040 !important; } a.bg-white-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white-800:focus { background-color: #272727 !important; } a.bg-white-800:hover { background-color: #272727 !important; } .btn-white-800 { background-color: #404040 !important; } a.btn-white-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white-800:focus { background-color: #272727 !important; } a.btn-white-800:hover { background-color: #272727 !important; } .bg-white-900 { background-color: #262626 !important; } a.bg-white-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-white-900:focus { background-color: #0d0d0d !important; } a.bg-white-900:hover { background-color: #0d0d0d !important; } .btn-white-900 { background-color: #262626 !important; } a.btn-white-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-white-900:focus { background-color: #0d0d0d !important; } a.btn-white-900:hover { background-color: #0d0d0d !important; } .bg-gray-100 { background-color: #eeeeee !important; } a.bg-gray-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-100:focus { background-color: #d5d5d5 !important; } a.bg-gray-100:hover { background-color: #d5d5d5 !important; } .btn-gray-100 { background-color: #eeeeee !important; } a.btn-gray-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-100:focus { background-color: #d5d5d5 !important; } a.btn-gray-100:hover { background-color: #d5d5d5 !important; } .bg-gray-200 { background-color: #d5d5d5 !important; } a.bg-gray-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-200:focus { background-color: #bcbcbc !important; } a.bg-gray-200:hover { background-color: #bcbcbc !important; } .btn-gray-200 { background-color: #d5d5d5 !important; } a.btn-gray-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-200:focus { background-color: #bcbcbc !important; } a.btn-gray-200:hover { background-color: #bcbcbc !important; } .bg-gray-300 { background-color: #aaaaaa !important; } a.bg-gray-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-300:focus { background-color: #919191 !important; } a.bg-gray-300:hover { background-color: #919191 !important; } .btn-gray-300 { background-color: #aaaaaa !important; } a.btn-gray-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-300:focus { background-color: #919191 !important; } a.btn-gray-300:hover { background-color: #919191 !important; } .bg-gray-400 { background-color: gray !important; } a.bg-gray-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-400:focus { background-color: #676767 !important; } a.bg-gray-400:hover { background-color: #676767 !important; } .btn-gray-400 { background-color: gray !important; } a.btn-gray-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-400:focus { background-color: #676767 !important; } a.btn-gray-400:hover { background-color: #676767 !important; } .bg-gray-500 { background-color: #555555 !important; } a.bg-gray-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-500:focus { background-color: #3c3c3c !important; } a.bg-gray-500:hover { background-color: #3c3c3c !important; } .btn-gray-500 { background-color: #555555 !important; } a.btn-gray-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-500:focus { background-color: #3c3c3c !important; } a.btn-gray-500:hover { background-color: #3c3c3c !important; } .bg-gray-600 { background-color: #404040 !important; } a.bg-gray-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-600:focus { background-color: #272727 !important; } a.bg-gray-600:hover { background-color: #272727 !important; } .btn-gray-600 { background-color: #404040 !important; } a.btn-gray-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-600:focus { background-color: #272727 !important; } a.btn-gray-600:hover { background-color: #272727 !important; } .bg-gray-700 { background-color: #2b2b2b !important; } a.bg-gray-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-700:focus { background-color: #121212 !important; } a.bg-gray-700:hover { background-color: #121212 !important; } .btn-gray-700 { background-color: #2b2b2b !important; } a.btn-gray-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-700:focus { background-color: #121212 !important; } a.btn-gray-700:hover { background-color: #121212 !important; } .bg-gray-800 { background-color: #151515 !important; } a.bg-gray-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-800:focus { background-color: black !important; } a.bg-gray-800:hover { background-color: black !important; } .btn-gray-800 { background-color: #151515 !important; } a.btn-gray-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-800:focus { background-color: black !important; } a.btn-gray-800:hover { background-color: black !important; } .bg-gray-900 { background-color: #0d0d0d !important; } a.bg-gray-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-900:focus { background-color: black !important; } a.bg-gray-900:hover { background-color: black !important; } .btn-gray-900 { background-color: #0d0d0d !important; } a.btn-gray-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-900:focus { background-color: black !important; } a.btn-gray-900:hover { background-color: black !important; } .bg-gray-dark-100 { background-color: #e9e9e9 !important; } a.bg-gray-dark-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark-100:focus { background-color: #d0d0d0 !important; } a.bg-gray-dark-100:hover { background-color: #d0d0d0 !important; } .btn-gray-dark-100 { background-color: #e9e9e9 !important; } a.btn-gray-dark-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark-100:focus { background-color: #d0d0d0 !important; } a.btn-gray-dark-100:hover { background-color: #d0d0d0 !important; } .bg-gray-dark-200 { background-color: #c8c8c8 !important; } a.bg-gray-dark-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark-200:focus { background-color: #afafaf !important; } a.bg-gray-dark-200:hover { background-color: #afafaf !important; } .btn-gray-dark-200 { background-color: #c8c8c8 !important; } a.btn-gray-dark-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark-200:focus { background-color: #afafaf !important; } a.btn-gray-dark-200:hover { background-color: #afafaf !important; } .bg-gray-dark-300 { background-color: #919191 !important; } a.bg-gray-dark-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark-300:focus { background-color: #787878 !important; } a.bg-gray-dark-300:hover { background-color: #787878 !important; } .btn-gray-dark-300 { background-color: #919191 !important; } a.btn-gray-dark-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark-300:focus { background-color: #787878 !important; } a.btn-gray-dark-300:hover { background-color: #787878 !important; } .bg-gray-dark-400 { background-color: #595959 !important; } a.bg-gray-dark-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark-400:focus { background-color: #404040 !important; } a.bg-gray-dark-400:hover { background-color: #404040 !important; } .btn-gray-dark-400 { background-color: #595959 !important; } a.btn-gray-dark-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark-400:focus { background-color: #404040 !important; } a.btn-gray-dark-400:hover { background-color: #404040 !important; } .bg-gray-dark-500 { background-color: #222222 !important; } a.bg-gray-dark-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark-500:focus { background-color: #090909 !important; } a.bg-gray-dark-500:hover { background-color: #090909 !important; } .btn-gray-dark-500 { background-color: #222222 !important; } a.btn-gray-dark-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark-500:focus { background-color: #090909 !important; } a.btn-gray-dark-500:hover { background-color: #090909 !important; } .bg-gray-dark-600 { background-color: #1a1a1a !important; } a.bg-gray-dark-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark-600:focus { background-color: #010101 !important; } a.bg-gray-dark-600:hover { background-color: #010101 !important; } .btn-gray-dark-600 { background-color: #1a1a1a !important; } a.btn-gray-dark-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark-600:focus { background-color: #010101 !important; } a.btn-gray-dark-600:hover { background-color: #010101 !important; } .bg-gray-dark-700 { background-color: #111111 !important; } a.bg-gray-dark-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark-700:focus { background-color: black !important; } a.bg-gray-dark-700:hover { background-color: black !important; } .btn-gray-dark-700 { background-color: #111111 !important; } a.btn-gray-dark-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark-700:focus { background-color: black !important; } a.btn-gray-dark-700:hover { background-color: black !important; } .bg-gray-dark-800 { background-color: #090909 !important; } a.bg-gray-dark-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark-800:focus { background-color: black !important; } a.bg-gray-dark-800:hover { background-color: black !important; } .btn-gray-dark-800 { background-color: #090909 !important; } a.btn-gray-dark-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark-800:focus { background-color: black !important; } a.btn-gray-dark-800:hover { background-color: black !important; } .bg-gray-dark-900 { background-color: #050505 !important; } a.bg-gray-dark-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-gray-dark-900:focus { background-color: black !important; } a.bg-gray-dark-900:hover { background-color: black !important; } .btn-gray-dark-900 { background-color: #050505 !important; } a.btn-gray-dark-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-gray-dark-900:focus { background-color: black !important; } a.btn-gray-dark-900:hover { background-color: black !important; } .bg-primary-100 { background-color: #eaf5fb !important; } a.bg-primary-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary-100:focus { background-color: #bfe1f3 !important; } a.bg-primary-100:hover { background-color: #bfe1f3 !important; } .btn-primary-100 { background-color: #eaf5fb !important; } a.btn-primary-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary-100:focus { background-color: #bfe1f3 !important; } a.btn-primary-100:hover { background-color: #bfe1f3 !important; } .bg-primary-200 { background-color: #cae7f5 !important; } a.bg-primary-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary-200:focus { background-color: #9fd4ed !important; } a.bg-primary-200:hover { background-color: #9fd4ed !important; } .btn-primary-200 { background-color: #cae7f5 !important; } a.btn-primary-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary-200:focus { background-color: #9fd4ed !important; } a.btn-primary-200:hover { background-color: #9fd4ed !important; } .bg-primary-300 { background-color: #95cfeb !important; } a.bg-primary-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary-300:focus { background-color: #6abce3 !important; } a.bg-primary-300:hover { background-color: #6abce3 !important; } .btn-primary-300 { background-color: #95cfeb !important; } a.btn-primary-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary-300:focus { background-color: #6abce3 !important; } a.btn-primary-300:hover { background-color: #6abce3 !important; } .bg-primary-400 { background-color: #5fb7e0 !important; } a.bg-primary-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary-400:focus { background-color: #34a4d8 !important; } a.bg-primary-400:hover { background-color: #34a4d8 !important; } .btn-primary-400 { background-color: #5fb7e0 !important; } a.btn-primary-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary-400:focus { background-color: #34a4d8 !important; } a.btn-primary-400:hover { background-color: #34a4d8 !important; } .bg-primary-500 { background-color: #2a9fd6 !important; } a.bg-primary-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary-500:focus { background-color: #2180ac !important; } a.bg-primary-500:hover { background-color: #2180ac !important; } .btn-primary-500 { background-color: #2a9fd6 !important; } a.btn-primary-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary-500:focus { background-color: #2180ac !important; } a.btn-primary-500:hover { background-color: #2180ac !important; } .bg-primary-600, .select2-container--clean .select2-selection--multiple .select2-selection__choice, .select2-container--clean .select2-results__option[aria-selected="true"] { background-color: #2077a1 !important; } a.bg-primary-600, .select2-container--clean .select2-selection--multiple a.select2-selection__choice, .select2-container--clean a.select2-results__option[aria-selected="true"] { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary-600:focus, .select2-container--clean .select2-selection--multiple a.select2-selection__choice:focus, .select2-container--clean a.select2-results__option:focus[aria-selected="true"] { background-color: #185876 !important; } a.bg-primary-600:hover, .select2-container--clean .select2-selection--multiple a.select2-selection__choice:hover, .select2-container--clean a.select2-results__option:hover[aria-selected="true"] { background-color: #185876 !important; } .btn-primary-600 { background-color: #2077a1 !important; } a.btn-primary-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary-600:focus { background-color: #185876 !important; } a.btn-primary-600:hover { background-color: #185876 !important; } .bg-primary-700 { background-color: #15506b !important; } a.bg-primary-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary-700:focus { background-color: #0d3040 !important; } a.bg-primary-700:hover { background-color: #0d3040 !important; } .btn-primary-700 { background-color: #15506b !important; } a.btn-primary-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary-700:focus { background-color: #0d3040 !important; } a.btn-primary-700:hover { background-color: #0d3040 !important; } .bg-primary-800 { background-color: #0b2836 !important; } a.bg-primary-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary-800:focus { background-color: #02090c !important; } a.bg-primary-800:hover { background-color: #02090c !important; } .btn-primary-800 { background-color: #0b2836 !important; } a.btn-primary-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary-800:focus { background-color: #02090c !important; } a.btn-primary-800:hover { background-color: #02090c !important; } .bg-primary-900 { background-color: #061820 !important; } a.bg-primary-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-primary-900:focus { background-color: black !important; } a.bg-primary-900:hover { background-color: black !important; } .btn-primary-900 { background-color: #061820 !important; } a.btn-primary-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-primary-900:focus { background-color: black !important; } a.btn-primary-900:hover { background-color: black !important; } .bg-success-100 { background-color: #f1f7e6 !important; } a.bg-success-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success-100:focus { background-color: #dbebbf !important; } a.bg-success-100:hover { background-color: #dbebbf !important; } .btn-success-100 { background-color: #f1f7e6 !important; } a.btn-success-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success-100:focus { background-color: #dbebbf !important; } a.btn-success-100:hover { background-color: #dbebbf !important; } .bg-success-200 { background-color: #ddecbf !important; } a.bg-success-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success-200:focus { background-color: #c8e098 !important; } a.bg-success-200:hover { background-color: #c8e098 !important; } .btn-success-200 { background-color: #ddecbf !important; } a.btn-success-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success-200:focus { background-color: #c8e098 !important; } a.btn-success-200:hover { background-color: #c8e098 !important; } .bg-success-300 { background-color: #bbd980 !important; } a.bg-success-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success-300:focus { background-color: #a6cd59 !important; } a.bg-success-300:hover { background-color: #a6cd59 !important; } .btn-success-300 { background-color: #bbd980 !important; } a.btn-success-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success-300:focus { background-color: #a6cd59 !important; } a.btn-success-300:hover { background-color: #a6cd59 !important; } .bg-success-400 { background-color: #99c640 !important; } a.bg-success-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success-400:focus { background-color: #7ca330 !important; } a.bg-success-400:hover { background-color: #7ca330 !important; } .btn-success-400 { background-color: #99c640 !important; } a.btn-success-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success-400:focus { background-color: #7ca330 !important; } a.btn-success-400:hover { background-color: #7ca330 !important; } .bg-success-500 { background-color: #77b300 !important; } a.bg-success-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success-500:focus { background-color: #558000 !important; } a.bg-success-500:hover { background-color: #558000 !important; } .btn-success-500 { background-color: #77b300 !important; } a.btn-success-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success-500:focus { background-color: #558000 !important; } a.btn-success-500:hover { background-color: #558000 !important; } .bg-success-600 { background-color: #598600 !important; } a.bg-success-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success-600:focus { background-color: #375300 !important; } a.bg-success-600:hover { background-color: #375300 !important; } .btn-success-600 { background-color: #598600 !important; } a.btn-success-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success-600:focus { background-color: #375300 !important; } a.btn-success-600:hover { background-color: #375300 !important; } .bg-success-700 { background-color: #3c5a00 !important; } a.bg-success-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success-700:focus { background-color: #1a2700 !important; } a.bg-success-700:hover { background-color: #1a2700 !important; } .btn-success-700 { background-color: #3c5a00 !important; } a.btn-success-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success-700:focus { background-color: #1a2700 !important; } a.btn-success-700:hover { background-color: #1a2700 !important; } .bg-success-800 { background-color: #1e2d00 !important; } a.bg-success-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success-800:focus { background-color: black !important; } a.bg-success-800:hover { background-color: black !important; } .btn-success-800 { background-color: #1e2d00 !important; } a.btn-success-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success-800:focus { background-color: black !important; } a.btn-success-800:hover { background-color: black !important; } .bg-success-900 { background-color: #121b00 !important; } a.bg-success-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-success-900:focus { background-color: black !important; } a.bg-success-900:hover { background-color: black !important; } .btn-success-900 { background-color: #121b00 !important; } a.btn-success-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-success-900:focus { background-color: black !important; } a.btn-success-900:hover { background-color: black !important; } .bg-info-100 { background-color: #f5ebfa !important; } a.bg-info-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info-100:focus { background-color: #e1c2f0 !important; } a.bg-info-100:hover { background-color: #e1c2f0 !important; } .btn-info-100 { background-color: #f5ebfa !important; } a.btn-info-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info-100:focus { background-color: #e1c2f0 !important; } a.btn-info-100:hover { background-color: #e1c2f0 !important; } .bg-info-200 { background-color: #e6ccf2 !important; } a.bg-info-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info-200:focus { background-color: #d2a3e8 !important; } a.bg-info-200:hover { background-color: #d2a3e8 !important; } .btn-info-200 { background-color: #e6ccf2 !important; } a.btn-info-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info-200:focus { background-color: #d2a3e8 !important; } a.btn-info-200:hover { background-color: #d2a3e8 !important; } .bg-info-300 { background-color: #cc99e6 !important; } a.bg-info-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info-300:focus { background-color: #b870dc !important; } a.bg-info-300:hover { background-color: #b870dc !important; } .btn-info-300 { background-color: #cc99e6 !important; } a.btn-info-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info-300:focus { background-color: #b870dc !important; } a.btn-info-300:hover { background-color: #b870dc !important; } .bg-info-400 { background-color: #b366d9 !important; } a.bg-info-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info-400:focus { background-color: #9f3dcf !important; } a.bg-info-400:hover { background-color: #9f3dcf !important; } .btn-info-400 { background-color: #b366d9 !important; } a.btn-info-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info-400:focus { background-color: #9f3dcf !important; } a.btn-info-400:hover { background-color: #9f3dcf !important; } .bg-info-500 { background-color: #9933cc !important; } a.bg-info-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info-500:focus { background-color: #7a29a3 !important; } a.bg-info-500:hover { background-color: #7a29a3 !important; } .btn-info-500 { background-color: #9933cc !important; } a.btn-info-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info-500:focus { background-color: #7a29a3 !important; } a.btn-info-500:hover { background-color: #7a29a3 !important; } .bg-info-600 { background-color: #732699 !important; } a.bg-info-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info-600:focus { background-color: #541c70 !important; } a.bg-info-600:hover { background-color: #541c70 !important; } .btn-info-600 { background-color: #732699 !important; } a.btn-info-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info-600:focus { background-color: #541c70 !important; } a.btn-info-600:hover { background-color: #541c70 !important; } .bg-info-700 { background-color: #4d1a66 !important; } a.bg-info-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info-700:focus { background-color: #2e103d !important; } a.bg-info-700:hover { background-color: #2e103d !important; } .btn-info-700 { background-color: #4d1a66 !important; } a.btn-info-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info-700:focus { background-color: #2e103d !important; } a.btn-info-700:hover { background-color: #2e103d !important; } .bg-info-800 { background-color: #260d33 !important; } a.bg-info-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info-800:focus { background-color: #08030a !important; } a.bg-info-800:hover { background-color: #08030a !important; } .btn-info-800 { background-color: #260d33 !important; } a.btn-info-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info-800:focus { background-color: #08030a !important; } a.btn-info-800:hover { background-color: #08030a !important; } .bg-info-900 { background-color: #17081f !important; } a.bg-info-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-info-900:focus { background-color: black !important; } a.bg-info-900:hover { background-color: black !important; } .btn-info-900 { background-color: #17081f !important; } a.btn-info-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-info-900:focus { background-color: black !important; } a.btn-info-900:hover { background-color: black !important; } .bg-warning-100 { background-color: #fff3e6 !important; } a.bg-warning-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning-100:focus { background-color: #ffdbb3 !important; } a.bg-warning-100:hover { background-color: #ffdbb3 !important; } .btn-warning-100 { background-color: #fff3e6 !important; } a.btn-warning-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning-100:focus { background-color: #ffdbb3 !important; } a.btn-warning-100:hover { background-color: #ffdbb3 !important; } .bg-warning-200 { background-color: #ffe1bf !important; } a.bg-warning-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning-200:focus { background-color: #ffc98c !important; } a.bg-warning-200:hover { background-color: #ffc98c !important; } .btn-warning-200 { background-color: #ffe1bf !important; } a.btn-warning-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning-200:focus { background-color: #ffc98c !important; } a.btn-warning-200:hover { background-color: #ffc98c !important; } .bg-warning-300 { background-color: #ffc480 !important; } a.bg-warning-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning-300:focus { background-color: #ffac4d !important; } a.bg-warning-300:hover { background-color: #ffac4d !important; } .btn-warning-300 { background-color: #ffc480 !important; } a.btn-warning-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning-300:focus { background-color: #ffac4d !important; } a.btn-warning-300:hover { background-color: #ffac4d !important; } .bg-warning-400 { background-color: #ffa640 !important; } a.bg-warning-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning-400:focus { background-color: #ff8e0d !important; } a.bg-warning-400:hover { background-color: #ff8e0d !important; } .btn-warning-400 { background-color: #ffa640 !important; } a.btn-warning-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning-400:focus { background-color: #ff8e0d !important; } a.btn-warning-400:hover { background-color: #ff8e0d !important; } .bg-warning-500 { background-color: #ff8800 !important; } a.bg-warning-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning-500:focus { background-color: #cc6d00 !important; } a.bg-warning-500:hover { background-color: #cc6d00 !important; } .btn-warning-500 { background-color: #ff8800 !important; } a.btn-warning-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning-500:focus { background-color: #cc6d00 !important; } a.btn-warning-500:hover { background-color: #cc6d00 !important; } .bg-warning-600 { background-color: #bf6600 !important; } a.bg-warning-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning-600:focus { background-color: #8c4b00 !important; } a.bg-warning-600:hover { background-color: #8c4b00 !important; } .btn-warning-600 { background-color: #bf6600 !important; } a.btn-warning-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning-600:focus { background-color: #8c4b00 !important; } a.btn-warning-600:hover { background-color: #8c4b00 !important; } .bg-warning-700 { background-color: #804400 !important; } a.bg-warning-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning-700:focus { background-color: #4d2900 !important; } a.bg-warning-700:hover { background-color: #4d2900 !important; } .btn-warning-700 { background-color: #804400 !important; } a.btn-warning-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning-700:focus { background-color: #4d2900 !important; } a.btn-warning-700:hover { background-color: #4d2900 !important; } .bg-warning-800 { background-color: #402200 !important; } a.bg-warning-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning-800:focus { background-color: #0d0700 !important; } a.bg-warning-800:hover { background-color: #0d0700 !important; } .btn-warning-800 { background-color: #402200 !important; } a.btn-warning-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning-800:focus { background-color: #0d0700 !important; } a.btn-warning-800:hover { background-color: #0d0700 !important; } .bg-warning-900 { background-color: #261400 !important; } a.bg-warning-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-warning-900:focus { background-color: black !important; } a.bg-warning-900:hover { background-color: black !important; } .btn-warning-900 { background-color: #261400 !important; } a.btn-warning-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-warning-900:focus { background-color: black !important; } a.btn-warning-900:hover { background-color: black !important; } .bg-danger-100 { background-color: #fae6e6 !important; } a.bg-danger-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger-100:focus { background-color: #f2bcbc !important; } a.bg-danger-100:hover { background-color: #f2bcbc !important; } .btn-danger-100 { background-color: #fae6e6 !important; } a.btn-danger-100 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger-100:focus { background-color: #f2bcbc !important; } a.btn-danger-100:hover { background-color: #f2bcbc !important; } .bg-danger-200 { background-color: #f2bfbf !important; } a.bg-danger-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger-200:focus { background-color: #e99595 !important; } a.bg-danger-200:hover { background-color: #e99595 !important; } .btn-danger-200 { background-color: #f2bfbf !important; } a.btn-danger-200 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger-200:focus { background-color: #e99595 !important; } a.btn-danger-200:hover { background-color: #e99595 !important; } .bg-danger-300 { background-color: #e68080 !important; } a.bg-danger-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger-300:focus { background-color: #de5555 !important; } a.bg-danger-300:hover { background-color: #de5555 !important; } .btn-danger-300 { background-color: #e68080 !important; } a.btn-danger-300 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger-300:focus { background-color: #de5555 !important; } a.btn-danger-300:hover { background-color: #de5555 !important; } .bg-danger-400 { background-color: #d94040 !important; } a.bg-danger-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger-400:focus { background-color: #c02626 !important; } a.bg-danger-400:hover { background-color: #c02626 !important; } .btn-danger-400 { background-color: #d94040 !important; } a.btn-danger-400 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger-400:focus { background-color: #c02626 !important; } a.btn-danger-400:hover { background-color: #c02626 !important; } .bg-danger-500 { background-color: #cc0000 !important; } a.bg-danger-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger-500:focus { background-color: #990000 !important; } a.bg-danger-500:hover { background-color: #990000 !important; } .btn-danger-500 { background-color: #cc0000 !important; } a.btn-danger-500 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger-500:focus { background-color: #990000 !important; } a.btn-danger-500:hover { background-color: #990000 !important; } .bg-danger-600 { background-color: #990000 !important; } a.bg-danger-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger-600:focus { background-color: #660000 !important; } a.bg-danger-600:hover { background-color: #660000 !important; } .btn-danger-600 { background-color: #990000 !important; } a.btn-danger-600 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger-600:focus { background-color: #660000 !important; } a.btn-danger-600:hover { background-color: #660000 !important; } .bg-danger-700 { background-color: #660000 !important; } a.bg-danger-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger-700:focus { background-color: #330000 !important; } a.bg-danger-700:hover { background-color: #330000 !important; } .btn-danger-700 { background-color: #660000 !important; } a.btn-danger-700 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger-700:focus { background-color: #330000 !important; } a.btn-danger-700:hover { background-color: #330000 !important; } .bg-danger-800 { background-color: #330000 !important; } a.bg-danger-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger-800:focus { background-color: black !important; } a.bg-danger-800:hover { background-color: black !important; } .btn-danger-800 { background-color: #330000 !important; } a.btn-danger-800 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger-800:focus { background-color: black !important; } a.btn-danger-800:hover { background-color: black !important; } .bg-danger-900 { background-color: #1f0000 !important; } a.bg-danger-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.bg-danger-900:focus { background-color: black !important; } a.bg-danger-900:hover { background-color: black !important; } .btn-danger-900 { background-color: #1f0000 !important; } a.btn-danger-900 { /* TODO: re-enable along with mq4-hover-shim*/ /* @if $enable-hover-media-query {*/ /* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/ /* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/ /* @media (hover: hover) {*/ /* &:hover { @content }*/ /* }*/ /* }*/ /* @else {*/ /* }*/ } a.btn-danger-900:focus { background-color: black !important; } a.btn-danger-900:hover { background-color: black !important; } /* background text contrast */ .bg-blue { color: #fff; } .bg-indigo { color: #fff; } .bg-purple { color: #fff; } .bg-pink { color: #fff; } .bg-red { color: #fff; } .bg-orange { color: #111; } .bg-yellow { color: #111; } .bg-green { color: #fff; } .bg-teal { color: #fff; } .bg-cyan { color: #fff; } .bg-slate { color: #fff; } .bg-white { color: #111; } .bg-gray { color: #fff; } .bg-gray-dark { color: #fff; } .bg-primary { color: #fff; } .bg-success { color: #fff; } .bg-info { color: #fff; } .bg-warning { color: #111; } .bg-danger { color: #fff; } .bg-blue-100 { color: #111; } .bg-blue-200 { color: #111; } .bg-blue-300 { color: #111; } .bg-blue-400 { color: #111; } .bg-blue-500 { color: #fff; } .bg-blue-600 { color: #fff; } .bg-blue-700 { color: #fff; } .bg-blue-800 { color: #fff; } .bg-blue-900 { color: #fff; } .bg-indigo-100 { color: #111; } .bg-indigo-200 { color: #111; } .bg-indigo-300 { color: #111; } .bg-indigo-400 { color: #fff; } .bg-indigo-500 { color: #fff; } .bg-indigo-600 { color: #fff; } .bg-indigo-700 { color: #fff; } .bg-indigo-800 { color: #fff; } .bg-indigo-900 { color: #fff; } .bg-purple-100 { color: #111; } .bg-purple-200 { color: #111; } .bg-purple-300 { color: #111; } .bg-purple-400 { color: #fff; } .bg-purple-500 { color: #fff; } .bg-purple-600 { color: #fff; } .bg-purple-700 { color: #fff; } .bg-purple-800 { color: #fff; } .bg-purple-900 { color: #fff; } .bg-pink-100 { color: #111; } .bg-pink-200 { color: #111; } .bg-pink-300 { color: #111; } .bg-pink-400 { color: #111; } .bg-pink-500 { color: #fff; } .bg-pink-600 { color: #fff; } .bg-pink-700 { color: #fff; } .bg-pink-800 { color: #fff; } .bg-pink-900 { color: #fff; } .bg-red-100 { color: #111; } .bg-red-200 { color: #111; } .bg-red-300 { color: #111; } .bg-red-400 { color: #fff; } .bg-red-500 { color: #fff; } .bg-red-600 { color: #fff; } .bg-red-700 { color: #fff; } .bg-red-800 { color: #fff; } .bg-red-900 { color: #fff; } .bg-orange-100 { color: #111; } .bg-orange-200 { color: #111; } .bg-orange-300 { color: #111; } .bg-orange-400 { color: #111; } .bg-orange-500 { color: #111; } .bg-orange-600 { color: #fff; } .bg-orange-700 { color: #fff; } .bg-orange-800 { color: #fff; } .bg-orange-900 { color: #fff; } .bg-yellow-100 { color: #111; } .bg-yellow-200 { color: #111; } .bg-yellow-300 { color: #111; } .bg-yellow-400 { color: #111; } .bg-yellow-500 { color: #111; } .bg-yellow-600 { color: #fff; } .bg-yellow-700 { color: #fff; } .bg-yellow-800 { color: #fff; } .bg-yellow-900 { color: #fff; } .bg-green-100 { color: #111; } .bg-green-200 { color: #111; } .bg-green-300 { color: #111; } .bg-green-400 { color: #111; } .bg-green-500 { color: #fff; } .bg-green-600 { color: #fff; } .bg-green-700 { color: #fff; } .bg-green-800 { color: #fff; } .bg-green-900 { color: #fff; } .bg-teal-100 { color: #111; } .bg-teal-200 { color: #111; } .bg-teal-300 { color: #111; } .bg-teal-400 { color: #111; } .bg-teal-500 { color: #fff; } .bg-teal-600 { color: #fff; } .bg-teal-700 { color: #fff; } .bg-teal-800 { color: #fff; } .bg-teal-900 { color: #fff; } .bg-cyan-100 { color: #111; } .bg-cyan-200 { color: #111; } .bg-cyan-300 { color: #111; } .bg-cyan-400 { color: #fff; } .bg-cyan-500 { color: #fff; } .bg-cyan-600 { color: #fff; } .bg-cyan-700 { color: #fff; } .bg-cyan-800 { color: #fff; } .bg-cyan-900 { color: #fff; } .bg-slate-100 { color: #111; } .bg-slate-200 { color: #111; } .bg-slate-300 { color: #111; } .bg-slate-400 { color: #111; } .bg-slate-500 { color: #fff; } .bg-slate-600 { color: #fff; } .bg-slate-700 { color: #fff; } .bg-slate-800 { color: #fff; } .bg-slate-900 { color: #fff; } .bg-white-100 { color: #111; } .bg-white-200 { color: #111; } .bg-white-300 { color: #111; } .bg-white-400 { color: #111; } .bg-white-500 { color: #111; } .bg-white-600 { color: #111; } .bg-white-700 { color: #fff; } .bg-white-800 { color: #fff; } .bg-white-900 { color: #fff; } .bg-gray-100 { color: #111; } .bg-gray-200 { color: #111; } .bg-gray-300 { color: #111; } .bg-gray-400 { color: #fff; } .bg-gray-500 { color: #fff; } .bg-gray-600 { color: #fff; } .bg-gray-700 { color: #fff; } .bg-gray-800 { color: #fff; } .bg-gray-900 { color: #fff; } .bg-gray-dark-100 { color: #111; } .bg-gray-dark-200 { color: #111; } .bg-gray-dark-300 { color: #fff; } .bg-gray-dark-400 { color: #fff; } .bg-gray-dark-500 { color: #fff; } .bg-gray-dark-600 { color: #fff; } .bg-gray-dark-700 { color: #fff; } .bg-gray-dark-800 { color: #fff; } .bg-gray-dark-900 { color: #fff; } .bg-primary-100 { color: #111; } .bg-primary-200 { color: #111; } .bg-primary-300 { color: #111; } .bg-primary-400 { color: #111; } .bg-primary-500 { color: #fff; } .bg-primary-600, .select2-container--clean .select2-selection--multiple .select2-selection__choice, .select2-container--clean .select2-results__option[aria-selected="true"] { color: #fff; } .bg-primary-700 { color: #fff; } .bg-primary-800 { color: #fff; } .bg-primary-900 { color: #fff; } .bg-success-100 { color: #111; } .bg-success-200 { color: #111; } .bg-success-300 { color: #111; } .bg-success-400 { color: #111; } .bg-success-500 { color: #fff; } .bg-success-600 { color: #fff; } .bg-success-700 { color: #fff; } .bg-success-800 { color: #fff; } .bg-success-900 { color: #fff; } .bg-info-100 { color: #111; } .bg-info-200 { color: #111; } .bg-info-300 { color: #111; } .bg-info-400 { color: #fff; } .bg-info-500 { color: #fff; } .bg-info-600 { color: #fff; } .bg-info-700 { color: #fff; } .bg-info-800 { color: #fff; } .bg-info-900 { color: #fff; } .bg-warning-100 { color: #111; } .bg-warning-200 { color: #111; } .bg-warning-300 { color: #111; } .bg-warning-400 { color: #111; } .bg-warning-500 { color: #111; } .bg-warning-600 { color: #fff; } .bg-warning-700 { color: #fff; } .bg-warning-800 { color: #fff; } .bg-warning-900 { color: #fff; } .bg-danger-100 { color: #111; } .bg-danger-200 { color: #111; } .bg-danger-300 { color: #111; } .bg-danger-400 { color: #fff; } .bg-danger-500 { color: #fff; } .bg-danger-600 { color: #fff; } .bg-danger-700 { color: #fff; } .bg-danger-800 { color: #fff; } .bg-danger-900 { color: #fff; } /* border colors */ .border-blue { border-color: #2A9FD6 !important; } .border-indigo { border-color: #6610f2 !important; } .border-purple { border-color: #6f42c1 !important; } .border-pink { border-color: #e83e8c !important; } .border-red { border-color: #CC0000 !important; } .border-orange { border-color: #fd7e14 !important; } .border-yellow { border-color: #FF8800 !important; } .border-green { border-color: #77B300 !important; } .border-teal { border-color: #20c997 !important; } .border-cyan { border-color: #9933CC !important; } .border-slate { border-color: #607d8b !important; } .border-white { border-color: #fff !important; } .border-gray { border-color: #555 !important; } .border-gray-dark { border-color: #222 !important; } .border-primary { border-color: #2A9FD6 !important; } .border-success { border-color: #77B300 !important; } .border-info { border-color: #9933CC !important; } .border-warning { border-color: #FF8800 !important; } .border-danger { border-color: #CC0000 !important; } .border-blue-100 { border-color: #eaf5fb !important; } .border-blue-200 { border-color: #cae7f5 !important; } .border-blue-300 { border-color: #95cfeb !important; } .border-blue-400 { border-color: #5fb7e0 !important; } .border-blue-500 { border-color: #2a9fd6 !important; } .border-blue-600 { border-color: #2077a1 !important; } .border-blue-700 { border-color: #15506b !important; } .border-blue-800 { border-color: #0b2836 !important; } .border-blue-900 { border-color: #061820 !important; } .border-indigo-100 { border-color: #f0e7fe !important; } .border-indigo-200 { border-color: #d9c3fc !important; } .border-indigo-300 { border-color: #b388f9 !important; } .border-indigo-400 { border-color: #8c4cf5 !important; } .border-indigo-500 { border-color: #6610f2 !important; } .border-indigo-600 { border-color: #4d0cb6 !important; } .border-indigo-700 { border-color: #330879 !important; } .border-indigo-800 { border-color: #1a043d !important; } .border-indigo-900 { border-color: #0f0224 !important; } .border-purple-100 { border-color: #f1ecf9 !important; } .border-purple-200 { border-color: #dbd0f0 !important; } .border-purple-300 { border-color: #b7a1e0 !important; } .border-purple-400 { border-color: #9371d1 !important; } .border-purple-500 { border-color: #6f42c1 !important; } .border-purple-600 { border-color: #533291 !important; } .border-purple-700 { border-color: #382161 !important; } .border-purple-800 { border-color: #1c1130 !important; } .border-purple-900 { border-color: #110a1d !important; } .border-pink-100 { border-color: #fdecf4 !important; } .border-pink-200 { border-color: #f9cfe2 !important; } .border-pink-300 { border-color: #f49fc6 !important; } .border-pink-400 { border-color: #ee6ea9 !important; } .border-pink-500 { border-color: #e83e8c !important; } .border-pink-600 { border-color: #ae2f69 !important; } .border-pink-700 { border-color: #741f46 !important; } .border-pink-800 { border-color: #3a1023 !important; } .border-pink-900 { border-color: #230915 !important; } .border-red-100 { border-color: #fae6e6 !important; } .border-red-200 { border-color: #f2bfbf !important; } .border-red-300 { border-color: #e68080 !important; } .border-red-400 { border-color: #d94040 !important; } .border-red-500 { border-color: #cc0000 !important; } .border-red-600 { border-color: #990000 !important; } .border-red-700 { border-color: #660000 !important; } .border-red-800 { border-color: #330000 !important; } .border-red-900 { border-color: #1f0000 !important; } .border-orange-100 { border-color: #fff2e8 !important; } .border-orange-200 { border-color: #ffdfc4 !important; } .border-orange-300 { border-color: #febf8a !important; } .border-orange-400 { border-color: #fe9e4f !important; } .border-orange-500 { border-color: #fd7e14 !important; } .border-orange-600 { border-color: #be5f0f !important; } .border-orange-700 { border-color: #7f3f0a !important; } .border-orange-800 { border-color: #3f2005 !important; } .border-orange-900 { border-color: #261303 !important; } .border-yellow-100 { border-color: #fff3e6 !important; } .border-yellow-200 { border-color: #ffe1bf !important; } .border-yellow-300 { border-color: #ffc480 !important; } .border-yellow-400 { border-color: #ffa640 !important; } .border-yellow-500 { border-color: #ff8800 !important; } .border-yellow-600 { border-color: #bf6600 !important; } .border-yellow-700 { border-color: #804400 !important; } .border-yellow-800 { border-color: #402200 !important; } .border-yellow-900 { border-color: #261400 !important; } .border-green-100 { border-color: #f1f7e6 !important; } .border-green-200 { border-color: #ddecbf !important; } .border-green-300 { border-color: #bbd980 !important; } .border-green-400 { border-color: #99c640 !important; } .border-green-500 { border-color: #77b300 !important; } .border-green-600 { border-color: #598600 !important; } .border-green-700 { border-color: #3c5a00 !important; } .border-green-800 { border-color: #1e2d00 !important; } .border-green-900 { border-color: #121b00 !important; } .border-teal-100 { border-color: #e9faf5 !important; } .border-teal-200 { border-color: #c7f2e5 !important; } .border-teal-300 { border-color: #90e4cb !important; } .border-teal-400 { border-color: #58d7b1 !important; } .border-teal-500 { border-color: #20c997 !important; } .border-teal-600 { border-color: #189771 !important; } .border-teal-700 { border-color: #10654c !important; } .border-teal-800 { border-color: #083226 !important; } .border-teal-900 { border-color: #051e17 !important; } .border-cyan-100 { border-color: #f5ebfa !important; } .border-cyan-200 { border-color: #e6ccf2 !important; } .border-cyan-300 { border-color: #cc99e6 !important; } .border-cyan-400 { border-color: #b366d9 !important; } .border-cyan-500 { border-color: #9933cc !important; } .border-cyan-600 { border-color: #732699 !important; } .border-cyan-700 { border-color: #4d1a66 !important; } .border-cyan-800 { border-color: #260d33 !important; } .border-cyan-900 { border-color: #17081f !important; } .border-slate-100 { border-color: #eff2f3 !important; } .border-slate-200 { border-color: #d7dfe2 !important; } .border-slate-300 { border-color: #b0bec5 !important; } .border-slate-400 { border-color: #889ea8 !important; } .border-slate-500 { border-color: #607d8b !important; } .border-slate-600 { border-color: #485e68 !important; } .border-slate-700 { border-color: #303f46 !important; } .border-slate-800 { border-color: #181f23 !important; } .border-slate-900 { border-color: #0e1315 !important; } .border-white-100 { border-color: white !important; } .border-white-200 { border-color: white !important; } .border-white-300 { border-color: white !important; } .border-white-400 { border-color: white !important; } .border-white-500 { border-color: white !important; } .border-white-600 { border-color: #bfbfbf !important; } .border-white-700 { border-color: gray !important; } .border-white-800 { border-color: #404040 !important; } .border-white-900 { border-color: #262626 !important; } .border-gray-100 { border-color: #eeeeee !important; } .border-gray-200 { border-color: #d5d5d5 !important; } .border-gray-300 { border-color: #aaaaaa !important; } .border-gray-400 { border-color: gray !important; } .border-gray-500 { border-color: #555555 !important; } .border-gray-600 { border-color: #404040 !important; } .border-gray-700 { border-color: #2b2b2b !important; } .border-gray-800 { border-color: #151515 !important; } .border-gray-900 { border-color: #0d0d0d !important; } .border-gray-dark-100 { border-color: #e9e9e9 !important; } .border-gray-dark-200 { border-color: #c8c8c8 !important; } .border-gray-dark-300 { border-color: #919191 !important; } .border-gray-dark-400 { border-color: #595959 !important; } .border-gray-dark-500 { border-color: #222222 !important; } .border-gray-dark-600 { border-color: #1a1a1a !important; } .border-gray-dark-700 { border-color: #111111 !important; } .border-gray-dark-800 { border-color: #090909 !important; } .border-gray-dark-900 { border-color: #050505 !important; } .border-primary-100 { border-color: #eaf5fb !important; } .border-primary-200 { border-color: #cae7f5 !important; } .border-primary-300 { border-color: #95cfeb !important; } .border-primary-400 { border-color: #5fb7e0 !important; } .border-primary-500 { border-color: #2a9fd6 !important; } .border-primary-600, .select2-container--clean .select2-selection--multiple .select2-selection__choice { border-color: #2077a1 !important; } .border-primary-700 { border-color: #15506b !important; } .border-primary-800 { border-color: #0b2836 !important; } .border-primary-900 { border-color: #061820 !important; } .border-success-100 { border-color: #f1f7e6 !important; } .border-success-200 { border-color: #ddecbf !important; } .border-success-300 { border-color: #bbd980 !important; } .border-success-400 { border-color: #99c640 !important; } .border-success-500 { border-color: #77b300 !important; } .border-success-600 { border-color: #598600 !important; } .border-success-700 { border-color: #3c5a00 !important; } .border-success-800 { border-color: #1e2d00 !important; } .border-success-900 { border-color: #121b00 !important; } .border-info-100 { border-color: #f5ebfa !important; } .border-info-200 { border-color: #e6ccf2 !important; } .border-info-300 { border-color: #cc99e6 !important; } .border-info-400 { border-color: #b366d9 !important; } .border-info-500 { border-color: #9933cc !important; } .border-info-600 { border-color: #732699 !important; } .border-info-700 { border-color: #4d1a66 !important; } .border-info-800 { border-color: #260d33 !important; } .border-info-900 { border-color: #17081f !important; } .border-warning-100 { border-color: #fff3e6 !important; } .border-warning-200 { border-color: #ffe1bf !important; } .border-warning-300 { border-color: #ffc480 !important; } .border-warning-400 { border-color: #ffa640 !important; } .border-warning-500 { border-color: #ff8800 !important; } .border-warning-600 { border-color: #bf6600 !important; } .border-warning-700 { border-color: #804400 !important; } .border-warning-800 { border-color: #402200 !important; } .border-warning-900 { border-color: #261400 !important; } .border-danger-100 { border-color: #fae6e6 !important; } .border-danger-200 { border-color: #f2bfbf !important; } .border-danger-300 { border-color: #e68080 !important; } .border-danger-400 { border-color: #d94040 !important; } .border-danger-500 { border-color: #cc0000 !important; } .border-danger-600 { border-color: #990000 !important; } .border-danger-700 { border-color: #660000 !important; } .border-danger-800 { border-color: #330000 !important; } .border-danger-900 { border-color: #1f0000 !important; } /* Admin CORE Utilities */ /*/ Remove the unit of a length*/ /*/ @param {Number} $number - Number to remove unit from*/ /*/ @return {Number} - Unitless number*/ /**/ /* https://codepen.io/jakob-e/pen/doMoML*/ /* Function to create an optimized svg url*/ /* Version: 1.0.6*/ /* Background svg mixin*/ /* Helper function to replace characters in a string*/ /*============================================= = Global caret settings = =============================================*/ .dropdown-toggle:not(.sidebar-toggler):after, .sidebar-mini-toggler:after { line-height: 1.125rem; position: absolute; top: calc(50% - 7px); right: 1rem; display: block; width: 7px; height: 14px; margin: 0; content: " "; -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; -o-transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); border: none; background-repeat: no-repeat; } .dropdown-toggle { position: relative; padding-right: 2.5rem; } .dropdown-toggle:not(.dropdown-light):after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='angle-right' role='img' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-right fa-w-8 fa-2x'%3E%3Cpath fill='%23888' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' class=''%3E%3C/path%3E%3C/svg%3E"); } .dropdown-toggle.dropdown-light:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='angle-right' role='img' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-right fa-w-8 fa-2x'%3E%3Cpath fill='%23eeeeee' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' class=''%3E%3C/path%3E%3C/svg%3E"); } .dropdown-toggle[aria-expanded="true"]:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .heading-elements .heading-elements .dropdown-toggle, .heading-elements .btn.dropdown-toggle { margin-top: -0.5rem; margin-bottom: -0.5rem; } .heading-elements .dropdown-toggle[aria-expanded="true"]:after, .btn.dropdown-toggle[aria-expanded="true"]:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .btn-icon.dropdown-toggle { padding-right: 2.5rem !important; } .sidebar-mini-toggler:after { margin: 0 12px 0 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='angle-down' role='img' viewBox='0 0 320 512' class='svg-inline--fa fa-angle-down fa-w-10 fa-2x'%3E%3Cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' class=''%3E%3C/path%3E%3C/svg%3E"); } .autocomplete-suggestions { border: 1px solid #999; background: #fff; overflow: auto; } .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: default; } .autocomplete-selected { background: #f0f0f0; } .autocomplete-suggestions strong { font-weight: normal; color: #3399ff; } .autocomplete-group { padding: 2px 5px; } .autocomplete-group strong { display: block; border-bottom: 1px solid #000; } .footable-toggle { position: relative; line-height: 1.125rem; display: block; width: 21px; height: 21px; margin: 0; content: " "; -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; -o-transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); border: none; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-inline--fa fa-caret-square-down fa-w-14' aria-hidden='true' focusable='false' data-prefix='far' data-icon='caret-square-down' role='img' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23555' d='M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E"); } .footable-toggle.fooicon-minus { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } /* Admin CORE main SCSS */ html, body { /* font-size: $font-size-base !important;*/ min-height: 100%; color: #888 !important; } .page-container .content-wrapper { width: 100%; padding-top: 1.5rem; padding-right: 15px; padding-left: 15px; } .page-container .content-wrapper .table-responsive { min-height: 300px; } /*============================== = navbar = ==============================*/ .navbar .dropdown-menu { line-height: 1.5; } .navbar.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } /* Desktops and laptops ----------- */ @media (min-width: 768px) { .navbar-tall { line-height: 100px; min-height: 100px; } } /*=============================== = sidebar = ===============================*/ /* https://codepen.io/migli/pen/dJZQxZ*/ /* custom variables*/ .sidebar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; color: rgba(0, 0, 0, 0.5); } .sidebar-toggler .sidebar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); cursor: pointer; } .sidebar-toggler .sidebar-toggler-icon.sidebar-toggler-icon-light { background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); } .sidebar-container { position: absolute; width: 100%; z-index: 1002; } .sidebar { position: relative; width: 100%; border-radius: 0.25rem; -webkit-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .sidebar .sidebar-user .category-content { padding: 2rem 20px; text-align: center; } .sidebar .sidebar-content { position: relative; border-radius: 0.25rem; margin-bottom: 1.25rem; } .sidebar .category-title { position: relative; margin: 0; border-bottom-style: solid; border-bottom-width: 1px; } .sidebar .sidebar-category:last-child .category-title { border-bottom: none; } .sidebar.sidebar-default .category-title > a { display: block; text-decoration: none; padding: 12px 20px; font-weight: 500; font-size: 0.63462rem; } .sidebar .category-content { position: relative; } .sidebar .category-content .nav { position: relative; margin: 0; padding: 1rem 0; } .sidebar .category-content .nav li { position: relative; list-style: none; } .sidebar .category-content .nav li > a { font-size: 0.75rem; padding: 1rem 20px; -webkit-transition: background 0.15s linear, color 0.15s linear; -o-transition: background 0.15s linear, color 0.15s linear; transition: background 0.15s linear, color 0.15s linear; } .sidebar .category-content .nav li > a > [class*="svg-inline"] { float: left; top: 0; margin-top: 2px; margin-right: 15px; -webkit-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .sidebar .category-content .nav li ul { padding: 0; } .sidebar .category-content .nav li ul > li a { padding-left: 2.75rem; } .sidebar .category-content .nav > li > a { font-weight: 500; } @media (min-width: 992px) { .page-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; } .page-container .content-wrapper { width: calc(100% - 280px); } .page-container .sidebar-container.has-mini ~ .content-wrapper { width: calc(100% - 94px); } .sidebar-container { position: relative; padding: 1.5rem 20px; -webkit-box-flex: 0; -ms-flex: 0 0 280px; flex: 0 0 280px; vertical-align: top; } .sidebar-container.has-mini { -webkit-box-flex: 0; -ms-flex: 0 0 94px; flex: 0 0 94px; } .sidebar { height: auto; min-width: 240px; } .sidebar h4, .sidebar h5, .sidebar h6, .sidebar small, .sidebar .category-title span, .sidebar .sidebar-user span { display: block; } .sidebar span.nav-text { display: inline-block; } .sidebar .sidebar-mini-toggler { padding: 20px; position: absolute; right: 0; top: calc(50% - 20px); } .sidebar.sidebar-mini { height: auto; min-width: 54px; width: 54px; display: block; } .sidebar.sidebar-mini .category-content .nav li > a { padding: 1rem; } .sidebar.sidebar-mini .category-content .nav li > a > [class*="svg-inline"] { float: none; margin: auto; } .sidebar.sidebar-mini .sidebar-user .category-content { padding: 2rem 1rem; } .sidebar.sidebar-mini h4, .sidebar.sidebar-mini h5, .sidebar.sidebar-mini h6, .sidebar.sidebar-mini small, .sidebar.sidebar-mini .category-title, .sidebar.sidebar-mini .sidebar-user span, .sidebar.sidebar-mini span.nav-text, .sidebar.sidebar-mini #sidebar-filters-nav { display: none !important; } .sidebar.sidebar-mini li a { min-height: 3.5rem; } .sidebar.sidebar-mini li a.dropdown-toggle:after { display: none; } .sidebar.sidebar-mini .sidebar-mini-toggler:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .sidebar.sidebar-separate .sidebar-content { -webkit-box-shadow: none; box-shadow: none; } .sidebar.sidebar-separate .sidebar-category { margin-bottom: 1.25rem; border-radius: 0.25rem; } .sidebar.sidebar-fixed { position: sticky; top: 4.5rem; } .sidebar .sidebar-user .category-content:first-child { border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; } .sidebar .sidebar-content { margin-bottom: 0; } } /*=============================== = borders = ===============================*/ .border-sm { border-width: 2px !important; } .border-md { border-width: 3px !important; } .border-lg { border-width: 4px !important; } [class*="border-top"] { border-top-style: solid; border-top-left-radius: 0; border-top-right-radius: 0; } .border-top { border-top-width: 1px !important; } .border-top-sm { border-top-width: 2px !important; } .border-top-md { border-top-width: 3px !important; } .border-top-lg { border-top-width: 4px !important; } [class*="border-bottom"] { border-bottom-style: solid; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .border-bottom { border-bottom-width: 1px !important; } .border-bottom-sm { border-bottom-width: 2px !important; } .border-bottom-md { border-bottom-width: 3px !important; } .border-bottom-lg { border-bottom-width: 4px !important; } /*============================= = cards = =============================*/ .card { border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } .card .card-header { font-weight: 500; padding: 0.9375rem 0.9375rem; } .card .card-header, .card .card-footer { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .card a:hover { text-decoration: none; } .heading-elements { position: relative; float: right; margin-left: auto !important; } .heading-elements .close { margin-left: 0.375rem; } /*============================== = badges = ==============================*/ .badge { font-size: 10px; font-weight: 500; line-height: 1.53846; padding: 3px 6px 2px 6px; letter-spacing: 0.1px; text-transform: uppercase; } .badge.badge-flat { padding: 1px 4px 0 4px; border-width: 2px; border-style: solid; border-radius: 0; background: transparent; } .badge.badge-flat.badge-primary { color: #2A9FD6; border-color: #2A9FD6; } .badge.badge-flat.badge-secondary { color: #555; border-color: #555; } .badge.badge-flat.badge-success { color: #77B300; border-color: #77B300; } .badge.badge-flat.badge-info { color: #9933CC; border-color: #9933CC; } .badge.badge-flat.badge-warning { color: #FF8800; border-color: #FF8800; } .badge.badge-flat.badge-danger { color: #CC0000; border-color: #CC0000; } /*============================= = forms = =============================*/ legend { font-size: 0.75rem; margin-bottom: 1rem; padding: 0.5rem 1rem; text-transform: uppercase; border-bottom: 1px solid #d5d5d5; } label { font-weight: 500; } label:not(.form-check-label) { padding-right: 2rem; } select[name="npp"] { height: calc(1.6875rem + 2px) !important; } .form-check { margin-bottom: 0.5625rem; } .select2-container--open { z-index: 99999; } .input-group .select2-selection { height: 100% !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .input-group .select2-selection span { line-height: 1.5 !important; } #rp-search-field a { cursor: pointer; } /* select2 overwrite */ .select2-container--clean .select2-selection--multiple { border-color: #ced4da !important; } .select2-container--clean .select2-selection--multiple .select2-selection__choice { font-weight: 400 !important; float: left; margin-top: 5px; margin-right: 5px; padding: 1px 5px !important; cursor: default; color: #fff; border-radius: 3px !important; } .select2-container--clean .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove { margin-right: 4px !important; color: #fff; } .select2-container--clean .select2-selection--multiple .select2-results__option--highlighted[aria-selected] { background-color: #2A9FD6 !important; } .select2-container--clean .select2-selection--single { padding: 8px 0.5625rem !important; } .select2-container--clean .select2-selection--single .select2-selection__rendered { line-height: 1.5 !important; } .select2-container--clean .select2-results__options { font-size: 11px; } /* pickadate */ .picker.picker--opened { min-width: 260px; } .picker__table td { font-size: 12px; } /* jedit */ span[class*="jedit-"] { position: relative; display: block; border: 1px dashed #555; padding: 5px 10px; margin: -5px -10px; min-width: 100px; } span[class*="jedit-"]:after { background: transparent; } span[class*="jedit-"][data-loading="true"] { display: block; min-height: 2.592em; } span[class*="jedit-"][data-loading="true"]:after { content: ' '; position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background: url("../../../images/ajax-loader.svg") 1em center rgba(0, 0, 0, 0.5) no-repeat; background-size: contain; } /* Filter list */ #filters-list .form-group { margin-bottom: 5px; } #filters-list label { font-size: 11px; } /*=============================== = buttons = ===============================*/ .btn { max-height: 3.875rem; white-space: nowrap; text-transform: uppercase; } .btn.btn-xs { max-height: 3.75rem; } .btn.btn-sm { max-height: 3.75rem; } .btn.btn-lg { max-height: 4.125rem; } .btn.btn-xs { padding: 0.3125rem 0.5625rem; font-size: 0.63462rem; line-height: 1.5; border-radius: 2px; } .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) { margin-left: 1px; } .close { margin-left: 0.75rem; } /*============================= = icons = =============================*/ .icon-object { display: inline-block; margin: 1rem; padding: 1.5rem; text-align: center; border-radius: 50%; border: 1px solid #dee2e6; } .icon-object > i { font-size: 1.875rem; top: 0; } /*============================= = modals = =============================*/ #bulk-delete-modal { background-color: transparent; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; height: auto; } #bulk-delete-modal .modal-body { background-color: #fafafa; } /*============================== = tables = ==============================*/ .table-data, .table-data table { font-size: 0.6875rem; color: inherit !important; } .table-data th.sorting { position: relative; padding-right: 40px; cursor: pointer; } .table-data th.sorting a[class^="sorting-"] { position: absolute; right: 20px; height: 50%; color: #eeeeee; } .table-data th.sorting a[class^="sorting-"].sorting-up { top: 0; } .table-data th.sorting a[class^="sorting-"].sorting-up svg { position: relative; top: 2px !important; } .table-data th.sorting a[class^="sorting-"].sorting-down { bottom: 0; } .table-data th.sorting a[class^="sorting-"].sorting-down svg { position: relative; top: -4px !important; } .table-data td { padding: 0.5rem 1rem; } .table thead th { font-weight: 500; white-space: nowrap; border-top: none; } .table td[id^="has-nested"] { vertical-align: top !important; } .table th, .table td { vertical-align: middle !important; } /*============================== = alerts = ==============================*/ .has-icon.alert { padding-left: 70px; } .has-icon.alert:before { padding: 13px 0 0 13px; } .has-icon.h4 { padding-left: 30px; } .has-icon.h4:before { padding: 7px 0 0 13px; } .has-icon:before { position: absolute; top: 0; left: 0; display: inline-block; width: 50px; height: 100%; content: " "; border-radius: 3px 0 0 3px; background-repeat: no-repeat; background-position: center center; } .has-icon.alert:after { position: absolute; top: calc(50% - 6px); left: 50px; width: 0; height: 0; content: " "; border-width: 6px 0 6px 6px; border-style: solid; } .has-icon.has-icon-success:before { background-color: #77B300; /* check-circle*/ background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='check-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check-circle fa-w-16'%3E%3Cpath fill='%23fff' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z' class=''%3E%3C/path%3E%3C/svg%3E"); background-size: 30%; } .has-icon.alert-success:before { background-color: #77B300; /* check*/ background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E"); background-size: 30%; } .has-icon.alert-success:after { border-color: transparent transparent transparent #77B300; } .has-icon.alert-info:before { color: #9933CC; background-color: #9933CC; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='info' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' class='svg-inline--fa fa-info fa-w-6'%3E%3Cpath fill='%23fff' d='M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z' class=''%3E%3C/path%3E%3C/svg%3E"); background-size: 11.25%; /* 30% * 192/512*/ } .has-icon.alert-info:after { border-color: transparent transparent transparent #9933CC; } .has-icon.alert-warning:before { background-color: #FF8800; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='exclamation-triangle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-exclamation-triangle fa-w-18'%3E%3Cpath fill='%23fff' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z' class=''%3E%3C/path%3E%3C/svg%3E"); background-size: 33.75%; /* 30% * 576/512*/ } .has-icon.alert-warning:after { border-color: transparent transparent transparent #FF8800; } .has-icon.alert-danger:before { background-color: #CC0000; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='exclamation-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-exclamation-circle fa-w-16'%3E%3Cpath fill='%23fff' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z' class=''%3E%3C/path%3E%3C/svg%3E"); background-size: 30%; } .has-icon.alert-danger:after { border-color: transparent transparent transparent #CC0000; } .alert { position: relative; border: none; } .alert :first-child { margin-top: 0; } .alert p { margin-bottom: 0.5em; } .alert p:last-child { margin-bottom: 0; } .alert a:not(.btn) { text-decoration: underline; } /*================================== = pagination = ==================================*/ .pagination-flat a.page-link { color: inherit; border: none; border-radius: 0.25rem; background: none; } .pagination-flat .page-item.disabled a.page-link { color: inherit; opacity: 0.7; background: none; } /*================================= = utilities = =================================*/ .dropdown-menu.show { z-index: 9999; } .dropdown-menu-right { right: 0; left: auto; } .font-size-base-md { font-size: 0.875rem; } .font-size-base-lg { font-size: 1rem; } .position-left { margin-right: 10px; } .position-right { margin-left: 10px; } .text-semibold { font-weight: 500; } /*====================================== = Website navbar = ======================================*/ #website-navbar { padding: 0.5rem 1rem; font-size: 1rem; } #website-navbar .navbar-nav .nav-link { display: block; font-weight: 500; color: rgba(0, 0, 0, 0.5); } #website-navbar .navbar-nav .nav-link.dropdown-toggle { padding-right: 26px !important; } #website-navbar .navbar-nav .nav-link:hover, #website-navbar .navbar-nav .nav-link:focus { text-decoration: none; color: #46423b; } #website-navbar .navbar-nav .nav-link.active { color: #dc3545; }