css: Reorder zulip.scss to put `#feeback_container` alongside.

This commit is contained in:
majordwarf 2020-05-16 16:01:55 +05:30 committed by Tim Abbott
parent faf6a274a0
commit 49cc9b680c
1 changed files with 7 additions and 7 deletions

View File

@ -159,6 +159,13 @@ p.n-margin {
margin-top: 2px;
}
#feedback_container .exit-me {
font-size: 30pt;
font-weight: 200;
margin: 5px 0px 0px 10px;
cursor: pointer;
}
@keyframes pulse {
0% {
box-shadow: 0px 0px 30px hsla(0, 0%, 0%, 0.35);
@ -189,13 +196,6 @@ p.n-margin {
opacity: 1.0;
}
#feedback_container .exit-me {
font-size: 30pt;
font-weight: 200;
margin: 5px 0px 0px 10px;
cursor: pointer;
}
.header {
position: fixed;
z-index: 102; /* Needs to be higher than .alert-bar-container */