From 978a26e4554ff64119744995209931178b46cda0 Mon Sep 17 00:00:00 2001 From: goodmice Date: Mon, 10 Oct 2022 13:47:42 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=BE=D0=B2=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/components/color_picker.less | 2 +- src/styles/d3.less | 2 +- src/styles/dashboard_nnb.less | 2 +- src/styles/detected_operations.less | 2 +- src/styles/equipment_details.css | 2 +- src/styles/index.css | 110 ++++++++++++------------ src/styles/loader.css | 94 ++++++++++---------- src/styles/message.less | 38 ++++---- src/styles/message_telemetry.css | 26 +++--- src/styles/smbo.css | 2 +- src/styles/wellTreeSelect.css | 18 ++-- src/styles/widgets/base.less | 2 +- 12 files changed, 150 insertions(+), 150 deletions(-) diff --git a/src/styles/components/color_picker.less b/src/styles/components/color_picker.less index aba100d..fd146dd 100644 --- a/src/styles/components/color_picker.less +++ b/src/styles/components/color_picker.less @@ -18,4 +18,4 @@ border: 1px solid black; width: 20px; height: 20px; -} \ No newline at end of file +} diff --git a/src/styles/d3.less b/src/styles/d3.less index 90db40d..58b64d9 100644 --- a/src/styles/d3.less +++ b/src/styles/d3.less @@ -150,4 +150,4 @@ .asb-d3-chart .adaptive-tooltip { font-size: 6px; } -} \ No newline at end of file +} diff --git a/src/styles/dashboard_nnb.less b/src/styles/dashboard_nnb.less index 6291a9b..7b47d6e 100644 --- a/src/styles/dashboard_nnb.less +++ b/src/styles/dashboard_nnb.less @@ -26,4 +26,4 @@ height: 13vh; } } -} \ No newline at end of file +} diff --git a/src/styles/detected_operations.less b/src/styles/detected_operations.less index 1f624d5..8d906d0 100644 --- a/src/styles/detected_operations.less +++ b/src/styles/detected_operations.less @@ -37,4 +37,4 @@ & > .tooltip-label { text-align: center; } -} \ No newline at end of file +} diff --git a/src/styles/equipment_details.css b/src/styles/equipment_details.css index 8ad648f..52e8db4 100755 --- a/src/styles/equipment_details.css +++ b/src/styles/equipment_details.css @@ -1,3 +1,3 @@ span.right-text { float: right; -} \ No newline at end of file +} diff --git a/src/styles/index.css b/src/styles/index.css index bde3eb8..a4c71d3 100755 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -1,156 +1,156 @@ body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', + 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } .d-flex { - display: flex; + display: flex; } .flex-direction-column { - flex-direction: column; + flex-direction: column; } .d-inline { - display: inline; + display: inline; } .d-none { - display: none; + display: none; } .flex-1 { - flex: 1; + flex: 1; } .w-15 { - width: 15% + width: 15% } .w-33 { - width: 33% + width: 33% } .w-50 { - width: 50% + width: 50% } .w-100 { - width: 100% + width: 100% } .m-0 { - margin: 0; + margin: 0; } .mt-8px { - margin-top: 8px; + margin-top: 8px; } .mt-20px { - margin-top: 20px; + margin-top: 20px; } .mb-20px { - margin-bottom: 20px; + margin-bottom: 20px; } .ml-5px { - margin-left: 5px; + margin-left: 5px; } .ml-10px { - margin-left: 10px; + margin-left: 10px; } .ml-30px { - margin-left: 30px; + margin-left: 30px; } .h-100vh { - height: calc(100vh - 64px); + height: calc(100vh - 64px); } .p-10 { - padding: 10px; + padding: 10px; } .vertical-align-center { - vertical-align: center; + vertical-align: center; } .text-align-center { - text-align: center; + text-align: center; } .text-align-r-container { - width: 100%; - text-align: right; + width: 100%; + text-align: right; } code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', - monospace; + font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', + monospace; } .linkDocuments { - color: #000; + color: #000; } .linkDocuments:hover { - color: #c32828; + color: #c32828; } .container{ - width: 100%; + width: 100%; } .login-button { - width: 20%; - margin: auto; + width: 20%; + margin: auto; } .register-button { - width: 50%; - margin: auto; + width: 50%; + margin: auto; } .first-column-title { - display: flex; - flex-direction: column; - align-items: stretch; - justify-content: space-between; - position: relative; - padding: 16px 0; + display: flex; + flex-direction: column; + align-items: stretch; + justify-content: space-between; + position: relative; + padding: 16px 0; } .noselect { - -webkit-touch-callout: none; /* iOS Safari */ - -webkit-user-select: none; /* Safari */ - -khtml-user-select: none; /* Konqueror HTML */ - -moz-user-select: none; /* Old versions of Firefox */ - -ms-user-select: none; /* Internet Explorer/Edge */ - user-select: none; /* Non-prefixed version, currently - supported by Chrome, Edge, Opera and Firefox */ + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Old versions of Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; /* Non-prefixed version, currently + supported by Chrome, Edge, Opera and Firefox */ } .download-link { - height: 32px; - padding: 4px 15px; + height: 32px; + padding: 4px 15px; } .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) { - background: #98fb98; + background: #98fb98; } .color-pale-green { - background-color: #98fb98; + background-color: #98fb98; } \ No newline at end of file diff --git a/src/styles/loader.css b/src/styles/loader.css index e8b0844..23ab350 100755 --- a/src/styles/loader.css +++ b/src/styles/loader.css @@ -1,69 +1,69 @@ /* original from https://loading.io/css/ */ .lds-ripple { - display: inline-block; - position: absolute; - width: 80px; - height: 80px; + display: inline-block; + position: absolute; + width: 80px; + height: 80px; } .lds-ripple div { - position: absolute; - border: 4px solid rgb(226, 29, 29); - opacity: 1; - border-radius: 50%; - animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; + position: absolute; + border: 4px solid rgb(226, 29, 29); + opacity: 1; + border-radius: 50%; + animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .lds-ripple div:nth-child(2) { - animation-delay: -0.5s; + animation-delay: -0.5s; } @keyframes lds-ripple { - 0% { - top: 36px; - left: 36px; - width: 0; - height: 0; - opacity: 1; - } - 100% { - top: 0px; - left: 0px; - width: 72px; - height: 72px; - opacity: 0; - } + 0% { + top: 36px; + left: 36px; + width: 0; + height: 0; + opacity: 1; + } + 100% { + top: 0px; + left: 0px; + width: 72px; + height: 72px; + opacity: 0; + } } .loader-container{ - display: grid; - grid-template-columns: 1fr 1fr 1fr; + display: grid; + grid-template-columns: 1fr 1fr 1fr; } .loader-content{ - grid-column-start: 1; - grid-column-end: span 3; - grid-row-start: 1; + grid-column-start: 1; + grid-column-end: span 3; + grid-row-start: 1; } .loader-overlay{ - grid-column-start: 1; - grid-column-end: span 3; - grid-row-start: 1; - place-self: center; - align-self: center; - justify-self: center; - z-index: 1; - height: 80px; - width: 80px; - border-radius: 40px; + grid-column-start: 1; + grid-column-end: span 3; + grid-row-start: 1; + place-self: center; + align-self: center; + justify-self: center; + z-index: 1; + height: 80px; + width: 80px; + border-radius: 40px; } .loader-fade{ - grid-column-start: 1; - grid-column-end: span 3; - grid-row-start: 1; - background-color: rgba(255, 255, 255, 0.4); - align-self: stretch; - justify-self: stretch; - z-index: 1; - box-shadow: 0px 0px 6px 5px rgba(255, 254, 254, 0.4); + grid-column-start: 1; + grid-column-end: span 3; + grid-row-start: 1; + background-color: rgba(255, 255, 255, 0.4); + align-self: stretch; + justify-self: stretch; + z-index: 1; + box-shadow: 0px 0px 6px 5px rgba(255, 254, 254, 0.4); } diff --git a/src/styles/message.less b/src/styles/message.less index be78867..8785dbf 100644 --- a/src/styles/message.less +++ b/src/styles/message.less @@ -1,49 +1,49 @@ .event_message > td { - font-size: 14px; - padding: 1px 4px !important; - border-bottom: 1px !important; + font-size: 14px; + padding: 1px 4px !important; + border-bottom: 1px !important; } .event_message .anticon{ - display: none; + display: none; } .event_message:hover a{ - text-decoration: underline; + text-decoration: underline; } .event_message:hover .anticon{ - display: inherit; + display: inherit; } .event_message_off { - color: #505050; - background: #b5b5b5; + color: #505050; + background: #b5b5b5; } .event_message_disabled { - color: #656565; - background: #b5b5b5; + color: #656565; + background: #b5b5b5; } .event_message_1 { - color: white; - background: #ff3737; + color: white; + background: #ff3737; } .event_message_2 { - color: black; - background: gold; + color: black; + background: gold; } .event_message_3 { - color: #c0c0c0; - background: #505060; + color: #c0c0c0; + background: #505060; } td.ant-table-column-sort { - color: black; - background-color: #fafafa; + color: black; + background-color: #fafafa; } .ant-table-tbody > tr > td.ant-table-cell-row-hover { - color: black; + color: black; } diff --git a/src/styles/message_telemetry.css b/src/styles/message_telemetry.css index 5eed9e1..d627755 100755 --- a/src/styles/message_telemetry.css +++ b/src/styles/message_telemetry.css @@ -1,30 +1,30 @@ .event_message { - font-size: 14px; + font-size: 14px; } .event_message_off { - color: #505050; - background: #b5b5b5; + color: #505050; + background: #b5b5b5; } .event_message_disabled { - color: #656565; - background: #b5b5b5; + color: #656565; + background: #b5b5b5; } .event_message_1 { - color: white; - background: #ff3737; + color: white; + background: #ff3737; } .event_message_2 { - color: black; - background: gold; + color: black; + background: gold; } .event_message_3, .event_message_3:hover { - color: #c0c0c0; - background: #505060; - height: 1px; -} \ No newline at end of file + color: #c0c0c0; + background: #505060; + height: 1px; +} diff --git a/src/styles/smbo.css b/src/styles/smbo.css index 5f6e5aa..9a86f6b 100755 --- a/src/styles/smbo.css +++ b/src/styles/smbo.css @@ -120,4 +120,4 @@ font-size: 75px; margin-top: 5px; align-items: center; -} \ No newline at end of file +} diff --git a/src/styles/wellTreeSelect.css b/src/styles/wellTreeSelect.css index c889fd8..f5435d3 100755 --- a/src/styles/wellTreeSelect.css +++ b/src/styles/wellTreeSelect.css @@ -1,19 +1,19 @@ .header-tree-select { - width: 300px + width: 300px } .header-tree-select *{ - color: #fff; - font-size: 1rem; + color: #fff; + font-size: 1rem; } .header-tree-select{ - width: 300px; - border: 1px solid rgba(255, 255, 255, 0.2); - background-color: rgba(0, 0, 0, 0.3); + width: 300px; + border: 1px solid rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.3); } .header-tree-select:hover{ - border: 1px solid rgba(255, 255, 255, 0.8); - background-color: rgba(0, 0, 0, 0.5); -} \ No newline at end of file + border: 1px solid rgba(255, 255, 255, 0.8); + background-color: rgba(0, 0, 0, 0.5); +} diff --git a/src/styles/widgets/base.less b/src/styles/widgets/base.less index ee611c9..5a1988d 100644 --- a/src/styles/widgets/base.less +++ b/src/styles/widgets/base.less @@ -1,5 +1,5 @@ - @size: 9.9vh; + .number_widget { display: flex; flex-direction: column;