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

91 lines
1.3 KiB
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: z("dropdown");
height: 35px;
2013-09-05 15:37:07 -04:00
}
.popup-menu {
background-color: $secondary;
width: 215px;
2013-09-05 15:37:07 -04:00
padding: 10px;
border: 1px solid $primary-low;
z-index: z("dropdown");
box-shadow: shadow("card");
2013-09-05 15:37:07 -04:00
ul {
list-style: none;
margin: 10px 0 0 0;
}
.btn {
text-align: left;
}
2013-09-05 15:37:07 -04:00
button {
width: 100%;
2013-09-05 15:37:07 -04:00
margin-bottom: 5px;
i {
width: 14px;
}
2013-09-05 15:37:07 -04:00
}
}
2015-03-14 02:53:41 -04:00
2015-07-29 10:34:21 -04:00
.modal-body.feature-topic {
padding: 5px;
max-height: 500px;
input.date-picker {
margin: 0;
}
2015-07-29 10:34:21 -04:00
hr {
margin: 10px 0;
2015-03-14 02:53:41 -04:00
}
2015-07-29 10:34:21 -04:00
.feature-section {
display: block;
.badge-wrapper {
margin-right: 0;
}
.desc {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
p:first-of-type {
margin: 0;
}
p {
margin: 10px 0 0;
}
2015-03-14 02:53:41 -04:00
}
.with-validation {
position: relative;
}
2015-03-14 02:53:41 -04:00
}
}
2015-07-29 10:34:21 -04:00
.desktop-view .feature-topic-modal {
.feature-topic {
overflow: visible;
}
.modal-inner-container {
min-width: 700px;
}
.pin-until {
position: relative;
display: inline-block;
}
}
2015-03-14 02:53:41 -04:00
.mobile-view .feature-topic .feature-section {
.desc {
display: block;
clear: both;
max-width: 90%;
margin: 0 10px;
}
}