@import "constants"; @import "mixins"; html { width: 100%; height: 99%; line-height: 1.5; overflow-x: hidden; font-family: $font-family !important; font-size: 62.5%; } body { box-sizing: border-box; } .rtl-container{ position:absolute; width: 100%; height: 100%; top:0; left:0; right:0; bottom:0; overflow: hidden; .mat-menu-panel .mat-menu-content { padding-top: 0; padding-bottom: 0; } .mat-nested-tree-node-child>.mat-tree-node { padding-left: 4rem; } &.horizontal { .horizontal-nav { height: $horizontal-toolbar-height !important; } .inner-sidenav-content { top: $gap; } .mat-sidenav-container .mat-drawer-content.mat-sidenav-content { margin-left: 0; } } &.compact { .mat-sidenav-container .mat-sidenav-content { margin-left: $compact-sidenav-width; } .sidenav{ width: $compact-sidenav-width; } .mat-tree-node, .mat-nested-tree-node-parent { min-height: 4rem; height: 4rem; padding: 0 1.6rem 0 1.6rem; } .mat-nested-tree-node-child>.mat-tree-node { padding-left: 3.2rem; } } &.mini { .mat-sidenav-container .mat-sidenav-content { margin-left: $mini-sidenav-width; } .sidenav { width: $mini-sidenav-width; } .mat-select.multi-node-select { width: 84%; } .mat-tree-node, .mat-nested-tree-node-parent { min-height: 5.4rem; height: 5.4rem; padding: 0 2.4rem 0 2.4rem; } .mat-nested-tree-node-child>.mat-tree-node { padding: 0 0.8rem 1.2rem 4rem; } } } .mat-sidenav-container .mat-sidenav-content { height: 100vh; } .sidenav { width: $regular-sidenav-width; height: 100%; overflow: hidden !important; } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; } .sticky { position: fixed; top: 0; z-index: 9999; } .horizontal-menu{ padding: 0; z-index: 999; position: fixed; top: 0; height: $toolbar-height; overflow: visible; } .inner-sidenav-content { position: relative; top:0; bottom:0; left:0; right:0; padding: 1rem; min-height: calc(100% - (#{$toolbar-height} + #{$gap}*4)); max-height: 90vh; } .top-50 { top: 5rem; } *{ margin: 0; padding: 0; } .rtl-spinner{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; width: 100%; position: fixed; background: #fff; z-index: 999999; visibility: visible; opacity: 1; h4{ margin-top: 1rem; } } .padding-gap { padding: $gap !important; } .padding-gap-x { padding: 0 $gap 0 $gap !important; } .padding-gap-large { padding: $gap * 2 !important; } .padding-gap-x-large { padding: 0 ($gap*2) 0 ($gap*2) !important; } .overflow-wrap { overflow-wrap: break-word !important; } .mat-raised-button { width: 100%; margin-top: 0.5rem; max-height: 3.6rem; } .mat-card { padding: 0 !important; overflow: hidden; border-radius: 2px !important; } .mat-tab-body-wrapper, .card-content-gap { padding: 1.2rem 2.4rem !important; } .mat-card-actions{ display: block; margin-bottom: 1.6rem; padding-left: 0.6rem; padding-right: 0.6rem; } .mat-card-content, .mat-card-subtitle, .mat-card-title { display: block; margin-bottom: 1.6rem; } .mat-card-header-text { margin: 0 !important; line-height: 1; } .mat-form-field-wrapper { width: 100%; margin: 0 1.5rem 0 0; } .mat-select { margin: 0 1.5rem 0 0; } .green { color: #388e3c !important; } .red { color: #c62828 !important; } .yellow { color: #ffd740 !important; } .mat-dialog-container { padding: 0 !important; } .w-100 { width: 100% !important; } .mt-1px { margin-top: 1px !important; } .mt-2px { margin-top: 2px !important; } .mt-5px { margin-top: 5px !important; } .my-2px { margin: 2px 0 !important; } .mt-1 { margin-top: 1rem !important; } .mb-1 { margin-bottom: 1rem !important; } .ml-1 { margin-left: 1rem !important; } .ml-minus-1 { margin-left: -1rem !important; } .mr-0 { margin-right: 0 !important; } .mr-1 { margin-right: 1rem !important; } .mx-1 { margin: 0 1rem !important; } .my-1 { margin: 1rem 0 !important; } .m-1 { margin: 1rem !important; } .mt-2 { margin-top: 2rem !important; } .mt-3 { margin-top: 3rem !important; } .mt-4 { margin-top: 4rem !important; } .mt-minus-1 { margin-top: -1rem !important; } .mt-minus-2 { margin-top: -2rem !important; } .mb-2 { margin-bottom: 2rem !important; } .mb-4 { margin-bottom: 4rem !important; } .ml-2 { margin-left: 2rem !important; } .mr-2 { margin-right: 2rem !important; } .ml-4 { margin-left: 4rem !important; } .mr-4 { margin-right: 4rem !important; } .mx-2 { margin: 0 2rem !important; } .my-2 { margin: 2rem 0 !important; } .m-2 { margin: 2rem !important; } .pt-1 { padding-top: 1rem !important; } .pb-1 { padding-bottom: 1rem !important; } .pl-1 { padding-left: 1rem !important; } .pr-1 { padding-right: 1rem !important; } .pr-3 { padding-right: 3rem !important; } .pr-4 { padding-right: 4rem !important; } .pr-4px { padding-right: 0.4rem !important; } .p-0 { padding: 0 !important; } .p-5px { padding: 0.5rem !important; } .pl-0 { padding-left: 0 !important; } .px-1 { padding: 0 1rem !important; } .py-1 { padding: 1rem 0 !important; } .p-1 { padding: 1rem !important; } .pt-2 { padding-top: 2rem !important; } .pb-2 { padding-bottom: 2rem !important; } .pl-2 { padding-left: 2rem !important; } .pt-4 { padding-top: 3.2rem !important; } .pl-3 { padding-left: 3rem !important; } .pl-4 { padding-left: 4rem !important; } .pr-2 { padding-right: 2rem !important; } .pr-5 { padding-right: 4rem !important; } .px-2 { padding: 0 2rem !important; } .px-4 { padding: 0 3.2rem !important; } .py-2 { padding: 2rem 0 !important; } .p-2 { padding: 2rem !important; } .m-1px { margin: 1px !important; } .overflow-x-auto { overflow-x: auto; } .overflow-y-auto { overflow-y: auto; } .overflow-auto { overflow: auto; } .mat-footer-row, .mat-header-row, .mat-row { border-bottom-width: 0; } .flex-ellipsis { padding-right: 3rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .mat-list, .mat-list .mat-list-item .mat-list-item-content, .mat-nav-list, .mat-selection-list { padding: 0 !important; } .inline-spinner { display: inline-flex !important; top: 0.5rem !important; } .top-minus-5px { position: relative; top:-0.5rem; } .top-minus-15px { position: relative; top:-1.5rem; } .top-minus-25px { position: relative; top:-2.5rem; margin-bottom: -2.5rem !important; } .top-minus-30px { position: relative; top:-3rem; } .cursor-pointer { cursor: pointer !important; } .cursor-default { cursor: default !important; } .cursor-not-allowed { cursor: not-allowed !important; } .inline-flex { display: inline-flex !important; } .error-border { border: 1px solid red; box-shadow: 0 3px 1px -2px rgba(255,0,0,.2), 0 2px 2px 0 rgba(255,0,0,.14), 0 1px 5px 0 rgba(255,0,0,.12) !important; } .settings-container { h4{ margin: 1.2rem 0 0.6rem 0; } .skin{ width: 4rem; height: 4rem; border-radius: 50%; margin-right: 1rem; cursor: pointer; &.selected-color { width: 3.75rem; height: 3.75rem; border: 0.25rem solid; } &.purple{ background-color: #5e4ea5; } &.blue{ background-color: #0277bd; } &.green{ background-color: #009688; } &.pink{ background-color: #D81B60; } } .mat-radio-group{ flex-direction: row; place-content: flex-start space-between; align-items: flex-start; box-sizing: border-box; display: flex; .mat-radio-button { margin: 2px 0 2px 0; } } .mat-slide-toggle{ padding: 0 1.4rem 0 0.4rem; } } .op-image{ box-shadow: 0 0 2px #ccc; border: 2px solid; border-color: transparent; cursor: pointer; transition: 0.2s; } .settings-icon{ position: fixed; top: 30%; right: 0; width: 4.2rem; height: 4.2rem; opacity: 0.6; cursor: pointer; z-index: 999999; } .test-banner { padding-top: 2px; background-color: #FC7783; text-transform: uppercase; border-radius: 2px; } .fa-icon-small, .top-icon-small { min-width: $fa-icon-small-size; width: $fa-icon-small-size; max-width: $fa-icon-small-size; } .copy-icon { position: relative; top: 0.5rem; } .copy-icon-smaller { position: relative; top: 2px; } .top-5px { position: relative; top: 0.5rem; } .animate-settings { -webkit-animation: animate-settings 10s linear infinite; -moz-animation: animate-settings 10s linear infinite; animation: animate-settings 10s linear infinite; } @keyframes animate-settings { 100% {transform: rotate(360deg)} } @-moz-keyframes animate-settings { 100% {-moz-transform: rotate(360deg)} } @-webkit-keyframes animate-settings { 100% {-webkit-transform: rotate(360deg)} } .top-toolbar-icon .top-toolbar-img { padding-right: 0.7rem; cursor:pointer; } .mt-minus-5 { position: relative; margin-top: -0.5rem; } .custom-card { padding: 0 0 0.8rem 0 !important; } .not-found-box { min-width: 30%; } .w-100 { width: 100% !important; } .w-84 { width: 84% !important; } .h-100 { height: 100% !important; } a { outline: none; text-decoration: none; } .mat-tree { width: 100%; } .mat-tree-node, .mat-nested-tree-node-parent { padding: 0 1.2rem 0 1.2rem; cursor: pointer; } .mat-tree-node:focus, .mat-tree-node:active, .mat-nested-tree-node:focus, .mat-nested-tree-node:active, .mat-nested-tree-node-parent:focus, .mat-nested-tree-node-parent:active, .mat-tree-node span:focus, .mat-tree-node span:active, .mat-nested-tree-node-parent span:focus, .mat-nested-tree-node-parent span:active, .mat-tree-node div:focus, .mat-tree-node div:active, .mat-nested-tree-node-parent div:focus, .mat-nested-tree-node-parent div:active, .mat-tree-node .mat-icon:focus, .mat-tree-node .mat-icon:active, .mat-nested-tree-node-parent .mat-icon:focus, .mat-nested-tree-node-parent .mat-icon:active { outline: none; } .lnd-info { height: $sidenav-info-height; } .flex-wrap { flex-wrap: wrap !important; } .word-break { word-break: break-all !important; } .font-bold-500 { font-weight: 500 !important; } .qr-border img { border: 1.2rem solid white; } .pubkey-info-top { flex-wrap: wrap; margin-top: 1px; min-height: $pubkey-info-height; cursor: pointer; display: flex; align-content: center; } .settings.mat-sidenav .mat-drawer-inner-container { overflow: hidden; } .top-toolbar-icon.icon-pinned { width: 3rem; height: 3rem; padding: 1rem 0 0 1.2rem; cursor:pointer; } .logo { font-weight: 700; letter-spacing: 1px; } .fa-icon-regular { min-width: $fa-icon-regular-size; width: $fa-icon-regular-size; max-width: $fa-icon-regular-size; } .icon-large { margin-left: -100%; } .icon-small { height: 2rem !important; width: 2rem !important; } .icon-smaller { height: 1rem !important; width: 1rem !important; } .mat-icon-36 { width: $icon-size !important; height: $icon-size !important; } .mat-select.multi-node-select { width: 87%; } .page-title-container { margin-bottom: 1.2rem; } table { width:100%; } // .mat-button-focus-overlay { // background-color: transparent!important; // } .green-dot { display: inline-flex; width: $dot-size; height: $dot-size; border-radius: $dot-size; margin-right: 1rem; background-color: $green-color; } .yellow-dot { display: inline-flex; width: $dot-size; height: $dot-size; border-radius: $dot-size; margin-right: 1rem; background-color: $yellow-color; } .font-size-80 { font-size: 80% !important; } .font-weight-900 { font-weight: 900 !important; } .display-none { display: none !important; }