discourse/app/assets/stylesheets/common/topic-entrance.scss
Joffrey JAFFEUX 174d392e5a
DEV: adds prettier (#5956)
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn`

It's recommended to configure your editor to run prettier on file save.
2018-06-08 11:49:31 +02:00

27 lines
447 B
SCSS

#topic-entrance {
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;
font-size: $font-up-2;
}
}
button.btn.jump-bottom {
margin: 5px 0 0 0;
}
}