2013-09-06 03:37:07 +08:00
|
|
|
// Styles for the topic admin menu
|
|
|
|
|
2014-10-07 02:19:07 +08:00
|
|
|
.show-topic-admin {
|
2013-09-06 03:37:07 +08:00
|
|
|
position: fixed;
|
2015-02-04 07:01:23 +08:00
|
|
|
top: 120px;
|
2013-09-06 03:37:07 +08:00
|
|
|
right: 10px;
|
2018-01-17 08:05:12 +08:00
|
|
|
z-index: z("dropdown");
|
2017-06-23 15:36:50 +08:00
|
|
|
height: 35px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2015-09-16 01:28:50 +08:00
|
|
|
.popup-menu {
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: $secondary;
|
2018-02-24 02:51:06 +08:00
|
|
|
width: 215px;
|
2013-09-06 03:37:07 +08:00
|
|
|
padding: 10px;
|
2018-02-21 01:18:20 +08:00
|
|
|
border: 1px solid $primary-low;
|
2018-01-17 08:05:12 +08:00
|
|
|
z-index: z("dropdown");
|
2018-02-21 01:18:20 +08:00
|
|
|
box-shadow: shadow("card");
|
2013-09-06 03:37:07 +08:00
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2015-09-16 01:28:50 +08:00
|
|
|
.btn {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
button {
|
2018-02-24 02:51:06 +08:00
|
|
|
width: 100%;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin-bottom: 5px;
|
2014-04-04 01:48:45 +08:00
|
|
|
i {
|
|
|
|
width: 14px;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-03-08 21:25:03 +08:00
|
|
|
}
|
2015-03-14 14:53:41 +08:00
|
|
|
|
2015-07-29 22:34:21 +08:00
|
|
|
.modal-body.feature-topic {
|
2017-06-23 23:51:04 +08:00
|
|
|
overflow: visible;
|
2015-07-29 22:34:21 +08:00
|
|
|
padding: 5px;
|
|
|
|
max-height: 500px;
|
2017-06-23 23:51:04 +08:00
|
|
|
input.date-picker {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2015-07-29 22:34:21 +08:00
|
|
|
hr {
|
|
|
|
margin: 10px 0;
|
2015-03-14 14:53:41 +08:00
|
|
|
}
|
2015-07-29 22:34:21 +08: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 14:53:41 +08:00
|
|
|
}
|
2015-08-27 04:23:08 +08:00
|
|
|
.with-validation {
|
|
|
|
position: relative;
|
|
|
|
}
|
2015-03-14 14:53:41 +08:00
|
|
|
}
|
|
|
|
}
|
2015-07-29 22:34:21 +08:00
|
|
|
|
2015-03-14 14:53:41 +08:00
|
|
|
.mobile-view .feature-topic .feature-section {
|
|
|
|
.desc {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
max-width: 90%;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
}
|