Skip to content

Commit

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

.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 @@ -124,15 +127,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 4a91cf0

Please sign in to comment.