2017-11-27 15:23:18 -05:00
|
|
|
#reply-control {
|
|
|
|
.reply-area {
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 5px 15px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: calc(100% - 11px);
|
|
|
|
width: 100%;
|
|
|
|
.submit-panel {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.category-input {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-title {
|
2017-12-06 11:28:12 -05:00
|
|
|
.d-editor-preview-wrapper {
|
2017-11-27 15:23:18 -05:00
|
|
|
margin-top: -43px;
|
|
|
|
}
|
|
|
|
&:not(.private-message) {
|
2017-12-06 11:28:12 -05:00
|
|
|
.d-editor-preview-wrapper {
|
2017-11-27 15:23:18 -05:00
|
|
|
@media screen and (max-width: 955px) {
|
|
|
|
margin-top: -79px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.with-tags {
|
2017-12-06 11:28:12 -05:00
|
|
|
.d-editor-preview-wrapper {
|
2017-11-27 15:23:18 -05:00
|
|
|
margin-top: -79px;
|
|
|
|
@media screen and (max-width: 900px) {
|
|
|
|
margin-top: -116px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.closed {
|
|
|
|
.grippie {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.open {
|
|
|
|
.grippie {
|
|
|
|
cursor: row-resize;
|
2018-01-25 09:53:36 -05:00
|
|
|
padding: 4px 0;
|
2017-11-27 15:23:18 -05:00
|
|
|
background: $tertiary;
|
|
|
|
&:before {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 27px;
|
|
|
|
margin: auto;
|
|
|
|
border-top: 3px double $secondary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.composer-popup-container {
|
|
|
|
max-width: 1500px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.composer-popup {
|
2015-12-28 16:51:07 -05:00
|
|
|
position: absolute;
|
2017-11-27 15:23:18 -05:00
|
|
|
width: calc(50% - 45px);
|
2015-12-28 16:51:07 -05:00
|
|
|
max-width: 724px;
|
2017-11-27 15:23:18 -05:00
|
|
|
top: 20px;
|
|
|
|
bottom: 10px;
|
|
|
|
left: 51%;
|
2015-12-28 16:51:07 -05:00
|
|
|
overflow-y: auto;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("composer","popover");
|
2017-08-18 15:40:34 -04:00
|
|
|
padding: 10px 10px 35px 10px;
|
2014-10-10 18:02:46 -04:00
|
|
|
box-shadow: 3px 3px 3px rgba(0,0,0, 0.34);
|
2017-06-11 22:20:14 -04:00
|
|
|
background: $highlight-medium;
|
2014-03-06 18:35:47 -05:00
|
|
|
|
|
|
|
&.urgent {
|
2017-06-11 22:20:14 -04:00
|
|
|
background: $danger-low;
|
2014-03-06 18:35:47 -05:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2015-12-03 22:49:55 -05:00
|
|
|
&.education-message {
|
2017-06-11 22:20:14 -04:00
|
|
|
background-color: $tertiary-low;
|
2015-11-25 06:01:17 -05:00
|
|
|
}
|
|
|
|
|
2013-12-19 13:45:55 -05:00
|
|
|
h3 {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
p {
|
2013-12-19 13:45:55 -05:00
|
|
|
margin-bottom: 10px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a.close {
|
2017-08-18 15:40:34 -04:00
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 10px;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2017-11-08 04:39:26 -05:00
|
|
|
opacity: 0.5;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-1;
|
2017-08-18 15:40:34 -04:00
|
|
|
&:before {
|
|
|
|
content: 'esc';
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-down-1;
|
2017-08-18 15:40:34 -04:00
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a.close:hover {
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ul.topics {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
font-weight: normal;
|
2015-06-26 04:53:19 -04:00
|
|
|
margin-top: 8px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-27 15:23:18 -05:00
|
|
|
.composer-controls {
|
|
|
|
.d-chevron-down {
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
2017-11-08 04:39:26 -05:00
|
|
|
}
|
|
|
|
|
2016-06-06 16:58:35 -04:00
|
|
|
.custom-body {
|
2017-06-11 22:20:14 -04:00
|
|
|
background-color: $tertiary-low;
|
2016-06-06 16:58:35 -04:00
|
|
|
p {
|
|
|
|
max-width: 98%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-09 16:54:33 -04:00
|
|
|
.similar-topics {
|
2017-06-11 22:20:14 -04:00
|
|
|
background-color: $tertiary-low;
|
2013-09-05 15:37:07 -04:00
|
|
|
|
|
|
|
a[href] {
|
2018-01-18 13:52:40 -05:00
|
|
|
color: $primary;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.posts-count {
|
2017-10-10 16:07:46 -04:00
|
|
|
background-color: dark-light-choose($tertiary, $tertiary-medium);
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2015-06-24 15:08:22 -04:00
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.search-link {
|
|
|
|
.fa, .blurb {
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-high, $secondary-medium);
|
2015-06-24 15:08:22 -04:00
|
|
|
}
|
2018-01-18 13:52:40 -05:00
|
|
|
span.topic {
|
|
|
|
display: flex;
|
2018-01-18 13:57:18 -05:00
|
|
|
flex-wrap: wrap;
|
2018-01-18 13:52:40 -05:00
|
|
|
}
|
2015-06-24 15:08:22 -04:00
|
|
|
}
|
2015-09-29 05:14:37 -04:00
|
|
|
.badge-wrapper {
|
2018-01-18 13:52:40 -05:00
|
|
|
margin-left: 5px;
|
2015-09-29 05:14:37 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.composer-popup:nth-of-type(2) {
|
|
|
|
margin-left: 10px;
|
2015-12-28 16:51:07 -05:00
|
|
|
width: calc(50% - 65px);
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2017-11-27 15:23:18 -05:00
|
|
|
.composer-bottom-right {
|
|
|
|
a {
|
2018-01-15 13:37:29 -05:00
|
|
|
color: $primary-high;
|
2017-11-27 15:23:18 -05:00
|
|
|
&:hover {
|
|
|
|
color: $tertiary;
|
2015-11-06 19:10:22 -05:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-08 04:39:26 -05:00
|
|
|
#draft-status,
|
|
|
|
#file-uploading {
|
|
|
|
flex-grow: 1;
|
|
|
|
text-align: right;
|
2014-04-21 11:54:57 -04:00
|
|
|
}
|