mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Updated button out arrow
This commit is contained in:
@@ -273,6 +273,35 @@
|
||||
// Ambassadors
|
||||
.page-ambassadors {
|
||||
|
||||
// Button has link out arrow.
|
||||
.btn {
|
||||
padding: .75rem;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.btn-arrow-out {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-arrow-out::after {
|
||||
background-position: left 0px bottom 0px;
|
||||
content: "\00a0";
|
||||
background-image: url(../img/icons/arrow-up-right-white.svg);
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
padding: 4px 8px 4px 12px;
|
||||
transition: background-position 0.3s ease-in-out;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.btn-arrow-out:hover::after {
|
||||
background-position: left 4px bottom 4px;
|
||||
}
|
||||
|
||||
|
||||
// Sliding Quotes
|
||||
#carouselSlidesOnly{
|
||||
height: 392px;
|
||||
margin-bottom: 40px;
|
||||
|
||||
Reference in New Issue
Block a user