forked from ddrilling/asb_cloud_front
Исправлен стиль файлов стилей
This commit is contained in:
parent
c1dced00f7
commit
978a26e455
@ -18,4 +18,4 @@
|
|||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
@ -150,4 +150,4 @@
|
|||||||
.asb-d3-chart .adaptive-tooltip {
|
.asb-d3-chart .adaptive-tooltip {
|
||||||
font-size: 6px;
|
font-size: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,4 +26,4 @@
|
|||||||
height: 13vh;
|
height: 13vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -37,4 +37,4 @@
|
|||||||
& > .tooltip-label {
|
& > .tooltip-label {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
span.right-text {
|
span.right-text {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -1,156 +1,156 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
||||||
sans-serif;
|
sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-flex {
|
.d-flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-direction-column {
|
.flex-direction-column {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-inline {
|
.d-inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-none {
|
.d-none {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-1 {
|
.flex-1 {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-15 {
|
.w-15 {
|
||||||
width: 15%
|
width: 15%
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-33 {
|
.w-33 {
|
||||||
width: 33%
|
width: 33%
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-50 {
|
.w-50 {
|
||||||
width: 50%
|
width: 50%
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-100 {
|
.w-100 {
|
||||||
width: 100%
|
width: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
.m-0 {
|
.m-0 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-8px {
|
.mt-8px {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-20px {
|
.mt-20px {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-20px {
|
.mb-20px {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-5px {
|
.ml-5px {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-10px {
|
.ml-10px {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-30px {
|
.ml-30px {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-100vh {
|
.h-100vh {
|
||||||
height: calc(100vh - 64px);
|
height: calc(100vh - 64px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-10 {
|
.p-10 {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vertical-align-center {
|
.vertical-align-center {
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-align-center {
|
.text-align-center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-align-r-container {
|
.text-align-r-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
||||||
monospace;
|
monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkDocuments {
|
.linkDocuments {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkDocuments:hover {
|
.linkDocuments:hover {
|
||||||
color: #c32828;
|
color: #c32828;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-button {
|
.login-button {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.register-button {
|
.register-button {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-column-title {
|
.first-column-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 16px 0;
|
padding: 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noselect {
|
.noselect {
|
||||||
-webkit-touch-callout: none; /* iOS Safari */
|
-webkit-touch-callout: none; /* iOS Safari */
|
||||||
-webkit-user-select: none; /* Safari */
|
-webkit-user-select: none; /* Safari */
|
||||||
-khtml-user-select: none; /* Konqueror HTML */
|
-khtml-user-select: none; /* Konqueror HTML */
|
||||||
-moz-user-select: none; /* Old versions of Firefox */
|
-moz-user-select: none; /* Old versions of Firefox */
|
||||||
-ms-user-select: none; /* Internet Explorer/Edge */
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
||||||
user-select: none; /* Non-prefixed version, currently
|
user-select: none; /* Non-prefixed version, currently
|
||||||
supported by Chrome, Edge, Opera and Firefox */
|
supported by Chrome, Edge, Opera and Firefox */
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-link {
|
.download-link {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
padding: 4px 15px;
|
padding: 4px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-cell:has(.color-pale-green) {
|
.ant-table-cell:has(.color-pale-green) {
|
||||||
background-color: #98fb98;
|
background-color: #98fb98;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-tbody > tr > td.ant-table-cell-row-hover:has( > div.color-pale-green) {
|
.ant-table-tbody > tr > td.ant-table-cell-row-hover:has( > div.color-pale-green) {
|
||||||
background: #98fb98;
|
background: #98fb98;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-pale-green {
|
.color-pale-green {
|
||||||
background-color: #98fb98;
|
background-color: #98fb98;
|
||||||
}
|
}
|
@ -1,69 +1,69 @@
|
|||||||
/* original from https://loading.io/css/ */
|
/* original from https://loading.io/css/ */
|
||||||
|
|
||||||
.lds-ripple {
|
.lds-ripple {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
.lds-ripple div {
|
.lds-ripple div {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: 4px solid rgb(226, 29, 29);
|
border: 4px solid rgb(226, 29, 29);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
|
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
|
||||||
}
|
}
|
||||||
.lds-ripple div:nth-child(2) {
|
.lds-ripple div:nth-child(2) {
|
||||||
animation-delay: -0.5s;
|
animation-delay: -0.5s;
|
||||||
}
|
}
|
||||||
@keyframes lds-ripple {
|
@keyframes lds-ripple {
|
||||||
0% {
|
0% {
|
||||||
top: 36px;
|
top: 36px;
|
||||||
left: 36px;
|
left: 36px;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 72px;
|
width: 72px;
|
||||||
height: 72px;
|
height: 72px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.loader-container{
|
.loader-container{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loader-content{
|
.loader-content{
|
||||||
grid-column-start: 1;
|
grid-column-start: 1;
|
||||||
grid-column-end: span 3;
|
grid-column-end: span 3;
|
||||||
grid-row-start: 1;
|
grid-row-start: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loader-overlay{
|
.loader-overlay{
|
||||||
grid-column-start: 1;
|
grid-column-start: 1;
|
||||||
grid-column-end: span 3;
|
grid-column-end: span 3;
|
||||||
grid-row-start: 1;
|
grid-row-start: 1;
|
||||||
place-self: center;
|
place-self: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loader-fade{
|
.loader-fade{
|
||||||
grid-column-start: 1;
|
grid-column-start: 1;
|
||||||
grid-column-end: span 3;
|
grid-column-end: span 3;
|
||||||
grid-row-start: 1;
|
grid-row-start: 1;
|
||||||
background-color: rgba(255, 255, 255, 0.4);
|
background-color: rgba(255, 255, 255, 0.4);
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
justify-self: stretch;
|
justify-self: stretch;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
box-shadow: 0px 0px 6px 5px rgba(255, 254, 254, 0.4);
|
box-shadow: 0px 0px 6px 5px rgba(255, 254, 254, 0.4);
|
||||||
}
|
}
|
||||||
|
@ -1,49 +1,49 @@
|
|||||||
.event_message > td {
|
.event_message > td {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 1px 4px !important;
|
padding: 1px 4px !important;
|
||||||
border-bottom: 1px !important;
|
border-bottom: 1px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message .anticon{
|
.event_message .anticon{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.event_message:hover a{
|
.event_message:hover a{
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.event_message:hover .anticon{
|
.event_message:hover .anticon{
|
||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_off {
|
.event_message_off {
|
||||||
color: #505050;
|
color: #505050;
|
||||||
background: #b5b5b5;
|
background: #b5b5b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_disabled {
|
.event_message_disabled {
|
||||||
color: #656565;
|
color: #656565;
|
||||||
background: #b5b5b5;
|
background: #b5b5b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_1 {
|
.event_message_1 {
|
||||||
color: white;
|
color: white;
|
||||||
background: #ff3737;
|
background: #ff3737;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_2 {
|
.event_message_2 {
|
||||||
color: black;
|
color: black;
|
||||||
background: gold;
|
background: gold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_3 {
|
.event_message_3 {
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
background: #505060;
|
background: #505060;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.ant-table-column-sort {
|
td.ant-table-column-sort {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
|
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -1,30 +1,30 @@
|
|||||||
.event_message {
|
.event_message {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_off {
|
.event_message_off {
|
||||||
color: #505050;
|
color: #505050;
|
||||||
background: #b5b5b5;
|
background: #b5b5b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_disabled {
|
.event_message_disabled {
|
||||||
color: #656565;
|
color: #656565;
|
||||||
background: #b5b5b5;
|
background: #b5b5b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_1 {
|
.event_message_1 {
|
||||||
color: white;
|
color: white;
|
||||||
background: #ff3737;
|
background: #ff3737;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_2 {
|
.event_message_2 {
|
||||||
color: black;
|
color: black;
|
||||||
background: gold;
|
background: gold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event_message_3,
|
.event_message_3,
|
||||||
.event_message_3:hover {
|
.event_message_3:hover {
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
background: #505060;
|
background: #505060;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
}
|
}
|
||||||
|
@ -120,4 +120,4 @@
|
|||||||
font-size: 75px;
|
font-size: 75px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
.header-tree-select {
|
.header-tree-select {
|
||||||
width: 300px
|
width: 300px
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-tree-select *{
|
.header-tree-select *{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-tree-select{
|
.header-tree-select{
|
||||||
width: 300px;
|
width: 300px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-tree-select:hover{
|
.header-tree-select:hover{
|
||||||
border: 1px solid rgba(255, 255, 255, 0.8);
|
border: 1px solid rgba(255, 255, 255, 0.8);
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
@size: 9.9vh;
|
@size: 9.9vh;
|
||||||
|
|
||||||
.number_widget {
|
.number_widget {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user