openreplay/frontend/app/styles/colors-autogen.css
2021-05-01 15:12:01 +05:30

114 lines
4.3 KiB
CSS

/* Auto-generated, DO NOT EDIT */
/* fill */
.fill-white { fill: $white }
.fill-gray-light-shade { fill: $gray-light-shade }
.fill-gray-lightest { fill: $gray-lightest }
.fill-gray-light { fill: $gray-light }
.fill-gray-medium { fill: $gray-medium }
.fill-gray-dark { fill: $gray-dark }
.fill-gray-darkest { fill: $gray-darkest }
.fill-teal { fill: $teal }
.fill-teal-dark { fill: $teal-dark }
.fill-tealx { fill: $tealx }
.fill-tealx-light { fill: $tealx-light }
.fill-tealx-light-border { fill: $tealx-light-border }
.fill-orange { fill: $orange }
.fill-yellow { fill: $yellow }
.fill-yellow2 { fill: $yellow2 }
.fill-orange-dark { fill: $orange-dark }
.fill-green { fill: $green }
.fill-green2 { fill: $green2 }
.fill-green-dark { fill: $green-dark }
.fill-red { fill: $red }
.fill-red2 { fill: $red2 }
.fill-blue { fill: $blue }
.fill-blue2 { fill: $blue2 }
.fill-active-blue { fill: $active-blue }
.fill-active-blue-border { fill: $active-blue-border }
.fill-pink { fill: $pink }
/* color */
.color-white { color: $white }
.color-gray-light-shade { color: $gray-light-shade }
.color-gray-lightest { color: $gray-lightest }
.color-gray-light { color: $gray-light }
.color-gray-medium { color: $gray-medium }
.color-gray-dark { color: $gray-dark }
.color-gray-darkest { color: $gray-darkest }
.color-teal { color: $teal }
.color-teal-dark { color: $teal-dark }
.color-tealx { color: $tealx }
.color-tealx-light { color: $tealx-light }
.color-tealx-light-border { color: $tealx-light-border }
.color-orange { color: $orange }
.color-yellow { color: $yellow }
.color-yellow2 { color: $yellow2 }
.color-orange-dark { color: $orange-dark }
.color-green { color: $green }
.color-green2 { color: $green2 }
.color-green-dark { color: $green-dark }
.color-red { color: $red }
.color-red2 { color: $red2 }
.color-blue { color: $blue }
.color-blue2 { color: $blue2 }
.color-active-blue { color: $active-blue }
.color-active-blue-border { color: $active-blue-border }
.color-pink { color: $pink }
/* color */
.hover-white:hover { color: $white }
.hover-gray-light-shade:hover { color: $gray-light-shade }
.hover-gray-lightest:hover { color: $gray-lightest }
.hover-gray-light:hover { color: $gray-light }
.hover-gray-medium:hover { color: $gray-medium }
.hover-gray-dark:hover { color: $gray-dark }
.hover-gray-darkest:hover { color: $gray-darkest }
.hover-teal:hover { color: $teal }
.hover-teal-dark:hover { color: $teal-dark }
.hover-tealx:hover { color: $tealx }
.hover-tealx-light:hover { color: $tealx-light }
.hover-tealx-light-border:hover { color: $tealx-light-border }
.hover-orange:hover { color: $orange }
.hover-yellow:hover { color: $yellow }
.hover-yellow2:hover { color: $yellow2 }
.hover-orange-dark:hover { color: $orange-dark }
.hover-green:hover { color: $green }
.hover-green2:hover { color: $green2 }
.hover-green-dark:hover { color: $green-dark }
.hover-red:hover { color: $red }
.hover-red2:hover { color: $red2 }
.hover-blue:hover { color: $blue }
.hover-blue2:hover { color: $blue2 }
.hover-active-blue:hover { color: $active-blue }
.hover-active-blue-border:hover { color: $active-blue-border }
.hover-pink:hover { color: $pink }
/* bg */
.bg-white { background-color: $white }
.bg-gray-light-shade { background-color: $gray-light-shade }
.bg-gray-lightest { background-color: $gray-lightest }
.bg-gray-light { background-color: $gray-light }
.bg-gray-medium { background-color: $gray-medium }
.bg-gray-dark { background-color: $gray-dark }
.bg-gray-darkest { background-color: $gray-darkest }
.bg-teal { background-color: $teal }
.bg-teal-dark { background-color: $teal-dark }
.bg-tealx { background-color: $tealx }
.bg-tealx-light { background-color: $tealx-light }
.bg-tealx-light-border { background-color: $tealx-light-border }
.bg-orange { background-color: $orange }
.bg-yellow { background-color: $yellow }
.bg-yellow2 { background-color: $yellow2 }
.bg-orange-dark { background-color: $orange-dark }
.bg-green { background-color: $green }
.bg-green2 { background-color: $green2 }
.bg-green-dark { background-color: $green-dark }
.bg-red { background-color: $red }
.bg-red2 { background-color: $red2 }
.bg-blue { background-color: $blue }
.bg-blue2 { background-color: $blue2 }
.bg-active-blue { background-color: $active-blue }
.bg-active-blue-border { background-color: $active-blue-border }
.bg-pink { background-color: $pink }