init report && move live_monitor_vue
This commit is contained in:
809
live_monitor_vue/public/css/_flatpickr.css
Normal file
809
live_monitor_vue/public/css/_flatpickr.css
Normal file
@@ -0,0 +1,809 @@
|
||||
.flatpickr-input {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.flatpickr-calendar {
|
||||
background: transparent;
|
||||
opacity: 0;
|
||||
display: none;
|
||||
text-align: center;
|
||||
visibility: hidden;
|
||||
padding: 0;
|
||||
-webkit-animation: none;
|
||||
animation: none;
|
||||
direction: ltr;
|
||||
border: 0;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
width: 307.875px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-ms-touch-action: manipulation;
|
||||
touch-action: manipulation;
|
||||
background: #3f4458;
|
||||
-webkit-box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c,
|
||||
0 -1px 0 #20222c, 0 3px 13px rgba(0, 0, 0, 0.08);
|
||||
box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c,
|
||||
0 -1px 0 #20222c, 0 3px 13px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
.flatpickr-calendar.open,
|
||||
.flatpickr-calendar.inline {
|
||||
opacity: 1;
|
||||
max-height: 640px;
|
||||
visibility: visible;
|
||||
}
|
||||
.flatpickr-calendar.open {
|
||||
display: inline-block;
|
||||
z-index: 99999;
|
||||
}
|
||||
.flatpickr-calendar.animate.open {
|
||||
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
||||
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
||||
}
|
||||
.flatpickr-calendar.inline {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
.flatpickr-calendar.static {
|
||||
position: absolute;
|
||||
top: calc(100% + 2px);
|
||||
}
|
||||
.flatpickr-calendar.static.open {
|
||||
z-index: 999;
|
||||
display: block;
|
||||
}
|
||||
.flatpickr-calendar.multiMonth
|
||||
.flatpickr-days
|
||||
.dayContainer:nth-child(n + 1)
|
||||
.flatpickr-day.inRange:nth-child(7n + 7) {
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.flatpickr-calendar.multiMonth
|
||||
.flatpickr-days
|
||||
.dayContainer:nth-child(n + 2)
|
||||
.flatpickr-day.inRange:nth-child(7n + 1) {
|
||||
-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
||||
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
||||
}
|
||||
.flatpickr-calendar .hasWeeks .dayContainer,
|
||||
.flatpickr-calendar .hasTime .dayContainer {
|
||||
border-bottom: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.flatpickr-calendar .hasWeeks .dayContainer {
|
||||
border-left: 0;
|
||||
}
|
||||
.flatpickr-calendar.hasTime .flatpickr-time {
|
||||
height: 40px;
|
||||
border-top: 1px solid #20222c;
|
||||
}
|
||||
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
|
||||
height: auto;
|
||||
}
|
||||
.flatpickr-calendar:before,
|
||||
.flatpickr-calendar:after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
border: solid transparent;
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
left: 22px;
|
||||
}
|
||||
.flatpickr-calendar.rightMost:before,
|
||||
.flatpickr-calendar.arrowRight:before,
|
||||
.flatpickr-calendar.rightMost:after,
|
||||
.flatpickr-calendar.arrowRight:after {
|
||||
left: auto;
|
||||
right: 22px;
|
||||
}
|
||||
.flatpickr-calendar.arrowCenter:before,
|
||||
.flatpickr-calendar.arrowCenter:after {
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
}
|
||||
.flatpickr-calendar:before {
|
||||
border-width: 5px;
|
||||
margin: 0 -5px;
|
||||
}
|
||||
.flatpickr-calendar:after {
|
||||
border-width: 4px;
|
||||
margin: 0 -4px;
|
||||
}
|
||||
.flatpickr-calendar.arrowTop:before,
|
||||
.flatpickr-calendar.arrowTop:after {
|
||||
bottom: 100%;
|
||||
}
|
||||
.flatpickr-calendar.arrowTop:before {
|
||||
border-bottom-color: #20222c;
|
||||
}
|
||||
.flatpickr-calendar.arrowTop:after {
|
||||
border-bottom-color: #3f4458;
|
||||
}
|
||||
.flatpickr-calendar.arrowBottom:before,
|
||||
.flatpickr-calendar.arrowBottom:after {
|
||||
top: 100%;
|
||||
}
|
||||
.flatpickr-calendar.arrowBottom:before {
|
||||
border-top-color: #20222c;
|
||||
}
|
||||
.flatpickr-calendar.arrowBottom:after {
|
||||
border-top-color: #3f4458;
|
||||
}
|
||||
.flatpickr-calendar:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.flatpickr-wrapper {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
.flatpickr-months {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
.flatpickr-months .flatpickr-month {
|
||||
background: #3f4458;
|
||||
color: #fff;
|
||||
fill: #fff;
|
||||
height: 34px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
overflow: hidden;
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month,
|
||||
.flatpickr-months .flatpickr-next-month {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: 34px;
|
||||
padding: 10px;
|
||||
z-index: 3;
|
||||
color: #fff;
|
||||
fill: #fff;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
|
||||
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
|
||||
display: none;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month i,
|
||||
.flatpickr-months .flatpickr-next-month i {
|
||||
position: relative;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
|
||||
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
|
||||
/*
|
||||
/*rtl:begin:ignore*/
|
||||
/*
|
||||
*/
|
||||
left: 0;
|
||||
/*
|
||||
/*rtl:end:ignore*/
|
||||
/*
|
||||
*/
|
||||
}
|
||||
/*
|
||||
/*rtl:begin:ignore*/
|
||||
/*
|
||||
/*rtl:end:ignore*/
|
||||
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
|
||||
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
|
||||
/*
|
||||
/*rtl:begin:ignore*/
|
||||
/*
|
||||
*/
|
||||
right: 0;
|
||||
/*
|
||||
/*rtl:end:ignore*/
|
||||
/*
|
||||
*/
|
||||
}
|
||||
/*
|
||||
/*rtl:begin:ignore*/
|
||||
/*
|
||||
/*rtl:end:ignore*/
|
||||
.flatpickr-months .flatpickr-prev-month:hover,
|
||||
.flatpickr-months .flatpickr-next-month:hover {
|
||||
color: #eee;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month:hover svg,
|
||||
.flatpickr-months .flatpickr-next-month:hover svg {
|
||||
fill: #f64747;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month svg,
|
||||
.flatpickr-months .flatpickr-next-month svg {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month svg path,
|
||||
.flatpickr-months .flatpickr-next-month svg path {
|
||||
-webkit-transition: fill 0.1s;
|
||||
transition: fill 0.1s;
|
||||
fill: inherit;
|
||||
}
|
||||
.numInputWrapper {
|
||||
position: relative;
|
||||
height: auto;
|
||||
}
|
||||
.numInputWrapper input,
|
||||
.numInputWrapper span {
|
||||
display: inline-block;
|
||||
}
|
||||
.numInputWrapper input {
|
||||
width: 100%;
|
||||
}
|
||||
.numInputWrapper input::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
.numInputWrapper input::-webkit-outer-spin-button,
|
||||
.numInputWrapper input::-webkit-inner-spin-button {
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.numInputWrapper span {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 14px;
|
||||
padding: 0 4px 0 2px;
|
||||
height: 50%;
|
||||
line-height: 50%;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.numInputWrapper span:hover {
|
||||
background: rgba(192, 187, 167, 0.1);
|
||||
}
|
||||
.numInputWrapper span:active {
|
||||
background: rgba(192, 187, 167, 0.2);
|
||||
}
|
||||
.numInputWrapper span:after {
|
||||
display: block;
|
||||
content: "";
|
||||
position: absolute;
|
||||
}
|
||||
.numInputWrapper span.arrowUp {
|
||||
top: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.numInputWrapper span.arrowUp:after {
|
||||
border-left: 4px solid transparent;
|
||||
border-right: 4px solid transparent;
|
||||
border-bottom: 4px solid rgba(255, 255, 255, 0.6);
|
||||
top: 26%;
|
||||
}
|
||||
.numInputWrapper span.arrowDown {
|
||||
top: 50%;
|
||||
}
|
||||
.numInputWrapper span.arrowDown:after {
|
||||
border-left: 4px solid transparent;
|
||||
border-right: 4px solid transparent;
|
||||
border-top: 4px solid rgba(255, 255, 255, 0.6);
|
||||
top: 40%;
|
||||
}
|
||||
.numInputWrapper span svg {
|
||||
width: inherit;
|
||||
height: auto;
|
||||
}
|
||||
.numInputWrapper span svg path {
|
||||
fill: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.numInputWrapper:hover {
|
||||
background: rgba(192, 187, 167, 0.05);
|
||||
}
|
||||
.numInputWrapper:hover span {
|
||||
opacity: 1;
|
||||
}
|
||||
.flatpickr-current-month {
|
||||
font-size: 135%;
|
||||
line-height: inherit;
|
||||
font-weight: 300;
|
||||
color: inherit;
|
||||
position: absolute;
|
||||
width: 75%;
|
||||
left: 12.5%;
|
||||
padding: 7.48px 0 0 0;
|
||||
line-height: 1;
|
||||
height: 34px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||
transform: translate3d(0px, 0px, 0px);
|
||||
}
|
||||
.flatpickr-current-month span.cur-month {
|
||||
font-family: inherit;
|
||||
font-weight: 700;
|
||||
color: inherit;
|
||||
display: inline-block;
|
||||
margin-left: 0.5ch;
|
||||
padding: 0;
|
||||
}
|
||||
.flatpickr-current-month span.cur-month:hover {
|
||||
background: rgba(192, 187, 167, 0.05);
|
||||
}
|
||||
.flatpickr-current-month .numInputWrapper {
|
||||
width: 6ch;
|
||||
width: 7ch\0;
|
||||
display: inline-block;
|
||||
}
|
||||
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
|
||||
border-top-color: #fff;
|
||||
}
|
||||
.flatpickr-current-month input.cur-year {
|
||||
background: transparent;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
color: inherit;
|
||||
cursor: text;
|
||||
padding: 0 0 0 0.5ch;
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
font-weight: 300;
|
||||
line-height: inherit;
|
||||
height: auto;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
vertical-align: initial;
|
||||
-webkit-appearance: textfield;
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
}
|
||||
.flatpickr-current-month input.cur-year:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.flatpickr-current-month input.cur-year[disabled],
|
||||
.flatpickr-current-month input.cur-year[disabled]:hover {
|
||||
font-size: 100%;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
background: transparent;
|
||||
pointer-events: none;
|
||||
}
|
||||
.flatpickr-current-month .flatpickr-monthDropdown-months {
|
||||
appearance: menulist;
|
||||
background: #3f4458;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
box-sizing: border-box;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
font-weight: 300;
|
||||
height: auto;
|
||||
line-height: inherit;
|
||||
margin: -1px 0 0 0;
|
||||
outline: none;
|
||||
padding: 0 0 0 0.5ch;
|
||||
position: relative;
|
||||
vertical-align: initial;
|
||||
-webkit-box-sizing: border-box;
|
||||
-webkit-appearance: menulist;
|
||||
-moz-appearance: menulist;
|
||||
width: auto;
|
||||
}
|
||||
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
|
||||
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
|
||||
outline: none;
|
||||
}
|
||||
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
|
||||
background: rgba(192, 187, 167, 0.05);
|
||||
}
|
||||
.flatpickr-current-month
|
||||
.flatpickr-monthDropdown-months
|
||||
.flatpickr-monthDropdown-month {
|
||||
background-color: #3f4458;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
}
|
||||
.flatpickr-weekdays {
|
||||
background: transparent;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
height: 28px;
|
||||
}
|
||||
.flatpickr-weekdays .flatpickr-weekdaycontainer {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
span.flatpickr-weekday {
|
||||
cursor: default;
|
||||
font-size: 90%;
|
||||
background: #3f4458;
|
||||
color: #fff;
|
||||
line-height: 1;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
display: block;
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
font-weight: bolder;
|
||||
}
|
||||
.dayContainer,
|
||||
.flatpickr-weeks {
|
||||
padding: 1px 0 0 0;
|
||||
}
|
||||
.flatpickr-days {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: start;
|
||||
-webkit-align-items: flex-start;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
width: 307.875px;
|
||||
}
|
||||
.flatpickr-days:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.dayContainer {
|
||||
padding: 0;
|
||||
outline: 0;
|
||||
text-align: left;
|
||||
width: 307.875px;
|
||||
min-width: 307.875px;
|
||||
max-width: 307.875px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
-ms-flex-pack: justify;
|
||||
-webkit-justify-content: space-around;
|
||||
justify-content: space-around;
|
||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||
transform: translate3d(0px, 0px, 0px);
|
||||
opacity: 1;
|
||||
}
|
||||
.dayContainer + .dayContainer {
|
||||
-webkit-box-shadow: -1px 0 0 #20222c;
|
||||
box-shadow: -1px 0 0 #20222c;
|
||||
}
|
||||
.flatpickr-day {
|
||||
background: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 150px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
color: rgba(255, 255, 255, 0.95);
|
||||
cursor: pointer;
|
||||
font-weight: 400;
|
||||
width: 14.2857143%;
|
||||
-webkit-flex-basis: 14.2857143%;
|
||||
-ms-flex-preferred-size: 14.2857143%;
|
||||
flex-basis: 14.2857143%;
|
||||
max-width: 39px;
|
||||
height: 39px;
|
||||
line-height: 39px;
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
-webkit-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
.flatpickr-day.inRange,
|
||||
.flatpickr-day.prevMonthDay.inRange,
|
||||
.flatpickr-day.nextMonthDay.inRange,
|
||||
.flatpickr-day.today.inRange,
|
||||
.flatpickr-day.prevMonthDay.today.inRange,
|
||||
.flatpickr-day.nextMonthDay.today.inRange,
|
||||
.flatpickr-day:hover,
|
||||
.flatpickr-day.prevMonthDay:hover,
|
||||
.flatpickr-day.nextMonthDay:hover,
|
||||
.flatpickr-day:focus,
|
||||
.flatpickr-day.prevMonthDay:focus,
|
||||
.flatpickr-day.nextMonthDay:focus {
|
||||
cursor: pointer;
|
||||
outline: 0;
|
||||
background: #646c8c;
|
||||
border-color: #646c8c;
|
||||
}
|
||||
.flatpickr-day.today {
|
||||
border-color: #eee;
|
||||
}
|
||||
.flatpickr-day.today:hover,
|
||||
.flatpickr-day.today:focus {
|
||||
border-color: #eee;
|
||||
background: #eee;
|
||||
color: #3f4458;
|
||||
}
|
||||
.flatpickr-day.selected,
|
||||
.flatpickr-day.startRange,
|
||||
.flatpickr-day.endRange,
|
||||
.flatpickr-day.selected.inRange,
|
||||
.flatpickr-day.startRange.inRange,
|
||||
.flatpickr-day.endRange.inRange,
|
||||
.flatpickr-day.selected:focus,
|
||||
.flatpickr-day.startRange:focus,
|
||||
.flatpickr-day.endRange:focus,
|
||||
.flatpickr-day.selected:hover,
|
||||
.flatpickr-day.startRange:hover,
|
||||
.flatpickr-day.endRange:hover,
|
||||
.flatpickr-day.selected.prevMonthDay,
|
||||
.flatpickr-day.startRange.prevMonthDay,
|
||||
.flatpickr-day.endRange.prevMonthDay,
|
||||
.flatpickr-day.selected.nextMonthDay,
|
||||
.flatpickr-day.startRange.nextMonthDay,
|
||||
.flatpickr-day.endRange.nextMonthDay {
|
||||
background: #80cbc4;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
color: #fff;
|
||||
border-color: #80cbc4;
|
||||
}
|
||||
.flatpickr-day.selected.startRange,
|
||||
.flatpickr-day.startRange.startRange,
|
||||
.flatpickr-day.endRange.startRange {
|
||||
border-radius: 50px 0 0 50px;
|
||||
}
|
||||
.flatpickr-day.selected.endRange,
|
||||
.flatpickr-day.startRange.endRange,
|
||||
.flatpickr-day.endRange.endRange {
|
||||
border-radius: 0 50px 50px 0;
|
||||
}
|
||||
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
|
||||
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
|
||||
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
|
||||
-webkit-box-shadow: -10px 0 0 #80cbc4;
|
||||
box-shadow: -10px 0 0 #80cbc4;
|
||||
}
|
||||
.flatpickr-day.selected.startRange.endRange,
|
||||
.flatpickr-day.startRange.startRange.endRange,
|
||||
.flatpickr-day.endRange.startRange.endRange {
|
||||
border-radius: 50px;
|
||||
}
|
||||
.flatpickr-day.inRange {
|
||||
border-radius: 0;
|
||||
-webkit-box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
|
||||
box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
|
||||
}
|
||||
.flatpickr-day.flatpickr-disabled,
|
||||
.flatpickr-day.flatpickr-disabled:hover,
|
||||
.flatpickr-day.prevMonthDay,
|
||||
.flatpickr-day.nextMonthDay,
|
||||
.flatpickr-day.notAllowed,
|
||||
.flatpickr-day.notAllowed.prevMonthDay,
|
||||
.flatpickr-day.notAllowed.nextMonthDay {
|
||||
color: rgba(255, 255, 255, 0.3);
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
cursor: default;
|
||||
}
|
||||
.flatpickr-day.flatpickr-disabled,
|
||||
.flatpickr-day.flatpickr-disabled:hover {
|
||||
cursor: not-allowed;
|
||||
color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.flatpickr-day.week.selected {
|
||||
border-radius: 0;
|
||||
-webkit-box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
|
||||
box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
|
||||
}
|
||||
.flatpickr-day.hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
.rangeMode .flatpickr-day {
|
||||
margin-top: 1px;
|
||||
}
|
||||
.flatpickr-weekwrapper {
|
||||
float: left;
|
||||
}
|
||||
.flatpickr-weekwrapper .flatpickr-weeks {
|
||||
padding: 0 12px;
|
||||
-webkit-box-shadow: 1px 0 0 #20222c;
|
||||
box-shadow: 1px 0 0 #20222c;
|
||||
}
|
||||
.flatpickr-weekwrapper .flatpickr-weekday {
|
||||
float: none;
|
||||
width: 100%;
|
||||
line-height: 28px;
|
||||
}
|
||||
.flatpickr-weekwrapper span.flatpickr-day,
|
||||
.flatpickr-weekwrapper span.flatpickr-day:hover {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
color: rgba(255, 255, 255, 0.3);
|
||||
background: transparent;
|
||||
cursor: default;
|
||||
border: none;
|
||||
}
|
||||
.flatpickr-innerContainer {
|
||||
display: block;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
.flatpickr-rContainer {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.flatpickr-time {
|
||||
text-align: center;
|
||||
outline: 0;
|
||||
display: block;
|
||||
height: 0;
|
||||
line-height: 40px;
|
||||
max-height: 40px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
.flatpickr-time:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
.flatpickr-time .numInputWrapper {
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
width: 40%;
|
||||
height: 40px;
|
||||
float: left;
|
||||
}
|
||||
.flatpickr-time .numInputWrapper span.arrowUp:after {
|
||||
border-bottom-color: rgba(255, 255, 255, 0.95);
|
||||
}
|
||||
.flatpickr-time .numInputWrapper span.arrowDown:after {
|
||||
border-top-color: rgba(255, 255, 255, 0.95);
|
||||
}
|
||||
.flatpickr-time.hasSeconds .numInputWrapper {
|
||||
width: 26%;
|
||||
}
|
||||
.flatpickr-time.time24hr .numInputWrapper {
|
||||
width: 49%;
|
||||
}
|
||||
.flatpickr-time input {
|
||||
background: transparent;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: inherit;
|
||||
line-height: inherit;
|
||||
color: rgba(255, 255, 255, 0.95);
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-appearance: textfield;
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
}
|
||||
.flatpickr-time input.flatpickr-hour {
|
||||
font-weight: bold;
|
||||
}
|
||||
.flatpickr-time input.flatpickr-minute,
|
||||
.flatpickr-time input.flatpickr-second {
|
||||
font-weight: 400;
|
||||
}
|
||||
.flatpickr-time input:focus {
|
||||
outline: 0;
|
||||
border: 0;
|
||||
}
|
||||
.flatpickr-time .flatpickr-time-separator,
|
||||
.flatpickr-time .flatpickr-am-pm {
|
||||
height: inherit;
|
||||
float: left;
|
||||
line-height: inherit;
|
||||
color: rgba(255, 255, 255, 0.95);
|
||||
font-weight: bold;
|
||||
width: 2%;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-align-self: center;
|
||||
-ms-flex-item-align: center;
|
||||
align-self: center;
|
||||
}
|
||||
.flatpickr-time .flatpickr-am-pm {
|
||||
outline: 0;
|
||||
width: 18%;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
}
|
||||
.flatpickr-time input:hover,
|
||||
.flatpickr-time .flatpickr-am-pm:hover,
|
||||
.flatpickr-time input:focus,
|
||||
.flatpickr-time .flatpickr-am-pm:focus {
|
||||
background: #6a7395;
|
||||
}
|
||||
.flatpickr-input[readonly] {
|
||||
cursor: pointer;
|
||||
}
|
||||
@-webkit-keyframes fpFadeInDown {
|
||||
from {
|
||||
opacity: 0;
|
||||
-webkit-transform: translate3d(0, -20px, 0);
|
||||
transform: translate3d(0, -20px, 0);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
@keyframes fpFadeInDown {
|
||||
from {
|
||||
opacity: 0;
|
||||
-webkit-transform: translate3d(0, -20px, 0);
|
||||
transform: translate3d(0, -20px, 0);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
107
live_monitor_vue/public/css/admin_panel.css
Normal file
107
live_monitor_vue/public/css/admin_panel.css
Normal file
@@ -0,0 +1,107 @@
|
||||
.admin_button_bv {
|
||||
transition: all 0.3s;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
right: 11px;
|
||||
z-index: 1001;
|
||||
border-radius: 100% 0 0 100%;
|
||||
padding: 10px;
|
||||
background-color: white;
|
||||
border: 1px solid rgb(206, 206, 206);
|
||||
border-right: none;
|
||||
opacity: 0.6;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 720px) {
|
||||
.admin_button_bv {
|
||||
right: -3000px;
|
||||
display: none;
|
||||
}
|
||||
.admin_panel_wrapper_bv * {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.admin_button_bv:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.admin_button_bv svg {
|
||||
fill: rgb(85, 84, 82);
|
||||
}
|
||||
|
||||
.admin_panel_wrapper_bv {
|
||||
position: fixed;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
.admin_panel_bv {
|
||||
box-shadow: -10px -10px 30px 4px rgba(20, 55, 82, 0.15);
|
||||
transition: all 0.3s;
|
||||
position: fixed;
|
||||
z-index: 1005;
|
||||
height: 400px;
|
||||
width: 250px;
|
||||
background-color: white;
|
||||
border: 1px solid rgb(224, 228, 231);
|
||||
bottom: 0;
|
||||
right: 11px;
|
||||
border-radius: 5px 0 0 0;
|
||||
}
|
||||
|
||||
.admin_panel_bv.closed {
|
||||
right: -400px;
|
||||
}
|
||||
|
||||
.admin_panel_bv > .admin_panel_header {
|
||||
border-bottom: 1px solid rgb(211, 211, 211);
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-weight: 700;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.admin_panel_bv > .admin_panel_header > svg {
|
||||
fill: gray;
|
||||
transition: all 0.3s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.admin_panel_bv > .admin_panel_header > svg:hover {
|
||||
fill: rgb(66, 65, 62);
|
||||
}
|
||||
|
||||
.admin_panel_bv > .admin_panel_body {
|
||||
padding: 10px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.admin_panel_body li {
|
||||
list-style-type: none;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.admin_panel_bv > .admin_panel_body > ul > li {
|
||||
border-bottom: 1px solid rgb(220, 220, 220);
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
transition: all 0.1s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.admin_panel_bv > .admin_panel_body > ul > li:hover {
|
||||
color: rgb(89, 108, 218);
|
||||
}
|
||||
|
||||
.admin_panel_bv > .admin_panel_body > ul > li:active {
|
||||
color: rgb(69, 88, 199);
|
||||
}
|
||||
|
||||
.main_wrapper_increased {
|
||||
padding-bottom: 400px;
|
||||
}
|
||||
365
live_monitor_vue/public/css/components/10_form.css
Normal file
365
live_monitor_vue/public/css/components/10_form.css
Normal 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;
|
||||
}
|
||||
234
live_monitor_vue/public/css/components/10_global.css
Normal file
234
live_monitor_vue/public/css/components/10_global.css
Normal 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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
51
live_monitor_vue/public/css/components/111_blog_news.css
Normal file
51
live_monitor_vue/public/css/components/111_blog_news.css
Normal 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);
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
140
live_monitor_vue/public/css/components/111_other.css
Normal file
140
live_monitor_vue/public/css/components/111_other.css
Normal 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;
|
||||
}
|
||||
157
live_monitor_vue/public/css/components/111_react_components.css
Normal file
157
live_monitor_vue/public/css/components/111_react_components.css
Normal 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;
|
||||
}
|
||||
36
live_monitor_vue/public/css/components/2_post.css
Normal file
36
live_monitor_vue/public/css/components/2_post.css
Normal 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));
|
||||
}
|
||||
4
live_monitor_vue/public/css/components/2_svg_btn.css
Normal file
4
live_monitor_vue/public/css/components/2_svg_btn.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.svg_btn {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
284
live_monitor_vue/public/css/components/2_tabulator-table.css
Normal file
284
live_monitor_vue/public/css/components/2_tabulator-table.css
Normal 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 */
|
||||
38
live_monitor_vue/public/css/components/3_content.css
Normal file
38
live_monitor_vue/public/css/components/3_content.css
Normal 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%;
|
||||
}
|
||||
3196
live_monitor_vue/public/css/components/3_menu.css
Normal file
3196
live_monitor_vue/public/css/components/3_menu.css
Normal file
File diff suppressed because it is too large
Load Diff
61
live_monitor_vue/public/css/components/3_phx_loader.css
Normal file
61
live_monitor_vue/public/css/components/3_phx_loader.css
Normal 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;
|
||||
}
|
||||
33
live_monitor_vue/public/css/components/9_burger.css
Normal file
33
live_monitor_vue/public/css/components/9_burger.css
Normal 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);
|
||||
}
|
||||
86
live_monitor_vue/public/css/components/9_dropdown.css
Normal file
86
live_monitor_vue/public/css/components/9_dropdown.css
Normal 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));
|
||||
}
|
||||
193
live_monitor_vue/public/css/error_page.css
Normal file
193
live_monitor_vue/public/css/error_page.css
Normal file
@@ -0,0 +1,193 @@
|
||||
body.error_wrapper {
|
||||
overflow: hidden;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
body.error_wrapper .to_main {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
left: 70px;
|
||||
font-weight: 800;
|
||||
font-size: 22px;
|
||||
color: rgb(94, 94, 255);
|
||||
}
|
||||
|
||||
.main.error_page {
|
||||
transform: translate(0, 45%);
|
||||
}
|
||||
|
||||
.st0 {
|
||||
fill: #fff;
|
||||
}
|
||||
.st2 {
|
||||
fill: #5d89af;
|
||||
}
|
||||
.st3 {
|
||||
fill: #709abf;
|
||||
}
|
||||
.st4,
|
||||
.st6 {
|
||||
fill: #fff;
|
||||
stroke: #b3dcdf;
|
||||
stroke-miterlimit: 10;
|
||||
}
|
||||
.st6 {
|
||||
stroke: #5d89af;
|
||||
stroke-width: 2;
|
||||
}
|
||||
.st7,
|
||||
.st8,
|
||||
.st9 {
|
||||
stroke: #709abf;
|
||||
stroke-miterlimit: 10;
|
||||
}
|
||||
|
||||
.st7 {
|
||||
stroke-width: 5;
|
||||
stroke-linecap: round;
|
||||
fill: none;
|
||||
}
|
||||
.st8,
|
||||
.st9 {
|
||||
fill: #fff;
|
||||
}
|
||||
.st9 {
|
||||
fill: none;
|
||||
}
|
||||
.st10 {
|
||||
}
|
||||
|
||||
#cloud1 {
|
||||
animation: cloud003 15s linear infinite;
|
||||
}
|
||||
|
||||
#cloud2 {
|
||||
animation: cloud002 25s linear infinite;
|
||||
}
|
||||
|
||||
#cloud3 {
|
||||
animation: cloud003 20s linear infinite;
|
||||
}
|
||||
|
||||
#cloud4 {
|
||||
animation: float 4s linear infinite;
|
||||
}
|
||||
|
||||
#cloud5 {
|
||||
animation: float 8s linear infinite;
|
||||
}
|
||||
|
||||
#cloud7 {
|
||||
animation: float 5s linear infinite;
|
||||
}
|
||||
|
||||
#tracks {
|
||||
animation: slide 650ms linear infinite;
|
||||
}
|
||||
|
||||
#bumps {
|
||||
animation: land 10000ms linear infinite;
|
||||
}
|
||||
|
||||
@keyframes jig {
|
||||
0% {
|
||||
transform: translateY(0px);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(1px);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0px);
|
||||
}
|
||||
}
|
||||
|
||||
#car-layers {
|
||||
animation: jig 0.35s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes land {
|
||||
from {
|
||||
transform: translateX(0);
|
||||
}
|
||||
to {
|
||||
transform: translateX(1000px);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slide {
|
||||
from {
|
||||
transform: translateX(0px);
|
||||
}
|
||||
to {
|
||||
transform: translateX(100px);
|
||||
}
|
||||
}
|
||||
|
||||
/* @keyframes cloudFloat {
|
||||
0% { transform: translateX(0) translateY(3px); }
|
||||
100% { transform: translateX(1000px) translateY(0); }
|
||||
} */
|
||||
|
||||
@keyframes cloud001 {
|
||||
0% {
|
||||
transform: translateX(-1000px) translateY(3px);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(1000px) translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes cloud002 {
|
||||
0% {
|
||||
transform: translateX(-1000px) translateY(3px);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(1000px) translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes cloud003 {
|
||||
0% {
|
||||
transform: translateX(-1000px) translateY(3px);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(1000px) translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes float {
|
||||
0% {
|
||||
transform: translateY(0px) translateX(0);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(8px) translateX(5px);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0px) translateX(0);
|
||||
}
|
||||
}
|
||||
|
||||
#bracefront,
|
||||
#braceback {
|
||||
animation: braces 1s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes braces {
|
||||
0% {
|
||||
transform: translateX(-2px);
|
||||
}
|
||||
25% {
|
||||
transform: translateX(3px);
|
||||
}
|
||||
50% {
|
||||
transform: translateX(-2px);
|
||||
}
|
||||
75% {
|
||||
transform: translateX(3px);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(-2px);
|
||||
}
|
||||
}
|
||||
4
live_monitor_vue/public/css/fonts.css
Normal file
4
live_monitor_vue/public/css/fonts.css
Normal file
@@ -0,0 +1,4 @@
|
||||
@font-face {
|
||||
font-family: "Tangerine";
|
||||
src: url("../fonts/Tangerine.woff");
|
||||
}
|
||||
161
live_monitor_vue/public/css/media.css
Normal file
161
live_monitor_vue/public/css/media.css
Normal file
@@ -0,0 +1,161 @@
|
||||
.my-width-80 {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.hide-800 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.width-50-800 {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
div.hide-800 {
|
||||
display: none;
|
||||
}
|
||||
.max-width-800 {
|
||||
max-width: calc(100vw - 5rem);
|
||||
}
|
||||
.mt-0-800 {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
.gap-1-800 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
.py-1-800 {
|
||||
padding-top: 0.25rem !important;
|
||||
padding-bottom: 0.25rem !important;
|
||||
}
|
||||
.px-1-800 {
|
||||
padding-left: 0.25rem !important;
|
||||
padding-right: 0.25rem !important;
|
||||
}
|
||||
.pt-1-800 {
|
||||
padding-top: 0.25rem !important;
|
||||
}
|
||||
.pt-2-800 {
|
||||
padding-top: 0.5rem !important;
|
||||
}
|
||||
.pt-3-800 {
|
||||
padding-top: 0.75rem !important;
|
||||
}
|
||||
.pt-4-800 {
|
||||
padding-top: 1rem !important;
|
||||
}
|
||||
.pl-0-800 {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.overflow-y-auto-800 {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.height-c-100vh-70px-800 {
|
||||
height: calc(100vh - 70px) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 600px) {
|
||||
.hide-over-600 {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 500px) {
|
||||
.max-width-800 {
|
||||
max-width: calc(100vw - 1rem);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 380px) {
|
||||
.max-width-800 {
|
||||
max-width: calc(100vw - 2px);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.hide-600 {
|
||||
display: none !important;
|
||||
}
|
||||
.gap-1-600 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
.gap-2-600 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
.gap-3-600 {
|
||||
gap: 0.75rem !important;
|
||||
}
|
||||
|
||||
.max-height-100vh-600 {
|
||||
max-height: 100vh !important;
|
||||
}
|
||||
.mt-0-600 {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
.mr-0-600 {
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
.height-minus53px-600 {
|
||||
height: calc(100vh - 53px) !important;
|
||||
}
|
||||
|
||||
.border-l-600 {
|
||||
border-left: 1px solid #dadee6;
|
||||
}
|
||||
.border-x-600 {
|
||||
border-left: 1px solid #dadee6;
|
||||
border-right: 1px solid #dadee6;
|
||||
}
|
||||
.border-r-600 {
|
||||
border-right: 1px solid #dadee6;
|
||||
}
|
||||
.py-4-600 {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.py-5-600 {
|
||||
padding-left: 1.25rem;
|
||||
padding-right: 1.25rem;
|
||||
}
|
||||
.pr-4-600 {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.pr-3-600 {
|
||||
padding-right: 0.75rem;
|
||||
}
|
||||
.pr-2-600 {
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
.pl-4-600 {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.pl-3-600 {
|
||||
padding-left: 0.75rem;
|
||||
}
|
||||
.pl-2-600 {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
.pt-4-600 {
|
||||
padding-top: 1rem !important;
|
||||
}
|
||||
.px-4-600 {
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
.px-1-600 {
|
||||
padding-left: 0.25rem !important;
|
||||
padding-right: 0.25rem !important;
|
||||
}
|
||||
.py-1-600 {
|
||||
padding-top: 0.25rem !important;
|
||||
padding-bottom: 0.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
.controll-1000 {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 200%;
|
||||
}
|
||||
}
|
||||
38
live_monitor_vue/public/css/menu.css
Normal file
38
live_monitor_vue/public/css/menu.css
Normal file
@@ -0,0 +1,38 @@
|
||||
.menu-triangl-active {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.menu-triangl {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.main-menu {
|
||||
width: 250px;
|
||||
z-index: 1101;
|
||||
max-height: 100vh;
|
||||
top: 40px;
|
||||
}
|
||||
.container-block::-webkit-scrollbar-thumb {
|
||||
border: 5px solid transparent;
|
||||
border-radius: 100px;
|
||||
background-color: #8070d4;
|
||||
background-clip: content-box;
|
||||
}
|
||||
.container-block::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
.container-block::-webkit-scrollbar-track {
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
.transform_8 {
|
||||
transform: translate(0, -8px);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.main-menu {
|
||||
top: 45px;
|
||||
}
|
||||
}
|
||||
2539
live_monitor_vue/public/css/remixicons.css
Normal file
2539
live_monitor_vue/public/css/remixicons.css
Normal file
File diff suppressed because it is too large
Load Diff
BIN
live_monitor_vue/public/css/remixicons/remixicon.eot
Normal file
BIN
live_monitor_vue/public/css/remixicons/remixicon.eot
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
2585
live_monitor_vue/public/css/remixicons/remixicon.less
Normal file
2585
live_monitor_vue/public/css/remixicons/remixicon.less
Normal file
File diff suppressed because it is too large
Load Diff
2567
live_monitor_vue/public/css/remixicons/remixicon.module.less
Normal file
2567
live_monitor_vue/public/css/remixicons/remixicon.module.less
Normal file
File diff suppressed because it is too large
Load Diff
5103
live_monitor_vue/public/css/remixicons/remixicon.scss
Normal file
5103
live_monitor_vue/public/css/remixicons/remixicon.scss
Normal file
File diff suppressed because it is too large
Load Diff
2554
live_monitor_vue/public/css/remixicons/remixicon.styl
Normal file
2554
live_monitor_vue/public/css/remixicons/remixicon.styl
Normal file
File diff suppressed because it is too large
Load Diff
7633
live_monitor_vue/public/css/remixicons/remixicon.svg
Normal file
7633
live_monitor_vue/public/css/remixicons/remixicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 2.1 MiB |
11
live_monitor_vue/public/css/remixicons/remixicon.symbol.svg
Normal file
11
live_monitor_vue/public/css/remixicons/remixicon.symbol.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.3 MiB |
BIN
live_monitor_vue/public/css/remixicons/remixicon.ttf
Normal file
BIN
live_monitor_vue/public/css/remixicons/remixicon.ttf
Normal file
Binary file not shown.
BIN
live_monitor_vue/public/css/remixicons/remixicon.woff
Normal file
BIN
live_monitor_vue/public/css/remixicons/remixicon.woff
Normal file
Binary file not shown.
BIN
live_monitor_vue/public/css/remixicons/remixicon.woff2
Normal file
BIN
live_monitor_vue/public/css/remixicons/remixicon.woff2
Normal file
Binary file not shown.
17913
live_monitor_vue/public/css/remixicons/symbol.html
Normal file
17913
live_monitor_vue/public/css/remixicons/symbol.html
Normal file
File diff suppressed because it is too large
Load Diff
175
live_monitor_vue/public/css/remixicons/unicode.html
Normal file
175
live_monitor_vue/public/css/remixicons/unicode.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user