/* Copyright 2021 Netsyms Technologies. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* Created on : Jul 17, 2021, 12:29:13 PM Author : Skylar Ittner */ select option { color: var(--bs-dark); } .alert { color: var(--bs-dark); } .theme-purple { background-image: linear-gradient(151deg, #33b7e2, #5e62b0, #dc307c); } .theme-green { background-image: linear-gradient(151deg, #9ebd13 0%, #008552 100%); } .theme-red { background-image: linear-gradient(151deg, #d53369 0%, #daae51 100%); } .theme-aqua { background-image: linear-gradient(151deg, #00d2ff 0%, #3a47d5 100%); } .theme-ocean { background-image: linear-gradient(151deg, #1CB5E0 0%, #000851 100%); } .theme-dusty { background-image: linear-gradient(151deg, #fcff9e 0%, #c67700 100%); } .theme-lilac { background-image: linear-gradient(151deg, #efd5ff 0%, #515ada 100%); } .theme-spring { background-image: linear-gradient(151deg, #00C9FF 0%, #92FE9D 100%); } .theme-shadow { background-image: linear-gradient(151deg, #4b6cb7 0%, #182848 100%); }