Refined the announcement bar frontend styles

refs https://github.com/TryGhost/Team/issues/3097
This commit is contained in:
Sodbileg Gansukh 2023-04-21 11:49:53 +01:00
parent 6d4bee82f0
commit 0ecdd50d3b

View File

@ -1,20 +1,18 @@
.gh-announcement-bar {
position: relative;
z-index: 90;
display: flex;
align-items: center;
justify-content: center;
height: 48px;
padding: 12px 48px;
min-height: 48px;
font-size: 1.5rem;
}
.gh-announcement-bar a {
color: inherit !important;
text-align: center;
}
.gh-announcement-bar.light {
background-color: #f0f0f0;
color: #15171a;
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}
.gh-announcement-bar.accent {
@ -59,6 +57,6 @@
}
.gh-announcement-bar svg {
width: 12px;
height: 12px;
width: 10px;
height: 10px;
}