format
This commit is contained in:
parent
c36a8d9bb4
commit
8c9e23ee4e
6 changed files with 34 additions and 38 deletions
|
|
@ -1,33 +1,33 @@
|
|||
.alias {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-size: 14px;
|
||||
|
||||
&__text {
|
||||
color: var(--font-main-color) !important;
|
||||
}
|
||||
&__text {
|
||||
color: var(--font-main-color) !important;
|
||||
}
|
||||
|
||||
path {
|
||||
fill: none;
|
||||
}
|
||||
path {
|
||||
fill: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 5%;
|
||||
background-color: var(--trade-table-tooltip);
|
||||
z-index: 9999 !important;
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 5%;
|
||||
background-color: var(--trade-table-tooltip);
|
||||
z-index: 9999 !important;
|
||||
|
||||
&__text {
|
||||
font-size: 12px !important;
|
||||
color: var(--font-main-color) !important;
|
||||
}
|
||||
&__text {
|
||||
font-size: 12px !important;
|
||||
color: var(--font-main-color) !important;
|
||||
}
|
||||
|
||||
&__arrow {
|
||||
border-radius: 2px;
|
||||
left: 30% !important;
|
||||
background-color: var(--trade-table-tooltip) !important;
|
||||
}
|
||||
}
|
||||
&__arrow {
|
||||
border-radius: 2px;
|
||||
left: 30% !important;
|
||||
background-color: var(--trade-table-tooltip) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,4 +21,4 @@
|
|||
background-color: var(--trade-table-tooltip) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -104,11 +104,7 @@
|
|||
td {
|
||||
position: static !important;
|
||||
|
||||
|
||||
|
||||
&:last-child {
|
||||
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
pointer-events: none;
|
||||
|
|
@ -233,4 +229,4 @@
|
|||
font-size: 11px;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
td {
|
||||
position: relative;
|
||||
|
||||
>p {
|
||||
> p {
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
>span {
|
||||
> span {
|
||||
line-height: 1;
|
||||
color: var(--font-dimmed-color);
|
||||
font-size: 11px;
|
||||
|
|
@ -85,4 +85,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,4 +52,4 @@
|
|||
--dex-tooltip-border-color: #1f8feb26;
|
||||
--dex-sell-percentage: #272757;
|
||||
--dex-buy-percentage: #103262;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,6 +50,6 @@
|
|||
--table-tr-hover-color: #dcf0ff;
|
||||
--dex-tooltip-bg: #eff8ff;
|
||||
--dex-tooltip-border-color: #1f8feb33;
|
||||
--dex-sell-percentage: #FCEDED;
|
||||
--dex-buy-percentage: #E5F8F8;
|
||||
}
|
||||
--dex-sell-percentage: #fceded;
|
||||
--dex-buy-percentage: #e5f8f8;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue