2014-08-16 04:39:34 +08:00
|
|
|
#topic-entrance {
|
2014-08-17 14:16:07 +08:00
|
|
|
|
2017-06-12 10:20:14 +08:00
|
|
|
border: 1px solid $primary-low;
|
2014-08-16 04:39:34 +08:00
|
|
|
padding: 5px;
|
|
|
|
background: $secondary;
|
2018-02-21 01:18:20 +08:00
|
|
|
box-shadow: shadow("card");
|
2018-01-17 08:05:12 +08:00
|
|
|
z-index: z("dropdown");
|
2014-08-16 04:39:34 +08:00
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
width: 133px;
|
2014-08-17 14:16:07 +08:00
|
|
|
@include unselectable;
|
|
|
|
|
2014-08-16 04:39:34 +08:00
|
|
|
button.full {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
2014-08-17 14:16:07 +08:00
|
|
|
|
2014-08-16 04:39:34 +08:00
|
|
|
i {
|
|
|
|
display: block;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-2;
|
2014-08-16 04:39:34 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
button.btn.jump-bottom {
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
|
|
|
}
|