You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
432 B
CSS
29 lines
432 B
CSS
.adminBar + header {
|
|
position: relative;
|
|
top: -40px;
|
|
}
|
|
|
|
.adminBar + header::after {
|
|
background: none;
|
|
}
|
|
|
|
div.adminBar {
|
|
position: relative;
|
|
top: 100px;
|
|
margin-top: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
background: #9c27b0;
|
|
height: 40px;
|
|
width: 100%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.adminBar > a {
|
|
color: white;
|
|
font-family: 'Cormorant SC', serif;
|
|
padding: 5px;
|
|
margin: 0 25px;
|
|
}
|