feat: call to action banner

This commit is contained in:
Mirus
2024-07-30 14:37:30 +03:00
parent f7c9337b3f
commit 74f38a9b52
9 changed files with 76 additions and 3 deletions

23
assets/css/banner.scss Normal file
View File

@@ -0,0 +1,23 @@
#banner {
width: 100%;
height: 2rem;
display: grid;
grid-template-columns: 1fr auto;
background: $accent;
& span {
display: flex;
align-items: center;
justify-content: center;
}
& a {
color: #1d212c;
display: inline;
}
& > button {
padding: 0 5px 0 0;
margin: 0;
}
}