This commit is contained in:
梁灏 2017-09-14 20:10:44 +08:00
parent a87597bfe7
commit 36a9157947
3 changed files with 19 additions and 5 deletions

View file

@ -13,6 +13,8 @@
&-notice {
padding: 8px;
text-align: center;
transition: height @animation-time @ease-in-out, padding @animation-time @ease-in-out;
&:first-child {
margin-top: -8px;
}