chore: fixing issue with the microsite banner positioning
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -1086,11 +1086,15 @@ code {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.Banner--hidden {
|
||||
.Banner--hiding {
|
||||
opacity: 0;
|
||||
transition: opacity 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.Banner--hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.Banner a {
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user