mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
css: Use SCSS nesting in zulip.scss for #feedback_container.
This commit is contained in:
parent
49cc9b680c
commit
685335eb44
@ -148,22 +148,22 @@ p.n-margin {
|
||||
|
||||
transition-property: top, bottom;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
|
||||
#feedback_container.show {
|
||||
top: 50px;
|
||||
}
|
||||
&.show {
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
#feedback_container h3 {
|
||||
font-size: 16pt;
|
||||
margin-top: 2px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 16pt;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
#feedback_container .exit-me {
|
||||
font-size: 30pt;
|
||||
font-weight: 200;
|
||||
margin: 5px 0px 0px 10px;
|
||||
cursor: pointer;
|
||||
.exit-me {
|
||||
font-size: 30pt;
|
||||
font-weight: 200;
|
||||
margin: 5px 0px 0px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user