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

32 lines
432 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// Styles for the topic admin menu
.show-topic-admin {
2013-09-05 15:37:07 -04:00
position: fixed;
2015-02-03 18:01:23 -05:00
top: 120px;
2013-09-05 15:37:07 -04:00
right: 10px;
z-index: 1000;
outline: 0;
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();
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
}
}