Skip to content

Commit

Permalink
update column
Browse files Browse the repository at this point in the history
  • Loading branch information
nhphuc2411 committed Sep 20, 2023
1 parent a0ab3d1 commit a588780
Showing 1 changed file with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.contract-address {
width: 125px;
}

.aura__change {
font-size: 1.4rem;
line-height: 1.8rem;
Expand All @@ -14,29 +15,36 @@
}
}
}

.box-search-data {
min-width: 410px;

.box-search-token {
max-height: 350px;
width: 90%;

@media (min-width: 992px) {
width: 410px;
}

.logo-token {
margin-top: 3px;
width: 20px;
height: 20px;
}

.box-price {
background-color: rgba(94, 230, 208, 0.2);
border-radius: 4px;
color: var(--aura-green);
padding: 2px 6px;
margin-left: 8px;
}

.search-result {
border: 1px solid transparent;
transition: border-color 0.35s ease-in-out;

&:hover {
border: 1px solid var(--aura-primary);
border-radius: 4px;
Expand All @@ -55,11 +63,10 @@
min-width: 175px;
}

@media (max-width: 991.99px) {
.aura-table th.mat-header-cell {
min-width: 150px;
}
.aura-table th.mat-header-cell:nth-child(3) {
min-width: 200px;
}
.aura-table th.mat-header-cell {
min-width: 150px;
}

.aura-table th.mat-header-cell:nth-child(3) {
min-width: 200px;
}

0 comments on commit a588780

Please sign in to comment.