mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Refined the announcement bar frontend styles
refs https://github.com/TryGhost/Team/issues/3097
This commit is contained in:
parent
6d4bee82f0
commit
0ecdd50d3b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user