2016-05-13 17:45:34 +08:00
|
|
|
/* hide the reply border above the time gap notices */
|
2018-06-19 02:10:48 +08:00
|
|
|
.time-gap + .topic-post article {
|
2016-05-13 17:45:34 +08:00
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
2018-02-09 06:04:29 +08:00
|
|
|
.time-gap {
|
|
|
|
.topic-avatar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-03-29 02:39:55 +08:00
|
|
|
.topic-post article {
|
2017-06-12 10:20:14 +08:00
|
|
|
border-top: 1px solid $primary-low;
|
2018-01-13 06:27:38 +08:00
|
|
|
padding: 15px 0 8px 0;
|
2016-03-29 02:39:55 +08:00
|
|
|
}
|
|
|
|
|
2016-02-13 04:12:01 +08:00
|
|
|
.post-stream {
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
span.badge-posts {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2013-09-14 12:39:08 +08:00
|
|
|
.show-replies {
|
2013-09-06 03:37:07 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-05-19 04:11:46 +08:00
|
|
|
.topic-post {
|
2017-11-16 03:52:33 +08:00
|
|
|
nav.post-controls {
|
2018-03-30 11:18:15 +08:00
|
|
|
color: dark-light-choose($primary-low-mid, $secondary-high);
|
2018-04-28 05:15:29 +08:00
|
|
|
.actions {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.like-button {
|
|
|
|
display: flex;
|
|
|
|
flex: 0 1 auto;
|
|
|
|
button {
|
|
|
|
&.like {
|
2018-06-08 17:49:31 +08:00
|
|
|
flex: 1 1 auto;
|
2018-04-28 05:15:29 +08:00
|
|
|
}
|
|
|
|
&.like-count {
|
|
|
|
padding: 8px 4px 8px 8px;
|
|
|
|
line-height: 1.2;
|
|
|
|
&.regular-likes {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
&.my-likes {
|
|
|
|
display: flex;
|
|
|
|
max-width: unset;
|
|
|
|
margin-right: 0;
|
|
|
|
padding: 8px 9px 8px 8px;
|
2018-11-27 05:49:57 +08:00
|
|
|
.d-icon {
|
2018-04-28 05:15:29 +08:00
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.d-icon {
|
|
|
|
line-height: $line-height-medium;
|
|
|
|
}
|
|
|
|
}
|
2018-06-19 02:10:48 +08:00
|
|
|
button.like-count + button.toggle-like {
|
2018-04-28 05:15:29 +08:00
|
|
|
padding: 8px 9px 8px 4px;
|
2018-06-08 17:49:31 +08:00
|
|
|
}
|
2018-04-28 05:15:29 +08:00
|
|
|
}
|
2017-11-16 03:52:33 +08:00
|
|
|
.d-icon {
|
2018-06-08 17:49:31 +08:00
|
|
|
opacity: 1;
|
2017-05-19 04:11:46 +08:00
|
|
|
}
|
2017-11-16 03:52:33 +08:00
|
|
|
button {
|
|
|
|
border: none;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-1;
|
2018-04-28 05:15:29 +08:00
|
|
|
padding: 10px 8px;
|
2017-11-16 03:52:33 +08:00
|
|
|
background: transparent;
|
2018-04-28 05:15:29 +08:00
|
|
|
flex: 1 1 auto;
|
|
|
|
max-width: 45px;
|
2017-11-16 03:52:33 +08:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
&.admin {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
&.expand-post {
|
2018-06-08 17:49:31 +08:00
|
|
|
margin: 10px 0 10px 0;
|
2017-11-16 03:52:33 +08:00
|
|
|
}
|
2017-11-18 05:57:25 +08:00
|
|
|
&.reply {
|
2018-03-30 11:18:15 +08:00
|
|
|
color: $primary-high;
|
2018-04-28 05:15:29 +08:00
|
|
|
margin-left: auto;
|
2017-11-18 05:57:25 +08:00
|
|
|
}
|
|
|
|
&.has-like {
|
|
|
|
color: $love;
|
|
|
|
}
|
2017-11-16 03:52:33 +08:00
|
|
|
&.bookmarked {
|
|
|
|
color: $tertiary;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-03-19 22:02:09 +08:00
|
|
|
}
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2014-05-13 20:53:11 +08:00
|
|
|
.post-admin-menu {
|
2018-06-19 01:01:40 +08:00
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: column;
|
|
|
|
box-sizing: border-box;
|
2014-05-13 20:53:11 +08:00
|
|
|
background-color: $secondary;
|
2018-06-19 01:01:40 +08:00
|
|
|
width: auto;
|
|
|
|
max-width: 320px;
|
2014-05-13 20:53:11 +08:00
|
|
|
padding: 10px;
|
2017-06-12 10:20:14 +08:00
|
|
|
border: 1px solid $primary-low;
|
2014-05-13 20:53:11 +08:00
|
|
|
position: absolute;
|
|
|
|
text-align: left;
|
2018-06-19 01:01:40 +08:00
|
|
|
bottom: -50px;
|
2014-10-14 04:38:22 +08:00
|
|
|
left: 135px;
|
2018-06-19 01:01:40 +08:00
|
|
|
@media screen and (max-width: 374px) {
|
|
|
|
left: 50px;
|
|
|
|
}
|
2018-01-17 08:05:12 +08:00
|
|
|
z-index: z("dropdown");
|
2014-05-13 20:53:11 +08:00
|
|
|
h3 {
|
2014-10-14 04:38:22 +08:00
|
|
|
margin-top: 0;
|
2014-05-13 20:53:11 +08:00
|
|
|
color: $primary;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-0;
|
2014-05-13 20:53:11 +08:00
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
margin-bottom: 5px;
|
2017-07-28 03:03:41 +08:00
|
|
|
.d-icon {
|
2014-05-13 20:53:11 +08:00
|
|
|
width: 14px;
|
2018-06-19 01:01:40 +08:00
|
|
|
margin-right: 10px;
|
2014-05-13 20:53:11 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
|
|
|
.embedded-posts {
|
|
|
|
.topic-meta-data h5 a {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-actions {
|
2015-09-17 15:00:53 +08:00
|
|
|
/* overriding display: here was causing hidden element to take up space */
|
2014-10-20 13:47:34 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-action {
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
clear: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-action .relative-date {
|
|
|
|
margin-left: 5px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
a.reply-to-tab {
|
2018-01-17 08:05:12 +08:00
|
|
|
z-index: z("base") + 1;
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2018-06-21 01:06:20 +08:00
|
|
|
margin-right: 0.5em;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2014-05-14 03:07:05 +08:00
|
|
|
.topic-post .boxed .contents {
|
2014-06-13 14:14:58 +08:00
|
|
|
clear: both;
|
2014-05-14 03:07:05 +08:00
|
|
|
}
|
|
|
|
|
2013-11-16 02:30:24 +08:00
|
|
|
.topic-map {
|
2018-11-02 22:07:22 +08:00
|
|
|
margin: 10px 0;
|
|
|
|
h4 {
|
2018-01-13 06:27:38 +08:00
|
|
|
line-height: $line-height-medium;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-07-13 13:17:54 +08:00
|
|
|
.user {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2013-11-29 00:45:16 +08:00
|
|
|
.map-collapsed {
|
|
|
|
.secondary {
|
|
|
|
display: none;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2013-11-29 00:45:16 +08:00
|
|
|
}
|
|
|
|
.map {
|
2013-09-06 03:37:07 +08:00
|
|
|
li {
|
|
|
|
float: left;
|
2014-09-23 18:06:07 +08:00
|
|
|
padding: 7px 8px;
|
2013-09-06 03:37:07 +08:00
|
|
|
&:last-of-type {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2018-04-23 22:45:18 +08:00
|
|
|
.number {
|
2018-02-13 04:16:27 +08:00
|
|
|
line-height: $line-height-medium;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2018-06-08 17:49:31 +08:00
|
|
|
.number,
|
2018-11-27 05:49:57 +08:00
|
|
|
.d-icon {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-1;
|
2015-06-03 17:46:35 +08:00
|
|
|
}
|
2018-06-19 02:10:48 +08:00
|
|
|
.avatar + a {
|
2013-09-06 03:37:07 +08:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
2014-09-24 02:29:27 +08:00
|
|
|
li.avatars {
|
2014-09-23 18:06:07 +08:00
|
|
|
display: none;
|
|
|
|
}
|
2018-06-08 17:49:31 +08:00
|
|
|
.links,
|
|
|
|
.information,
|
|
|
|
.avatars {
|
2018-01-13 06:27:38 +08:00
|
|
|
padding: 10px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-05-06 15:24:04 +08:00
|
|
|
overflow: auto;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2018-01-13 06:27:38 +08:00
|
|
|
.information {
|
|
|
|
p {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
}
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
.buttons {
|
|
|
|
.btn {
|
|
|
|
border: 0;
|
2014-09-23 18:06:07 +08:00
|
|
|
padding: 0 15px;
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-high);
|
2015-08-21 07:47:34 +08:00
|
|
|
background: blend-primary-secondary(5%);
|
2017-06-12 10:20:14 +08:00
|
|
|
border-left: 1px solid $primary-low;
|
2013-12-10 05:27:49 +08:00
|
|
|
.fa {
|
2013-09-06 03:37:07 +08:00
|
|
|
margin: 0;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-2;
|
2013-09-06 03:37:07 +08:00
|
|
|
line-height: 52px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-07-22 01:51:56 +08:00
|
|
|
.link-summary .btn {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-high);
|
2017-07-22 01:51:56 +08:00
|
|
|
background: blend-primary-secondary(5%);
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#topic-footer-buttons {
|
2015-07-22 09:46:15 +08:00
|
|
|
@include clearfix;
|
|
|
|
padding: 20px 0 0 0;
|
2018-06-08 17:49:31 +08:00
|
|
|
.d-icon-bookmark.bookmarked {
|
|
|
|
color: $tertiary;
|
|
|
|
}
|
2015-12-12 04:07:38 +08:00
|
|
|
.combobox {
|
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
width: 160px;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2019-01-16 17:27:27 +08:00
|
|
|
#topic-footer-buttons .reason {
|
2018-06-19 01:01:40 +08:00
|
|
|
/* this is to force the drop-down notification state description para below the button */
|
2014-05-06 16:14:56 +08:00
|
|
|
margin: 0;
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2014-05-06 15:48:44 +08:00
|
|
|
}
|
|
|
|
|
2017-02-11 00:10:24 +08:00
|
|
|
#topic-footer-button {
|
|
|
|
width: 100px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2018-11-12 10:04:30 +08:00
|
|
|
.suggested-topics {
|
2013-09-06 03:37:07 +08:00
|
|
|
clear: left;
|
2015-07-22 09:46:15 +08:00
|
|
|
padding: 20px 0 15px 0;
|
2018-06-08 17:49:31 +08:00
|
|
|
th.views,
|
|
|
|
td.views,
|
|
|
|
td.activity,
|
|
|
|
th.activity,
|
|
|
|
th.likes,
|
|
|
|
td.likes {
|
2013-09-06 03:37:07 +08:00
|
|
|
display: none;
|
2018-06-08 17:49:31 +08:00
|
|
|
}
|
|
|
|
a.badge-category,
|
|
|
|
a.badge-category-parent {
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-down-1;
|
2014-05-10 14:09:04 +08:00
|
|
|
vertical-align: top;
|
2018-06-08 17:49:31 +08:00
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
span.post-count {
|
2014-05-06 13:50:51 +08:00
|
|
|
background: $primary;
|
|
|
|
color: $secondary;
|
2018-06-08 17:49:31 +08:00
|
|
|
opacity: 0.8;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#topic-footer-buttons {
|
|
|
|
.btn {
|
2013-09-14 12:39:08 +08:00
|
|
|
margin-bottom: 5px;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#topic-title {
|
2018-01-17 08:05:12 +08:00
|
|
|
z-index: z("base") + 1;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin: 0 0 0 0 !important;
|
2015-07-22 09:46:15 +08:00
|
|
|
padding: 15px 0;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2016-02-22 17:40:28 +08:00
|
|
|
// mobile has no fixed width on topic-body so overflow: hidden causes problems
|
|
|
|
.topic-body {
|
2018-10-05 22:51:27 +08:00
|
|
|
overflow: visible;
|
|
|
|
.cooked {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2016-02-22 17:40:28 +08:00
|
|
|
}
|
|
|
|
|
2018-10-03 22:13:56 +08:00
|
|
|
// instead, for mobile we set overflow hidden on the post's #main-outlet
|
2016-02-22 17:40:28 +08:00
|
|
|
// this prevents image overflow on deeply nested blockquotes, lists, etc
|
2018-10-03 22:13:56 +08:00
|
|
|
[class*="archetype-"] #main-outlet {
|
2016-02-22 17:40:28 +08:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.quote-button.visible {
|
|
|
|
display: block;
|
2018-01-17 08:05:12 +08:00
|
|
|
z-index: z("tooltip");
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-06-19 02:10:48 +08:00
|
|
|
.open > .dropdown-menu {
|
2013-09-06 03:37:07 +08:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.dropdown-menu li {
|
2013-09-14 12:39:08 +08:00
|
|
|
margin: 5px 0;
|
2014-07-01 16:55:07 +08:00
|
|
|
.fa {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
padding-top: 1px;
|
|
|
|
}
|
2016-05-23 18:36:26 +08:00
|
|
|
span {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2016-05-23 18:36:26 +08:00
|
|
|
}
|
|
|
|
span.title {
|
|
|
|
color: $primary;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
2013-10-22 14:56:46 +08:00
|
|
|
margin-top: 25px;
|
2013-09-06 03:37:07 +08:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
2013-09-14 12:39:08 +08:00
|
|
|
float: left;
|
2013-09-06 03:37:07 +08:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-09-14 12:39:08 +08:00
|
|
|
#share-link {
|
2014-06-24 15:55:43 +08:00
|
|
|
width: 290px;
|
2014-12-06 05:21:07 +08:00
|
|
|
left: auto;
|
|
|
|
right: 4px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2016-04-09 03:25:52 +08:00
|
|
|
.selected-posts {
|
|
|
|
padding: 0.1em 0.7em;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2015-01-21 14:51:15 +08:00
|
|
|
// hide the full set of selection buttons on mobile
|
2018-06-08 17:49:31 +08:00
|
|
|
.select-posts button {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-01-21 14:51:15 +08:00
|
|
|
|
|
|
|
// unhide the simple "select just this post" button
|
|
|
|
button.select-post {
|
|
|
|
display: inline-block;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.deleted {
|
2017-04-01 00:48:32 +08:00
|
|
|
.topic-body {
|
2018-06-19 02:10:48 +08:00
|
|
|
background-color: dark-light-diff(
|
|
|
|
rgba($danger, 0.7),
|
|
|
|
$secondary,
|
|
|
|
50%,
|
|
|
|
-60%
|
|
|
|
);
|
2017-04-01 00:48:32 +08:00
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2013-09-06 04:28:16 +08:00
|
|
|
.deleted-user-avatar {
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-5;
|
2013-09-06 04:28:16 +08:00
|
|
|
}
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
span.btn-text {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2013-09-13 04:00:53 +08:00
|
|
|
blockquote {
|
2018-06-08 17:49:31 +08:00
|
|
|
clear: both;
|
2014-06-30 15:51:17 +08:00
|
|
|
/* leave browser defaults for top and bottom here */
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2013-09-13 04:00:53 +08:00
|
|
|
}
|
|
|
|
|
2018-02-09 06:04:29 +08:00
|
|
|
.gap {
|
2018-03-30 11:18:15 +08:00
|
|
|
padding: 0.25em 0;
|
2018-02-09 06:04:29 +08:00
|
|
|
}
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.posts-wrapper {
|
|
|
|
position: relative;
|
|
|
|
}
|
2014-03-31 23:29:32 +08:00
|
|
|
|
2014-06-05 00:15:59 +08:00
|
|
|
span.highlighted {
|
2017-10-11 04:07:46 +08:00
|
|
|
background-color: dark-light-choose($highlight-low, $highlight);
|
2014-06-05 00:15:59 +08:00
|
|
|
}
|
|
|
|
|
2014-05-10 14:09:04 +08:00
|
|
|
.topic-avatar {
|
|
|
|
float: left;
|
2018-01-13 06:27:38 +08:00
|
|
|
margin-right: 10px;
|
2018-06-19 01:01:40 +08:00
|
|
|
z-index: z("base") + 1;
|
|
|
|
/* must render on top of topic-body + topic-meta-data, otherwise not tappable */
|
2014-05-10 14:09:04 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic-meta-data {
|
2015-09-30 00:57:54 +08:00
|
|
|
margin-left: 50px;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-down-1;
|
2014-06-06 00:32:48 +08:00
|
|
|
.names {
|
2018-01-13 06:27:38 +08:00
|
|
|
line-height: $line-height-medium;
|
2018-07-09 11:45:00 +08:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2018-10-02 10:56:50 +08:00
|
|
|
|
2018-07-09 11:45:00 +08:00
|
|
|
.full-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-10-02 10:56:50 +08:00
|
|
|
|
|
|
|
.first {
|
|
|
|
order: 1;
|
2018-07-09 11:45:00 +08:00
|
|
|
}
|
2018-10-02 10:56:50 +08:00
|
|
|
|
2018-07-09 11:45:00 +08:00
|
|
|
.poster-icon {
|
|
|
|
order: 2;
|
|
|
|
}
|
2018-10-02 10:56:50 +08:00
|
|
|
|
|
|
|
.second {
|
2018-07-09 11:45:00 +08:00
|
|
|
order: 3;
|
|
|
|
flex-basis: 100%;
|
|
|
|
}
|
2018-10-02 10:56:50 +08:00
|
|
|
|
2018-07-09 11:45:00 +08:00
|
|
|
.user-title {
|
|
|
|
order: 4;
|
2018-08-13 13:29:46 +08:00
|
|
|
flex-basis: 100%;
|
2018-07-09 11:45:00 +08:00
|
|
|
}
|
|
|
|
span {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
2014-06-06 00:32:48 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.username.new-user a {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-low-mid, $secondary-high);
|
2014-06-06 00:32:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-title {
|
|
|
|
color: #aaa;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-right: 50px;
|
2014-03-31 23:29:32 +08:00
|
|
|
}
|
2014-06-03 13:33:00 +08:00
|
|
|
|
|
|
|
.read-state {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-07-30 09:19:30 +08:00
|
|
|
|
2015-09-02 07:49:45 +08:00
|
|
|
.signup-cta {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: calc(100% - 50px);
|
|
|
|
a {
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-07-11 11:01:25 +08:00
|
|
|
.popup-menu {
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|