-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #547 from gladly-team/spicer/current-shop-users-promo
Fixed the styling of our promo
- Loading branch information
Showing
4 changed files
with
42 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
.hoverable { | ||
border: 1px solid transparent; | ||
transition: 0.3s; | ||
width: 100px; | ||
height: 100px; | ||
border: 1px solid transparent; | ||
transition: 0.3s; | ||
width: 75px; | ||
height: 75px; | ||
} | ||
|
||
.hoverable img { | ||
width: 75px; | ||
height: 75px; | ||
} | ||
|
||
.hoverable:hover { | ||
width: 106px; | ||
height: 106px; | ||
border: 3px solid #ccc; | ||
margin-bottom: -5px; | ||
} | ||
width: 81px; | ||
height: 81px; | ||
border: 3px solid #ccc; | ||
margin-bottom: -5px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
378079a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
tab-web – ./
tab-web-gladly-team.vercel.app
dev-tab-web.vercel.app
tab-web-git-master-gladly-team.vercel.app
tab-web.vercel.app