Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumitk committed Feb 13, 2024
1 parent ac6b594 commit 29c7d3f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/staking-v3/components/styles/dapps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,18 @@
margin: 0 0 4px 0;
line-height: 1.25;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
white-space: nowrap;
}

.text--description {
color: $navy-4;
font-size: 12px;
font-weight: 500;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.card__bottom {
Expand All @@ -127,15 +124,15 @@
gap: 8px;
align-items: center;
height: 28px;
span{
span {
display: flex;
align-items: center;
.icon--stakers{
.icon--stakers {
width: 24px;
height: 24px;
margin-bottom: -10px;
}
.icon--astar-logo{
.icon--astar-logo {
width: 18px;
height: 18px;
margin-right: 4px;
Expand Down

0 comments on commit 29c7d3f

Please sign in to comment.