discourse/app/assets/stylesheets/common/topic-entrance.scss

28 lines
458 B
SCSS
Raw Normal View History

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