2016-08-31 13:58:10 -07:00
|
|
|
.button {
|
|
|
|
background-color: #2b90d9;
|
2016-09-27 14:12:33 -07:00
|
|
|
font-family: 'Roboto';
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: center;
|
|
|
|
border: 10px none;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 500;
|
|
|
|
letter-spacing: 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 0 16px;
|
|
|
|
height: 36px;
|
|
|
|
cursor: pointer;
|
|
|
|
line-height: 36px;
|
|
|
|
border-radius: 4px;
|
|
|
|
text-decoration: none;
|
2016-08-31 13:58:10 -07:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #489fde;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:disabled {
|
|
|
|
background-color: #9baec8;
|
2016-10-02 06:28:47 -07:00
|
|
|
cursor: default;
|
2016-08-31 13:58:10 -07:00
|
|
|
}
|
2016-09-07 09:17:15 -07:00
|
|
|
|
|
|
|
&.button-secondary {
|
|
|
|
background-color: #282c37;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #282c37;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:disabled {
|
|
|
|
background-color: #9baec8;
|
|
|
|
}
|
|
|
|
}
|
2016-08-31 13:58:10 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-button {
|
|
|
|
color: #616b86;
|
2016-11-02 12:18:39 -07:00
|
|
|
border: none;
|
|
|
|
background: transparent;
|
2016-08-31 13:58:10 -07:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #717b98;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
color: #535b72;
|
|
|
|
cursor: default;
|
|
|
|
}
|
2016-09-01 04:21:48 -07:00
|
|
|
|
|
|
|
&.active {
|
|
|
|
color: #2b90d9;
|
|
|
|
}
|
2016-08-31 13:58:10 -07:00
|
|
|
}
|
|
|
|
|
2016-11-07 09:23:36 -08:00
|
|
|
.lightbox .icon-button {
|
|
|
|
color: #282c37;
|
|
|
|
}
|
|
|
|
|
2016-09-03 05:01:10 -07:00
|
|
|
.compose-form__textarea, .follow-form__input {
|
2016-08-31 13:58:10 -07:00
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
&:disabled {
|
|
|
|
background: #d9e1e8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-08 12:45:51 -08:00
|
|
|
.emojione {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: inherit;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: -.2ex .15em .2ex;
|
2016-11-15 09:38:57 -08:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2016-11-08 12:45:51 -08:00
|
|
|
|
|
|
|
img {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-31 13:58:10 -07:00
|
|
|
.status__content, .reply-indicator__content {
|
2016-08-31 07:48:21 -07:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 20px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
font-weight: 300;
|
2016-10-06 12:56:07 -07:00
|
|
|
overflow: hidden;
|
2016-08-31 07:48:21 -07:00
|
|
|
|
2016-11-08 12:45:51 -08:00
|
|
|
.emojione {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
|
2016-09-10 01:14:36 -07:00
|
|
|
p {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-24 12:08:00 -07:00
|
|
|
a {
|
2016-08-31 07:48:21 -07:00
|
|
|
color: #d9e1e8;
|
2016-08-24 12:08:00 -07:00
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.mention {
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
span {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-08-31 13:58:10 -07:00
|
|
|
|
2016-09-25 05:20:29 -07:00
|
|
|
.detailed-status {
|
|
|
|
.status__content {
|
|
|
|
font-size: 19px;
|
|
|
|
line-height: 24px;
|
2016-11-08 12:45:51 -08:00
|
|
|
|
|
|
|
.emojione {
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
}
|
2016-09-25 05:20:29 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-31 13:58:10 -07:00
|
|
|
.reply-indicator__content {
|
|
|
|
color: #282c37;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #535b72;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-06 16:14:12 -08:00
|
|
|
.account__header__content {
|
|
|
|
word-wrap: break-word;
|
|
|
|
font-weight: 300;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-15 09:38:57 -08:00
|
|
|
.account__header__display-name {
|
|
|
|
.emojione {
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-28 11:05:44 -07:00
|
|
|
.status__display-name, .status__relative-time, .detailed-status__display-name, .detailed-status__datetime, .account__display-name {
|
2016-08-31 13:58:10 -07:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2016-10-28 11:05:44 -07:00
|
|
|
.status__display-name, .account__display-name {
|
2016-09-01 05:12:11 -07:00
|
|
|
strong {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-28 11:05:44 -07:00
|
|
|
.status__display-name, .reply-indicator__display-name, .detailed-status__display-name, .account__display-name {
|
2016-08-31 13:58:10 -07:00
|
|
|
&:hover {
|
|
|
|
strong {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-28 11:05:44 -07:00
|
|
|
.account__display-name {
|
|
|
|
strong {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-25 05:20:29 -07:00
|
|
|
.detailed-status__display-name {
|
|
|
|
color: #d9e1e8;
|
|
|
|
line-height: 24px;
|
|
|
|
|
|
|
|
strong, span {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__relative-time, .detailed-status__datetime {
|
2016-08-31 13:58:10 -07:00
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
2016-09-07 09:17:15 -07:00
|
|
|
|
|
|
|
.transparent-background {
|
|
|
|
background: image-url('void.png');
|
|
|
|
}
|
2016-09-29 15:00:45 -07:00
|
|
|
|
|
|
|
.dropdown {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown__content {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown--active .dropdown__content {
|
|
|
|
display: block;
|
|
|
|
z-index: 9999;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 0 4.5px 7.8px 4.5px;
|
|
|
|
border-color: transparent transparent #d9e1e8 transparent;
|
|
|
|
top: -7px;
|
|
|
|
left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
2016-10-03 09:49:52 -07:00
|
|
|
background: #d9e1e8;
|
|
|
|
padding: 4px 0;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
|
|
|
|
min-width: 100px;
|
2016-09-29 15:00:45 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: 13px;
|
|
|
|
display: block;
|
|
|
|
padding: 6px 16px;
|
2016-10-07 15:01:22 -07:00
|
|
|
width: 100px;
|
2016-09-29 15:00:45 -07:00
|
|
|
text-decoration: none;
|
|
|
|
background: #d9e1e8;
|
|
|
|
color: #282c37;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: #2b90d9;
|
|
|
|
color: #d9e1e8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-10-06 13:47:35 -07:00
|
|
|
|
|
|
|
.static-content {
|
|
|
|
padding: 10px;
|
|
|
|
padding-top: 20px;
|
|
|
|
color: #616b86;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 13px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|
2016-10-12 04:17:17 -07:00
|
|
|
|
|
|
|
.columns-area {
|
|
|
|
margin: 10px;
|
|
|
|
margin-left: 0;
|
2016-10-12 10:14:47 -07:00
|
|
|
flex-direction: row;
|
2016-10-12 04:17:17 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.column {
|
|
|
|
width: 330px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drawer {
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column, .drawer {
|
|
|
|
margin-left: 10px;
|
2016-10-12 10:14:47 -07:00
|
|
|
flex: 0 0 auto;
|
|
|
|
overflow: hidden;
|
2016-10-12 04:17:17 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.column, .drawer {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2016-10-12 10:14:47 -07:00
|
|
|
flex: 1 1 100%;
|
2016-10-12 04:17:17 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.columns-area {
|
|
|
|
margin: 10px;
|
2016-10-12 10:14:47 -07:00
|
|
|
flex-direction: column;
|
2016-10-12 04:17:17 -07:00
|
|
|
}
|
|
|
|
}
|
2016-10-30 10:13:05 -07:00
|
|
|
|
|
|
|
.react-autosuggest__container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-autosuggest__suggestions-container {
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 99;
|
2016-11-13 04:04:18 -08:00
|
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
|
2016-10-30 10:13:05 -07:00
|
|
|
}
|
|
|
|
|
2016-11-13 04:04:18 -08:00
|
|
|
.react-autosuggest__section-title {
|
2016-10-30 10:13:05 -07:00
|
|
|
background: #9baec8;
|
2016-11-13 04:04:18 -08:00
|
|
|
padding: 4px 10px;
|
|
|
|
font-weight: 500;
|
|
|
|
cursor: default;
|
|
|
|
color: #282c37;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-autosuggest__suggestions-list {
|
|
|
|
background: #d9e1e8;
|
2016-10-30 10:13:05 -07:00
|
|
|
color: #282c37;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-autosuggest__suggestion {
|
|
|
|
padding: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-autosuggest__suggestion--focused {
|
|
|
|
background: #2b90d9;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2016-11-04 05:32:14 -07:00
|
|
|
|
|
|
|
.scrollable {
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
2016-11-10 14:21:24 -08:00
|
|
|
|
|
|
|
.column-back-button {
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|