discourse/app/assets/stylesheets/common/base/topic-admin-menu.scss

34 lines
464 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// Styles for the topic admin menu
#show-topic-admin {
position: fixed;
top: 70px;
right: 10px;
z-index: 1000;
2013-09-05 15:37:07 -04:00
}
.topic-admin-menu {
background-color: $secondary;
2013-09-05 15:37:07 -04:00
width: 205px;
padding: 10px;
border: 1px solid scale-color-diff();
2013-09-05 15:37:07 -04:00
position: fixed;
top: 70px;
right: 10px;
z-index: 1001;
2013-09-05 15:37:07 -04:00
ul {
list-style: none;
margin: 10px 0 0 0;
}
button {
width: 200px;
margin-bottom: 5px;
i {
width: 14px;
}
2013-09-05 15:37:07 -04:00
}
}