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

28 lines
449 B
SCSS
Raw Normal View History

#topic-entrance {
2017-06-11 22:20:14 -04:00
border: 1px solid $primary-low;
padding: 5px;
background: $secondary;
box-shadow: shadow("card");
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-12 17:27:38 -05:00
font-size: $font-up-2;
}
}
button.btn.jump-bottom {
margin: 5px 0 0 0;
}
}