mirror of https://github.com/zulip/zulip.git
css: Reorder zulip.scss to put `#feeback_container` alongside.
This commit is contained in:
parent
faf6a274a0
commit
49cc9b680c
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue