Admin bar fix

main
Ashelyn Dawn 5 years ago
parent d395e239a4
commit 4f16a0f8ea

@ -1,11 +1,12 @@
.actionBar {
position: fixed;
box-sizing: border-box;
width: 100%;
display: flex;
flex-direction: row;
height: 60px;
align-items: center;
margin-top: -15px;
margin-bottom: 24px;
background: rgb(66, 66, 66);
color: white;
padding: 0 15px;
@ -25,9 +26,3 @@
.actionBar button:global(.mdc-button--outlined):not(:disabled) {
border-color: rgba(255,255,255,.44);
}
.spacer {
display: block;
height: 60px;
margin-bottom: 24px;
}

Loading…
Cancel
Save