init report && move live_monitor_vue

This commit is contained in:
2024-03-22 13:27:00 +03:00
parent b215f88b2c
commit 4e123e6555
255 changed files with 79351 additions and 0 deletions

View File

@@ -0,0 +1,365 @@
[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
--tw-border-opacity: 1;
border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
}
.form-check {
display: flex;
align-items: center;
}
.form-check-label {
margin-left: 0.5rem;
cursor: pointer;
}
.form-check-input {
transition-property: all;
transition-duration: 100ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-check-input[type="radio"] {
cursor: pointer;
--tw-border-opacity: 1;
border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-check-input[type="radio"]:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
var(--tw-shadow, 0 0 #0000);
--tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
--tw-ring-opacity: 0.2;
--tw-ring-offset-width: 0px;
}
.dark .form-check-input[type="radio"] {
border-color: transparent;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}
.dark .form-check-input[type="radio"]:focus {
--tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
--tw-ring-opacity: 0.5;
}
.form-check-input[type="radio"]:checked {
border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
--tw-border-opacity: 0.1;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}
.form-check-input[type="radio"]:disabled:not(:checked) {
cursor: not-allowed;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}
.dark .form-check-input[type="radio"]:disabled:not(:checked) {
background-color: rgb(var(--color-darkmode-800) / 0.5);
}
.form-check-input[type="radio"]:disabled:checked {
cursor: not-allowed;
opacity: 0.7;
}
.dark .form-check-input[type="radio"]:disabled:checked {
background-color: rgb(var(--color-darkmode-800) / 0.5);
}
.form-check-input[type="checkbox"] {
cursor: pointer;
border-radius: 0.25rem;
--tw-border-opacity: 1;
border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-check-input[type="checkbox"]:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
var(--tw-shadow, 0 0 #0000);
--tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
--tw-ring-opacity: 0.2;
--tw-ring-offset-width: 0px;
}
.dark .form-check-input[type="checkbox"] {
border-color: transparent;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}
.dark .form-check-input[type="checkbox"]:focus {
--tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
--tw-ring-opacity: 0.5;
}
.form-check-input[type="checkbox"]:checked {
border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
--tw-border-opacity: 0.1;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}
.form-check-input[type="checkbox"]:disabled:not(:checked) {
cursor: not-allowed;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}
.dark .form-check-input[type="checkbox"]:disabled:not(:checked) {
background-color: rgb(var(--color-darkmode-800) / 0.5);
}
.form-check-input[type="checkbox"]:disabled:checked {
cursor: not-allowed;
opacity: 0.7;
}
.dark .form-check-input[type="checkbox"]:disabled:checked {
background-color: rgb(var(--color-darkmode-800) / 0.5);
}
.form-switch .form-check-input {
width: 38px;
height: 24px;
padding: 1px;
position: relative;
border-radius: 9999px;
background-image: none;
}
.form-switch .form-check-input:before {
content: "";
width: 20px;
height: 20px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
transition-property: margin-left;
position: absolute;
top: 0px;
bottom: 0px;
margin-top: auto;
margin-bottom: auto;
border-radius: 9999px;
transition-duration: 200ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dark .form-switch .form-check-input:before {
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}
.form-switch .form-check-input:checked {
--tw-border-opacity: 1;
border-color: rgb(var(--color-success) / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
}
.form-switch .form-check-input:checked::before {
margin-left: 14px;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* Default Form Control */
.form-control {
width: 100%;
border-radius: 0.375rem;
--tw-border-opacity: 1;
border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
font-size: 0.875rem;
line-height: 1.25rem;
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
transition-property: color, background-color, border-color, fill, stroke,
opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
-webkit-backdrop-filter;
transition-property: color, background-color, border-color,
text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
backdrop-filter;
transition-property: color, background-color, border-color,
text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-duration: 200ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-control::-moz-placeholder {
color: rgb(var(--color-slate-400) / 0.9);
}
.form-control:-ms-input-placeholder {
color: rgb(var(--color-slate-400) / 0.9);
}
.form-control::placeholder {
color: rgb(var(--color-slate-400) / 0.9);
}
.form-control:focus {
border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
--tw-border-opacity: 0.4;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
var(--tw-shadow, 0 0 #0000);
--tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
--tw-ring-opacity: 0.2;
}
.dark .form-control {
border-color: transparent;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
transition-property: none;
}
.dark .form-control::-moz-placeholder {
color: rgb(var(--color-slate-500) / 0.8);
}
.dark .form-control:-ms-input-placeholder {
color: rgb(var(--color-slate-500) / 0.8);
}
.dark .form-control::placeholder {
color: rgb(var(--color-slate-500) / 0.8);
}
.dark .form-control:focus {
--tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
--tw-ring-opacity: 0.5;
}
.form-control:disabled,
.form-control[readonly] {
cursor: not-allowed;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}
.dark .form-control:disabled,
.dark .form-control[readonly] {
border-color: transparent;
background-color: rgb(var(--color-darkmode-800) / 0.5);
}
/* Default Sizes */
.form-control-sm {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
font-size: 0.75rem;
line-height: 1rem;
}
.form-control-lg {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
padding-left: 1rem;
padding-right: 1rem;
font-size: 1.125rem;
line-height: 1.75rem;
}
/* Form Control Rounded */
.form-control-rounded {
border-radius: 9999px;
}
.form-help {
margin-top: 0.5rem;
font-size: 0.75rem;
line-height: 1rem;
--tw-text-opacity: 1;
color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}
.form-inline {
display: flex;
align-items: center;
}
.form-inline .form-label {
margin-bottom: 0px;
margin-right: 1.25rem;
text-align: right;
}
.form-inline .form-control {
flex: 1 1 0%;
}
.form-label {
margin-bottom: 0.5rem;
display: inline-block;
}
/* Default Form Select */
.form-select {
width: 100%;
border-radius: 0.375rem;
--tw-border-opacity: 1;
border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
padding-right: 2rem;
font-size: 0.875rem;
line-height: 1.25rem;
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
transition-property: color, background-color, border-color, fill, stroke,
opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
-webkit-backdrop-filter;
transition-property: color, background-color, border-color,
text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
backdrop-filter;
transition-property: color, background-color, border-color,
text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-duration: 200ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-select:focus {
border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
--tw-border-opacity: 0.4;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
var(--tw-shadow, 0 0 #0000);
--tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
--tw-ring-opacity: 0.2;
}
.dark .form-select {
border-color: transparent;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}
.dark .form-select:focus {
--tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
--tw-ring-opacity: 0.5;
}
.form-select:disabled,
.form-select[readonly] {
cursor: not-allowed;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}
.dark .form-select:disabled,
.dark .form-select[readonly] {
background-color: rgb(var(--color-darkmode-800) / 0.5);
}
/* Default Sizes */
.form-select-sm {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
padding-left: 0.5rem;
padding-right: 2rem;
font-size: 0.75rem;
line-height: 1rem;
}
.form-select-lg {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
padding-left: 1rem;
padding-right: 2rem;
font-size: 1.125rem;
line-height: 1.75rem;
}

View File

@@ -0,0 +1,234 @@
body {
background-color: transparent;
}
html body {
overflow-x: hidden;
font-family: Roboto;
font-size: 0.875rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 0 !important;
}
.sshadow {
box-shadow: 0px 0px 10px 0px rgba(11, 83, 139, 0.2);
}
.main {
background-image: url(/images/bg-main.svg);
background-attachment: fixed;
background-repeat: no-repeat;
/* padding-top: 1.25rem; */
padding-bottom: 1.25rem;
}
.wrapper {
position: relative;
margin-top: 15px;
}
.wrapper:before {
content: "";
width: 95%;
z-index: -1;
transform: translatey(35px);
-webkit-animation: 0.4s intro-wrapper-animation ease-in-out 0.33333s;
animation: 0.4s intro-wrapper-animation ease-in-out 0.33333s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
border-radius: 1.3rem;
position: absolute;
/* right: -15px; */
margin-left: auto;
margin-right: auto;
margin-top: 1rem;
height: 100%;
background-color: rgb(255 255 255 / 0.1);
opacity: 0;
}
.dark .wrapper:before {
background-color: rgb(var(--color-darkmode-400) / 0.5);
}
.wrapper.wrapper--top-nav .wrapper-box {
padding-top: 80px;
margin-top: -62px;
}
@media (max-width: calc(1280px - 1px)) {
.wrapper.wrapper--top-nav .wrapper-box {
margin-top: -67px;
background-color: transparent;
}
.wrapper.wrapper--top-nav .wrapper-box::before {
content: var(--tw-content);
display: none;
}
.dark .wrapper.wrapper--top-nav .wrapper-box {
background-color: transparent;
}
}
@media (max-width: calc(768px - 1px)) {
.wrapper.wrapper--top-nav .wrapper-box {
margin-top: -7px;
padding-top: 0px;
}
}
@media (max-width: calc(1280px - 1px)) {
.wrapper.wrapper--top-nav:before {
background-color: transparent;
}
}
.wrapper .wrapper-box {
/* transform: translatey(35px); */
/* -webkit-animation: 0.4s intro-wrapper-animation ease-in-out 0.33333s;
animation: 0.4s intro-wrapper-animation ease-in-out 0.33333s;
-webkit-animation-fill-mode: forwards; */
/* animation-fill-mode: forwards; */
/* -webkit-animation-delay: 0.2s; */
/* animation-delay: 0.2s; */
display: flex;
border-radius: 1.3rem;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}
.dark .wrapper .wrapper-box {
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}
.wrapper .wrapper-box:before {
content: "";
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: -1;
display: block;
border-radius: 1.3rem;
background-color: rgb(0 0 0 / 0.15);
}
@media (max-width: calc(768px - 1px)) {
.wrapper .wrapper-box {
margin-top: -7px;
}
}
@-webkit-keyframes intro-wrapper-animation {
100% {
opacity: 1;
transform: translateX(0px);
}
}
@keyframes intro-wrapper-animation {
100% {
opacity: 1;
transform: translateX(0px);
}
}
.text-ssm {
font-size: 0.675rem;
line-height: 1.1rem;
}
input[phx-hook='ToggleInput'] {
border-color: transparent;
}
.fontw-100 {
font-weight: 100
}
.fontw-200 {
font-weight: 200;
}
.fontw-300 {
font-weight: 300;
}
.fontw-400 {
font-weight: 400;
}
.fontw-500 {
font-weight: 500;
}
.fontw-600 {
font-weight: 600;
}
.fontw-700 {
font-weight: 700;
}
.fontw-800 {
font-weight: 800;
}
.fontw-900 {
font-weight: 900;
}
.font-w-100 {
font-weight: 100
}
.font-w-200 {
font-weight: 200;
}
.font-w-300 {
font-weight: 300;
}
.font-w-400 {
font-weight: 400;
}
.font-w-500 {
font-weight: 500;
}
.font-w-600 {
font-weight: 600;
}
.font-w-700 {
font-weight: 700;
}
.font-w-800 {
font-weight: 800;
}
.font-w-900 {
font-weight: 900;
}
.transition-all {
transition: all .3s;
}
.transition-3 {
transition: all .3s;
}
.transition-4 {
transition: all .4s;
}
.transition-5 {
transition: all .5s;
}
.transition-6 {
transition: all .6s;
}
.transition-7 {
transition: all .7s;
}

View File

@@ -0,0 +1,56 @@
@-webkit-keyframes intro-devider-animation {
100%{
opacity: 1;
}
}
@keyframes intro-devider-animation {
100%{
opacity: 1;
}
}
@-webkit-keyframes intro-menu-animation {
100%{
opacity: 1;
transform: translateX(0px);
}
}
@keyframes intro-menu-animation {
100%{
opacity: 1;
transform: translateX(0px);
}
}
@-webkit-keyframes intro-submenu-animation {
100%{
opacity: 1;
transform: translateX(0px);
}
}
@keyframes intro-submenu-animation {
100%{
opacity: 1;
transform: translateX(0px);
}
}
@-webkit-keyframes intro-active-menu-animation {
100%{
z-index: 10;
}
}
@keyframes intro-active-menu-animation {
100%{
z-index: 10;
}
}
@-webkit-keyframes active-side-menu-chevron-animation {
100% {
margin-right: -27px;
opacity: 1;
}
}
@keyframes active-side-menu-chevron-animation {
100% {
margin-right: -27px;
opacity: 1;
}
}

View File

@@ -0,0 +1,51 @@
.news-block{
max-width: 900px;
min-width: 200px;
max-height: 240px;
}
.news-title-image {
height: 200px;
}
.news-full-text-block{
height: calc(100% - 240px);
}
.btn-responsive-width {
width: 100px;
}
@media screen and (max-width: 1071px) {
.btn-responsive-width {
width: 320px;
}
}
@media screen and (max-width: 1024px) {
.news-block{
max-height: 480px;
height: fit-content;
max-width: 450px;
}
.news-block > .news-image{
max-height: 240px;
}
.news-block > .news-text{
max-height: 280px;
height: fit-content;
}
.news-block > .news-text > .news-text-shrinked{
flex-grow: 0;
}
.news-block > .news-image > img{
overflow: auto;
height: auto;
max-width: 450px;
max-height: 240px;
}
.news-title-image {
height: calc(100vw / 8);
min-height:100px
}
.news-full-text-block{
height: calc(100% - 100vw / 2);
}
}

View File

@@ -0,0 +1,94 @@
.group_settings {
display: flex;
flex-direction: column;
}
.group_settings-setting {
display: flex;
width: 100%;
border-bottom: 1px solid #cecece;
padding: 0 0 20px 0;
flex-direction: column;
margin: 20px 0;
}
.group_settings-setting-title{
margin: 0 10px;
display: flex;
}
.group_settings-setting-title > label{
display: flex;
column-gap: 0.5rem;
font-weight: bold;
margin-bottom: 20px;
}
.group_settings-setting-title-params {
display: flex;
column-gap: 0.5rem;
row-gap: 0.5rem;
flex-wrap: wrap;
}
.ant-btn.group_settings-setting-title-params {
margin: 10px;
}
@media screen and (max-width: 1080px) {
.group_settings-setting-title-params {
flex-direction: column;
}
.ant-btn.group_settings-setting-title-params {
margin: 10px 0;
}
}
.group_settings-setting-title-param {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.5rem;
max-width: 100%;
}
.group_settings-setting-title-param.full {
width: 100%;
}
.group_settings-setting-title-param-subtitle {
margin: 0 10px;
min-width: 20px;
width: fit-content;
}
.group_settings-setting-title-param-subtitle.selector {
width: 200px;
}
.group_settings-setting-title-param-value {
display: flex;
flex-wrap: wrap;
min-width: 100px;
max-width: 100%;
gap: 0.5rem;
}
.group_settings-setting-title-param-comments{
display: flex;
flex-direction: column;
border-left: 5px solid #00000073;
padding-left: 10px;
}
.compact-picker {
width: 100% !important;
}
.flex-input-control-block{
flex: 1 1 150px;
min-width: 150px;
}
@media screen and (max-width: 1230px) {
.flex-input-control-block{
flex: 1 1 36px;
}
}
.disable-enabled {
margin: "0 10px;"
}
.disable-enabled[disabled] {
color: #1890ff;
border: 1px solid #1890ff;
}

View File

@@ -0,0 +1,6 @@
.bg-mpk, .bg-mpt, .bg-mtso, .bg-am140, .bg-uk, .bg-avf, .bg-adm, .bg-kda, .bg-chom, .bg-utm, .bg-mtg, .bg-vpr, .bg-rzd {
background: linear-gradient(96.95deg, rgba(236, 236, 243, 0.95) 1.45%, rgba(255, 255, 255, 0.703) 20.43%, rgba(255, 255, 255, 0) 98.58%), linear-gradient(277.71deg, rgba(0, 8, 38, 0.3) 0%, rgba(0, 5, 20, 0.076) 45.46%, rgba(255, 255, 255, 0) 97.87%), linear-gradient(0deg, rgba(123, 134, 152, 0.7), rgba(123, 134, 152, 0.7));
background-size: cover;
background-repeat: no-repeat;
}

View File

@@ -0,0 +1,140 @@
.resp-wrap {
flex-wrap: wrap;
width: 100%;
}
.resp-wrap > div {
width: 100%;
}
#date_select_1-container .SingleDatePickerInput {
width: 150px;
max-width: 90vw;
}
.mobile-menu-button {
width: 180px;
}
@media screen and (max-width: 1230px) {
.resp-wrap {
flex-direction: column;
}
.mobile-full {
width: 100%;
}
}
@media screen and (min-width: 750px) {
.resp-wrap {
flex-wrap: nowrap;
}
.resp-wrap > div {
width: auto;
}
}
@media screen and (max-width: 640px) {
.ant-table {
width: 100%;
min-width: 280px;
overflow-x: auto;
max-width: calc(100vw - 2rem);
}
.name_block_hider {
display: none;
}
.mobile-menu-button {
width: 150px;
}
.small-col {
flex-direction: column;
row-gap: 1.25rem;
}
.small-col > .ant-select {
width: 100%;
min-width: 280px;
}
#date_select_1-container .SingleDatePickerInput {
width: 100%;
min-width: 280px;
max-width: 100%;
}
}
@media screen and (max-width: 490px) {
.group_settings-setting-title-param.mobile-early-column {
align-items: flex-start;
width: 100%;
}
.mobile-early-column {
flex-direction: column;
}
}
.rdt > input {
border-bottom: 1px solid gray;
}
.flex-but {
max-width: 150px;
}
@media screen and (max-width: 1230px) {
.flex-but {
max-width: 100vw;
}
}
.table-container-shadow {
display: flex;
flex-direction: column;
flex-wrap: wrap;
row-gap: 0.5rem;
margin: 1rem;
align-items: center;
background-color: white;
padding: 2rem 1rem;
justify-content: center;
box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12), 2px 3px 7px rgba(0, 0, 0, 0.24);
column-gap: 20px;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.link_btn {
text-decoration: underline;
color: blue;
cursor: pointer;
}
.fontw-100 {
font-weight: 100;
}
.fontw-200 {
font-weight: 200;
}
.fontw-300 {
font-weight: 300;
}
.fontw-400 {
font-weight: 400;
}
.fontw-500 {
font-weight: 500;
}
.fontw-600 {
font-weight: 600;
}
.fontw-700 {
font-weight: 700;
}
.fontw-800 {
font-weight: 800;
}
.fontw-900 {
font-weight: 900;
}

View File

@@ -0,0 +1,157 @@
.ant-select-selector {
height: 36px !important;
min-width: 130px;
}
.ant-input {
height: 26px;
}
.ant-modal {
width: auto !important;
max-height: calc(100vh - 2rem);
top: 0px;
}
.ant-modal-wrap {
margin-top: 2rem;
margin-bottom: 2rem;
}
.ant-table {
width: calc(100vw - 2rem);
min-width: 280px;
overflow-x: auto;
max-width: 100%;
}
.table-w-full .ant-table {
width: 100%;
}
.table-full .seletors_group {
width: 320px;
}
@media screen and (max-width: 640px) {
.table-full .seletors_group {
width: 270px;
}
}
.table-full .ant-table {
width: 100%;
}
.table-w-full .ant-modal-body {
padding: 0 10px;
}
.fs-modal .ant-modal-body {
padding: 0 10px;
}
.ant-modal-wrap.fs-modal {
margin: 0;
}
.fs-table .ant-table-body {
max-height: calc(100vh - 300px);
}
.fs-table .ant-modal-body > div {
max-height: 1000vh;
}
.fs-table .ant-table-cell {
padding: 0 4px;
}
.SingleDatePicker_picker {
z-index: 10;
}
.ant-table-thead th {
color: white !important;
background-color: rgb(56, 55, 60) !important;
}
.ant-table-thead th.antd-th-editable {
color: white !important;
background-color: white !important;
}
.DateInput_input {
padding: 4px 11px 4px;
font-size: 15px;
}
.list_task_subitem {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
flex: "10 1 100px";
}
.ant-select-multiple .ant-select-selection-item-remove {
display: flex;
align-items: center;
}
.ant-select-dropdown {
z-index: 1150;
}
.ant-table-thead th.antd-white-table-cell {
background-color: white !important;
}
@media screen and (max-width: 920px) {
.list_task_subitem_container {
flex-wrap: wrap;
column-gap: 20px;
row-gap: 20px;
}
}
.ant-modal-wrap {
z-index: 1150;
}
.ant-modal-mask {
z-index: 1149;
}
.highcharts-data-table table {
font-family: Verdana, sans-serif;
border-collapse: collapse;
border: 1px solid #ebebeb;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}
.ant-tooltip {
z-index: 3000;
}
.mobile-maxwidth_calc100vw-20rem {
max-width: calc(100vw - 20rem);
}
@media screen and (max-width: 640px) {
.mobile-maxwidth_calc100vw-20rem {
max-width: none;
}
}
.ant-notification {
z-index: 20000;
}
.admin_panel_wrapper_bv {
position: fixed;
z-index: 1001;
}
.anim_rotation {
animation-duration: 0.5s;
animation-name: anim_rotate;
}
@keyframes anim_rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(180deg);
}
}
.ant-message {
z-index: 30000;
}

View File

@@ -0,0 +1,36 @@
.post .post__tabs{
border-color: transparent;
}
.dark .post .post__tabs{
border-color: transparent;
}
.post .post__tabs .nav-item .nav-link{
display: flex;
align-items: center;
justify-content: center;
--tw-text-opacity: 1;
color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}
.post .post__tabs .nav-item .nav-link:hover:not(.disabled):not(.active):hover{
border-color: transparent;
background-color: transparent;
--tw-text-opacity: 1;
color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
}
.dark .post .post__tabs .nav-item .nav-link:hover:not(.disabled):not(.active):hover{
background-color: transparent;
--tw-text-opacity: 1;
color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}
.post .post__tabs .nav-item .nav-link.active{
border-color: transparent;
--tw-text-opacity: 1;
color: rgb(var(--color-primary) / var(--tw-text-opacity));
}
.dark .post .post__tabs .nav-item .nav-link.active{
border-color: transparent;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}

View File

@@ -0,0 +1,4 @@
.svg_btn {
width: 14px;
height: 14px;
}

View File

@@ -0,0 +1,284 @@
.tabulator {
position: relative;
font-size: 14px;
text-align: left;
overflow: hidden;
transform: translateZ(0);
}
.tabulator .tabulator-header {
position: relative;
box-sizing: border-box;
width: 100%;
color: rgb(54, 54, 51);
font-weight: bold;
white-space: nowrap;
overflow: hidden;
padding-left: 5px;
}
.tabulator-header-hidden {
display: none;
}
.tabulator .tabulator-header .tabulator-header-contents {
position: relative;
overflow: hidden;
}
.tabulator .tabulator-header .tabulator-col {
display: inline-flex;
position: relative;
box-sizing: border-box;
flex-direction: column;
justify-content: flex-start;
text-align: left;
vertical-align: middle;
overflow: hidden;
height: fit-content !important;
margin-right: 3px;
}
/* .tabulator-col-resize-handle {
height: fit-content !important;
} */
.tabulator .tabulator-headers {
}
.tabulator .tabulator-headers .tabulator-col-resize-handle {
width: 3px;
height: 25px !important;
}
.tabulator .tabulator-tableholder {
position: relative;
width: 100%;
white-space: nowrap;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.tabulator .tabulator-tableholder .tabulator-table {
position: relative;
display: inline-block;
white-space: nowrap;
overflow: visible;
color: #333;
}
.tabulator-row {
position: relative;
box-sizing: border-box;
min-height: 22px;
background-color: rgb(var(--color-slate-50));
width: calc(100% - 15px);
overflow: hidden;
}
.tabulator-row:first-child {
margin-top: 0;
}
.tabulator-row .tabulator-cell {
display: inline-block;
position: relative;
box-sizing: border-box;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.tabulator-cell:first-child {
padding: 0 0.25rem;
}
.tabulator-placeholder-contents {
text-align: center;
}
.tabulator .tabulator-col-resize-handle {
position: relative;
display: inline-block;
width: 6px;
margin-left: -3px;
margin-right: -3px;
z-index: 10;
vertical-align: middle;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
box-sizing: border-box;
position: relative;
padding: 4px;
}
.tabulator
.tabulator-header
.tabulator-col
.tabulator-col-content
.tabulator-col-title-holder {
position: relative;
cursor: pointer;
}
.tabulator-col-title {
display: none;
text-align: center;
color: #7d7d7d;
font-size: 14px;
font-weight: 900;
}
/* .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { */
/* padding-right: 25px; */
/* } */
/*
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
box-sizing: border-box;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
text-align: center;
} */
.tabulator
.tabulator-header
.tabulator-col.tabulator-sortable[aria-sort="none"]
.tabulator-col-content
.tabulator-col-sorter {
color: #bbb;
}
.tabulator
.tabulator-header
.tabulator-col
.tabulator-col-content
.tabulator-col-sorter {
display: flex;
align-items: center;
position: absolute;
top: 10px;
bottom: 0;
right: 4px;
}
.tabulator
.tabulator-header
.tabulator-col.tabulator-sortable[aria-sort="none"]
.tabulator-col-content
.tabulator-col-sorter
.tabulator-arrow {
border-top: none;
border-bottom: 6px solid #bbb;
}
.tabulator
.tabulator-header
.tabulator-col
.tabulator-col-content
.tabulator-col-sorter
.tabulator-arrow {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #bbb;
}
.tabulator-header-filter > input {
padding: 0px 0.5rem !important;
font-size: 10px;
background-color: transparent;
}
.tabulator-header-filter {
margin-right: 20px;
}
.tabulator-header-filter > input {
border-radius: 0;
border: none;
border-bottom: 1px solid rgb(var(--color-slate-200));
}
.tabulator
.tabulator-header
.tabulator-col.tabulator-col-sorter-element[aria-sort="descending"]
.tabulator-col-sorter
.tabulator-arrow {
transform: rotate(180deg);
}
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
width: 100%;
height: 2px;
border-radius: 100px;
margin-top: 2px;
background: rgb(115, 115, 121);
}
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
width: 80%;
cursor: grab;
}
.tabulator-row .tabulator-cell.tabulator-frozen {
display: inline-block;
position: sticky;
left: 0;
background-color: inherit;
z-index: 10;
}
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
border-right: 2px solid #aaa;
}
.tabulator-row.tabulator-moving{
position:absolute;
border-top:1px solid #aaa;
border-bottom:1px solid #aaa;
pointer-events:none;
z-index:15;
cursor: grabbing;
}
.tabulator-row .tabulator-row-resize-handle{position:absolute;right:0;bottom:0;left:0;height:5px}
.tabulator-row .tabulator-row-resize-handle.prev{top:0;bottom:auto}
.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}
.tabulator-row .tabulator-responsive-collapse{box-sizing:border-box;padding:5px;border-top:1px solid #aaa;border-bottom:1px solid #aaa}
.tabulator-row .tabulator-responsive-collapse:empty{display:none}
.tabulator-row .tabulator-responsive-collapse table{font-size:14px}
.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}
.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}
.tabulator-row .tabulator-cell{display:inline-block;position:relative;box-sizing:border-box;padding:4px;border-right:1px solid #aaa;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tabulator-row .tabulator-cell.tabulator-frozen{display:inline-block;position:sticky;left:0;background-color:inherit;z-index:10}
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}
.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}
.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}
.tabulator-row .tabulator-cell.tabulator-row-handle {
display: inline-flex;
align-items: center;
justify-content: center;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
/*# sourceMappingURL=tabulator.min.css.map */

View File

@@ -0,0 +1,38 @@
.content {
padding: 0px 22px;
border-radius: 1.3rem;
min-height: 100vh;
min-width: 0px;
flex: 1 1 0%;
--tw-bg-opacity: 1;
background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
padding-bottom: 2.5rem;
padding-top: 0.5rem;
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .content{
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}
@media (max-width: calc(768px - 1px)) {
.content{
max-width: 100%;
padding-left: 1rem;
padding-right: 1rem;
}
}
@media (max-width: calc(350px)) {
.content{
max-width: 100%;
padding-left: 0.25rem;
padding-right: 0.25rem;
}
}
.content:before {
content: "";
display: block;
height: 1px;
width: 100%;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,61 @@
.linear-loader.phx-click-loading,
.linear-loader.phx-click-loading:before,
.linear-loader.phx-click-loading:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.linear-loader.phx-click-loading {
color: #4F91F2;
font-size: 6px;
margin: -10px 20px 10px 0;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.linear-loader.phx-click-loading:before,
.linear-loader.phx-click-loading:after {
content: '';
position: absolute;
top: 0;
}
.linear-loader.phx-click-loading:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.linear-loader.phx-click-loading:after {
left: 3.5em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.border0 * {
border: 0 !important;
}

View File

@@ -0,0 +1,33 @@
.burger_btn {
position: relative;
cursor: pointer;
display: flex;
flex-direction: column;
transition: all 0.3s;
}
.burger_btn div {
height: 2px;
width: 25px;
border-radius: 100px;
background-color: rgb(var(--color-light) / 1);
margin-bottom: 5px;
transition: all 0.3s;
}
.burger_btn div:nth-child(3) {
margin-bottom: 0;
}
.burger_btn.active div:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.burger_btn.active div:nth-child(2) {
transform: rotate(160deg);
opacity: 0;
}
.burger_btn.active div:nth-child(3) {
transform: rotate(-45deg) translate(4px, -5px);
}

View File

@@ -0,0 +1,86 @@
.dropdown .dropdown-menu {
transform: translate3d(-10000px, 0px, 0px) !important;
}
.dropdown-menu {
z-index: 9999;
inset: 0px auto auto 0px;
transition: visibility 0s ease-in-out 0.2s, opacity 0.2s 0s;
visibility: hidden;
position: absolute;
opacity: 0;
}
.dropdown-menu.show {
transition: visibility 0s ease-in-out 0s, opacity 0.2s 0s;
visibility: visible;
opacity: 1;
}
.dropdown-menu.show > .dropdown-content{
margin-top: 0.25rem;
}
.dropdown-menu.show > .dropdown-content .tab-content .tab-pane{
visibility: visible;
}
.dropdown-menu .dropdown-content {
transition: margin-top 0.2s;
box-shadow: 0px 3px 10px #00000017;
position: relative;
margin-top: 1.25rem;
width: 100%;
border-radius: 0.375rem;
padding: 0.5rem;
}
.dropdown-menu .dropdown-content .dropdown-header{
padding: 0.5rem;
font-weight: 500;
}
.dropdown-menu .dropdown-content .dropdown-divider{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.dropdown-menu .dropdown-content .dropdown-item{
display: flex;
align-items: center;
border-radius: 0.375rem;
padding: 0.5rem;
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-duration: 300ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dropdown-menu .dropdown-content .dropdown-footer{
display: flex;
padding: 0.25rem;
}
.dropdown-menu .dropdown-content .tab-content .tab-pane{
visibility: hidden;
}
.dropdown-content{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark .dropdown-content{
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}
.dropdown-divider{
border-color: rgb(var(--color-slate-200) / 0.6);
}
.dark .dropdown-divider{
--tw-border-opacity: 1;
border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
}
.dropdown-item:hover{
background-color: rgb(var(--color-slate-200) / 0.6);
}
.dark .dropdown-item{
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}
.dark .dropdown-item:hover{
--tw-bg-opacity: 1;
background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}