2013-09-05 15:37:07 -04:00
|
|
|
// Styles for the topic admin menu
|
|
|
|
|
2014-10-06 14:19:07 -04:00
|
|
|
.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;
|
2014-06-20 17:24:10 -04:00
|
|
|
z-index: 1000;
|
2014-10-06 14:19:07 -04:00
|
|
|
outline: 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic-admin-menu {
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: $secondary;
|
2013-09-05 15:37:07 -04:00
|
|
|
width: 205px;
|
|
|
|
padding: 10px;
|
2014-05-19 01:17:59 -04:00
|
|
|
border: 1px solid scale-color-diff();
|
2014-06-20 17:24:10 -04:00
|
|
|
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;
|
2014-04-03 13:48:45 -04:00
|
|
|
|
|
|
|
i {
|
|
|
|
width: 14px;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-03-08 08:25:03 -05:00
|
|
|
}
|
2015-03-14 02:53:41 -04:00
|
|
|
|
|
|
|
.modal-body.feature-topic .feature-section {
|
|
|
|
display: block;
|
|
|
|
.button {
|
|
|
|
width: 33%;
|
|
|
|
display: inline-block;
|
2015-03-20 15:47:35 -04:00
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 15px;
|
2015-03-14 02:53:41 -04:00
|
|
|
}
|
|
|
|
.desc {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
max-width: 60%;
|
|
|
|
margin-left: 10px;
|
|
|
|
p {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mobile-view .feature-topic .feature-section {
|
|
|
|
.button {
|
|
|
|
width: auto;
|
|
|
|
display: block;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
.desc {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
max-width: 90%;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
}
|