@@ -6,11 +6,3 @@ | |||||
@apply hidden; | @apply hidden; | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.accordion { | |||||
.accordion__pane.active .accordion__pane__toggle { | |||||
@apply text-theme-10; | |||||
} | |||||
} | |||||
} |
@@ -2,9 +2,3 @@ | |||||
box-shadow: 0px 3px 20px #0000000b; | box-shadow: 0px 3px 20px #0000000b; | ||||
@apply bg-white rounded-3xl relative overflow-hidden; | @apply bg-white rounded-3xl relative overflow-hidden; | ||||
} | } | ||||
.dark { | |||||
.box { | |||||
@apply bg-dark-3; | |||||
} | |||||
} |
@@ -3,11 +3,3 @@ | |||||
@apply bg-theme-1 text-white; | @apply bg-theme-1 text-white; | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.boxed-tabs { | |||||
a.active { | |||||
@apply bg-theme-1 text-white; | |||||
} | |||||
} | |||||
} |
@@ -18,17 +18,3 @@ | |||||
@apply text-theme-1 font-medium; | @apply text-theme-1 font-medium; | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.breadcrumb { | |||||
&.breadcrumb--light { | |||||
@apply border-dark-3 text-gray-300; | |||||
.breadcrumb--active { | |||||
@apply text-theme-10; | |||||
} | |||||
} | |||||
.breadcrumb--active { | |||||
@apply text-theme-10; | |||||
} | |||||
} | |||||
} |
@@ -13,17 +13,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.chat-dropdown { | |||||
.chat-dropdown__box { | |||||
.chat-dropdown__box__tabs { | |||||
a { | |||||
&.active { | |||||
@apply bg-dark-1; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -122,91 +122,3 @@ | |||||
@apply bg-gray-300; | @apply bg-gray-300; | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.document-editor { | |||||
@apply border-dark-4; | |||||
.document-editor__toolbar { | |||||
@apply border-dark-4; | |||||
} | |||||
.document-editor__toolbar .ck-toolbar { | |||||
@apply bg-dark-4; | |||||
.ck-toolbar__separator { | |||||
@apply bg-dark-5; | |||||
} | |||||
.ck-tooltip .ck-tooltip__text { | |||||
@apply text-gray-300 bg-dark-5; | |||||
&:after { | |||||
border-bottom-color: #3f4865; | |||||
} | |||||
} | |||||
.ck.ck-icon :not([fill]) { | |||||
fill: #9fa8bb; | |||||
} | |||||
.ck.ck-dropdown__panel { | |||||
@apply border-dark-2; | |||||
} | |||||
.ck.ck-button.ck-on, | |||||
a.ck.ck-button.ck-on { | |||||
@apply bg-dark-2; | |||||
} | |||||
} | |||||
.document-editor__editable-container { | |||||
@apply bg-dark-1; | |||||
} | |||||
.document-editor__editable-container .ck-editor__editable { | |||||
@apply border-dark-4 bg-dark-2; | |||||
} | |||||
} | |||||
.ck.ck-content.ck-editor__editable_inline { | |||||
@apply border-dark-4 bg-dark-2; | |||||
} | |||||
.ck .ck { | |||||
.ck-content.ck-editor__editable_inline { | |||||
@apply border-dark-4 bg-dark-2; | |||||
} | |||||
&.ck-reset_all, &.ck-reset_all * { | |||||
@apply text-gray-800; | |||||
} | |||||
&.ck-toolbar, | |||||
&.ck-balloon-panel { | |||||
@apply bg-dark-4 border-dark-4; | |||||
&:before { | |||||
border-bottom-color: #1e2533 !important; | |||||
} | |||||
&:after { | |||||
border-bottom-color: #1e2533 !important; | |||||
} | |||||
.ck-toolbar__separator { | |||||
@apply bg-dark-5; | |||||
} | |||||
.ck-tooltip .ck-tooltip__text { | |||||
@apply text-gray-300 bg-dark-5; | |||||
&:after { | |||||
border-bottom-color: #3f4865; | |||||
} | |||||
} | |||||
.ck.ck-icon :not([fill]) { | |||||
fill: #9fa8bb; | |||||
} | |||||
.ck.ck-dropdown__panel { | |||||
@apply border-dark-2; | |||||
} | |||||
.ck.ck-button.ck-on, | |||||
a.ck.ck-button.ck-on { | |||||
@apply bg-dark-2; | |||||
} | |||||
} | |||||
&.ck-editor__main>.ck-editor__editable { | |||||
@apply bg-dark-2; | |||||
&:not(.ck-focused) { | |||||
@apply border-dark-4; | |||||
} | |||||
} | |||||
&.ck-button:not(.ck-disabled):hover, &a.ck-button:not(.ck-disabled):hover { | |||||
@apply bg-dark-4; | |||||
} | |||||
} | |||||
} |
@@ -10,9 +10,3 @@ | |||||
@apply w-full h-px block; | @apply w-full h-px block; | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.content { | |||||
@apply bg-dark-1; | |||||
} | |||||
} |
@@ -1,35 +0,0 @@ | |||||
.dark-mode-switcher { | |||||
.dark-mode-switcher__toggle { | |||||
width: 38px; | |||||
height: 24px; | |||||
padding: 1px; | |||||
@apply outline-none rounded-full relative cursor-pointer; | |||||
&:before { | |||||
content: ""; | |||||
width: 22px; | |||||
height: 22px; | |||||
transition: all 0.2s ease-in-out; | |||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); | |||||
@apply absolute inset-y-0 my-auto rounded-full; | |||||
} | |||||
&.dark-mode-switcher__toggle--active { | |||||
@apply bg-theme-1 border-theme-1; | |||||
&::before { | |||||
margin-left: 13px; | |||||
@apply bg-white; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
.dark { | |||||
.dark-mode-switcher .dark-mode-switcher__toggle { | |||||
@apply bg-dark-5 border-dark-5; | |||||
&:before { | |||||
@apply bg-dark-1; | |||||
} | |||||
&.dark-mode-switcher__toggle--active { | |||||
@apply bg-theme-10; | |||||
} | |||||
} | |||||
} |
@@ -1,5 +0,0 @@ | |||||
.dark { | |||||
.dropzone { | |||||
@apply bg-dark-1; | |||||
} | |||||
} |
@@ -1,14 +1,5 @@ | |||||
html { | html { | ||||
@apply bg-theme-1; | @apply bg-theme-1; | ||||
&.dark { | |||||
@apply bg-dark-2; | |||||
body { | |||||
@apply text-gray-300; | |||||
*, ::before, ::after { | |||||
@apply border-dark-3; | |||||
} | |||||
} | |||||
} | |||||
body { | body { | ||||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||||
@apply overflow-x-hidden py-3 px-8 text-sm text-gray-800; | @apply overflow-x-hidden py-3 px-8 text-sm text-gray-800; | ||||
@@ -17,11 +17,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.inbox .inbox__item { | |||||
&.inbox__item--active { | |||||
@apply bg-dark-3 text-gray-300; | |||||
} | |||||
} | |||||
} |
@@ -112,70 +112,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.litepicker { | |||||
@apply bg-dark-1; | |||||
&:before, | |||||
&:after { | |||||
border-right-color: transparent; | |||||
border-left-color: transparent; | |||||
border-bottom-color: #293145; | |||||
} | |||||
.container__months { | |||||
.button-previous-month:hover { | |||||
@apply bg-dark-2; | |||||
} | |||||
.button-next-month:hover { | |||||
@apply bg-dark-2; | |||||
} | |||||
.month-item-header { | |||||
.button-previous-month:hover svg, | |||||
.button-previous-month svg, | |||||
.button-next-month:hover svg, | |||||
.button-next-month svg { | |||||
@apply border-gray-300; | |||||
} | |||||
div > .month-item-name, | |||||
div > .month-item-year { | |||||
@apply text-gray-300; | |||||
} | |||||
} | |||||
} | |||||
.container__days { | |||||
.day-item { | |||||
@apply text-gray-300; | |||||
&:hover { | |||||
@apply bg-dark-2; | |||||
} | |||||
&.is-start-date, | |||||
&.is-start-date:hover, | |||||
&.is-end-date, | |||||
&.is-end-date:hover { | |||||
@apply bg-theme-1 text-gray-300; | |||||
} | |||||
&.is-in-range, | |||||
&.is-in-range:hover { | |||||
@apply bg-dark-2; | |||||
} | |||||
&.is-today, | |||||
&.is-today:hover { | |||||
@apply text-theme-6; | |||||
} | |||||
} | |||||
} | |||||
.container__footer { | |||||
@apply border-dark-3; | |||||
.button-cancel { | |||||
@apply bg-dark-5 text-gray-300; | |||||
} | |||||
} | |||||
.container__tooltip { | |||||
@apply bg-dark-5; | |||||
&:before, | |||||
&:after { | |||||
border-top-color: #3f4865; | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -25,12 +25,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.login { | |||||
@apply bg-dark-1; | |||||
&:before { | |||||
background-image: url(../images/bg-login-page-dark.svg); | |||||
} | |||||
} | |||||
} |
@@ -45,22 +45,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.mobile-menu { | |||||
ul { | |||||
li { | |||||
ul { | |||||
@apply bg-dark-4; | |||||
ul { | |||||
@apply bg-dark-7; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
.menu__devider { | |||||
@apply bg-dark-3; | |||||
} | |||||
} | |||||
} |
@@ -37,9 +37,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.modal__content { | |||||
@apply bg-dark-3; | |||||
} | |||||
} |
@@ -29,16 +29,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.pagination { | |||||
li { | |||||
.pagination__link { | |||||
@apply text-gray-300; | |||||
&.pagination__link--active { | |||||
@apply bg-dark-3; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -8,15 +8,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.post { | |||||
.post__tabs { | |||||
a { | |||||
&.active { | |||||
@apply bg-dark-3 text-gray-300; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -11,11 +11,3 @@ | |||||
@apply flex rounded-full text-white text-xs pl-2 pr-1 items-center font-medium; | @apply flex rounded-full text-white text-xs pl-2 pr-1 items-center font-medium; | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.report-box { | |||||
&:before { | |||||
background: #2d3650; | |||||
} | |||||
} | |||||
} |
@@ -19,14 +19,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.report-chart { | |||||
&:before { | |||||
background: linear-gradient(to right, #313b56, #313b56, transparent); | |||||
} | |||||
&:after { | |||||
background: linear-gradient(to right, transparent, #313b56, #313b56); | |||||
} | |||||
} | |||||
} |
@@ -11,16 +11,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.report-timeline { | |||||
&:before { | |||||
@apply bg-dark-5; | |||||
} | |||||
.report-timeline__image { | |||||
&:before { | |||||
@apply bg-dark-5; | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -20,11 +20,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.search-result { | |||||
.search-result__content { | |||||
@apply bg-dark-6; | |||||
} | |||||
} | |||||
} |
@@ -170,53 +170,3 @@ | |||||
@apply z-10; | @apply z-10; | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.side-nav__devider { | |||||
@apply bg-dark-3; | |||||
} | |||||
.side-nav { | |||||
> ul { | |||||
ul { | |||||
@apply bg-dark-4; | |||||
li a:not(.side-menu--active) { | |||||
@apply text-gray-600; | |||||
} | |||||
ul { | |||||
@apply bg-dark-7; | |||||
} | |||||
} | |||||
& > li { | |||||
& > .side-menu { | |||||
&.side-menu--active { | |||||
@apply bg-dark-1; | |||||
&:before { | |||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23293145'/%3E%3C/svg%3E%0A"); | |||||
} | |||||
&:after { | |||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23293145'/%3E%3C/svg%3E%0A"); | |||||
} | |||||
.side-menu__icon { | |||||
@apply text-white; | |||||
&:before { | |||||
@apply bg-dark-1; | |||||
} | |||||
} | |||||
.side-menu__title { | |||||
@apply text-white; | |||||
} | |||||
} | |||||
.side-menu__icon { | |||||
@apply text-gray-500; | |||||
} | |||||
.side-menu__title { | |||||
@apply text-gray-500; | |||||
} | |||||
&:hover:not(.side-menu--active):not(.side-menu--open) .side-menu__icon:before { | |||||
@apply bg-dark-4; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -40,9 +40,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.slick-arrow { | |||||
@apply bg-dark-4; | |||||
} | |||||
} |
@@ -36,21 +36,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.table-report { | |||||
&:not(.table-report--bordered) { | |||||
td { | |||||
@apply bg-dark-3; | |||||
&.table-report__action { | |||||
&:before { | |||||
@apply bg-dark-5; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
img { | |||||
box-shadow: 0px 0px 0px 2px #3f4865, 1px 1px 5px rgba(0, 0, 0, 0.32); | |||||
} | |||||
} | |||||
} |
@@ -140,53 +140,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.tabulator { | |||||
.tabulator-header { | |||||
@apply border-dark-5; | |||||
.tabulator-headers .tabulator-col:hover { | |||||
@apply bg-dark-2; | |||||
} | |||||
} | |||||
.tabulator-table { | |||||
@apply bg-transparent text-gray-300; | |||||
.tabulator-row { | |||||
@apply bg-transparent border-transparent; | |||||
&:hover, | |||||
&.tabulator-row-even:hover { | |||||
@apply bg-dark-2; | |||||
} | |||||
&.tabulator-row-even { | |||||
@apply bg-dark-1; | |||||
} | |||||
} | |||||
} | |||||
.tabulator-footer { | |||||
.tabulator-paginator { | |||||
> label { | |||||
@apply text-gray-300; | |||||
} | |||||
.tabulator-page-size { | |||||
@apply bg-dark-2 border-dark-4 text-gray-300; | |||||
} | |||||
.tabulator-page { | |||||
@apply bg-transparent text-gray-300; | |||||
&:hover { | |||||
@apply bg-dark-1; | |||||
} | |||||
&.active, | |||||
&.active:hover { | |||||
@apply bg-dark-2; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
.tabulator-loader { | |||||
background: #0000003d; | |||||
.tabulator-loader-msg.tabulator-loading { | |||||
@apply text-gray-300; | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -90,51 +90,3 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.tail-select { | |||||
input[type="text"] { | |||||
@apply bg-dark-3 border-dark-4 text-white; | |||||
} | |||||
.select-label { | |||||
@apply bg-dark-2 border-dark-4 text-white; | |||||
&:after { | |||||
@apply border-gray-600; | |||||
border-right-color: transparent; | |||||
border-left-color: transparent; | |||||
} | |||||
&.tail-select-container .select-handle { | |||||
@apply bg-dark-1 text-white; | |||||
&:before { | |||||
@apply text-gray-500; | |||||
} | |||||
&:hover { | |||||
&:before { | |||||
@apply text-gray-400; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
.select-dropdown { | |||||
@apply bg-dark-2 border-dark-4 text-white; | |||||
ul li { | |||||
@apply text-white; | |||||
&.optgroup-title { | |||||
@apply text-gray-500; | |||||
} | |||||
&:hover:not(.selected):not(.optgroup-title) { | |||||
@apply bg-dark-4 text-white; | |||||
} | |||||
&:first-of-type.selected { | |||||
@apply border-dark-4; | |||||
} | |||||
&:last-of-type.selected { | |||||
@apply border-dark-4; | |||||
} | |||||
} | |||||
.dropdown-search { | |||||
@apply border-dark-4; | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -142,46 +142,3 @@ | |||||
@apply z-10; | @apply z-10; | ||||
} | } | ||||
} | } | ||||
.dark { | |||||
.top-nav { | |||||
> ul { | |||||
li { | |||||
&:hover { | |||||
.top-menu:not(.top-menu--active) .top-menu__icon:before { | |||||
@apply bg-dark-4; | |||||
} | |||||
} | |||||
.top-menu { | |||||
&.top-menu--active { | |||||
@apply bg-dark-1; | |||||
&:before { | |||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23293145'/%3E%3C/svg%3E%0A"); | |||||
} | |||||
&:after { | |||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23293145'/%3E%3C/svg%3E%0A"); | |||||
} | |||||
.top-menu__icon { | |||||
@apply text-white; | |||||
&:before { | |||||
@apply bg-dark-1; | |||||
} | |||||
} | |||||
.top-menu__title { | |||||
@apply text-white; | |||||
} | |||||
} | |||||
.top-menu__icon { | |||||
@apply text-gray-500; | |||||
} | |||||
.top-menu__title { | |||||
@apply text-gray-500; | |||||
} | |||||
} | |||||
ul { | |||||
background: #181f29e6; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -1,9 +1,3 @@ | |||||
.zoom-overlay { | .zoom-overlay { | ||||
background: #ffffffc9; | background: #ffffffc9; | ||||
} | } | ||||
.dark { | |||||
.zoom-overlay { | |||||
@apply bg-dark-1 bg-opacity-75; | |||||
} | |||||
} |
@@ -77,4 +77,3 @@ | |||||
@import 'dropzone'; | @import 'dropzone'; | ||||
@import 'ckeditor'; | @import 'ckeditor'; | ||||
@import 'zoom-vanilla'; | @import 'zoom-vanilla'; | ||||
@import 'dark-mode-switcher'; |