mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
Refine top banner responsive styles and animation details
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -13,7 +13,7 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $white;
|
color: $white;
|
||||||
.button-icon{
|
.button-icon{
|
||||||
animation: iconJitter 0.7s ease-in-out forwards;
|
animation: iconJitter 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
|
||||||
transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
|
transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -53,16 +53,25 @@
|
|||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding: 11px 35px;
|
padding: 11px 35px;
|
||||||
|
.button-text{
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 564px) {
|
@media (max-width: 564px) {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 5px 40px;
|
padding: 5px 40px;
|
||||||
|
.button-text{
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
.banner-event-details{
|
.banner-event-details{
|
||||||
gap: 0px !important;
|
gap: 0px !important;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
|
.event-date{
|
||||||
|
position: relative;
|
||||||
|
top: -5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.banner-button{
|
.banner-button{
|
||||||
align-self: baseline;
|
align-self: baseline;
|
||||||
|
|||||||
Reference in New Issue
Block a user