Iceshrimp.NET/Iceshrimp.Frontend/Components/BannerContainer.razor.css

27 lines
No EOL
585 B
CSS

.banner-container {
position: fixed;
top: 4rem;
right: 1rem;
background-color: var(--background-color);
border: solid var(--highlight-color) 0.05rem;
border-radius: 1.5rem;
padding: 0.25rem 0.5rem;
z-index: +7;
display: flex;
flex-direction: column;
align-items: center;
width: 15rem;
}
.banner-body {
display: flex;
width: 100%;
}
.banner {
border: solid var(--highlight-color) 0.05rem;
border-radius: 1rem;
padding: 0.25rem 0.5rem;
display: flex;
width: 100%;
align-items: center;
margin: 0.25rem;
}