2016-08-31 22:58:10 +02:00
|
|
|
.button {
|
|
|
|
background-color: #2b90d9;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #489fde;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:disabled {
|
|
|
|
background-color: #9baec8;
|
|
|
|
}
|
2016-09-07 18:17:15 +02:00
|
|
|
|
|
|
|
&.button-secondary {
|
|
|
|
background-color: #282c37;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #282c37;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:disabled {
|
|
|
|
background-color: #9baec8;
|
|
|
|
}
|
|
|
|
}
|
2016-08-31 22:58:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-button {
|
|
|
|
color: #616b86;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #717b98;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
color: #535b72;
|
|
|
|
cursor: default;
|
|
|
|
}
|
2016-09-01 13:21:48 +02:00
|
|
|
|
|
|
|
&.active {
|
|
|
|
color: #2b90d9;
|
|
|
|
}
|
2016-08-31 22:58:10 +02:00
|
|
|
}
|
|
|
|
|
2016-09-03 14:01:10 +02:00
|
|
|
.compose-form__textarea, .follow-form__input {
|
2016-08-31 22:58:10 +02:00
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
&:disabled {
|
|
|
|
background: #d9e1e8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__content, .reply-indicator__content {
|
2016-08-31 16:48:21 +02:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 20px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
font-weight: 300;
|
|
|
|
|
2016-08-24 21:08:00 +02:00
|
|
|
a {
|
2016-08-31 16:48:21 +02:00
|
|
|
color: #d9e1e8;
|
2016-08-24 21:08:00 +02:00
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.mention {
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
span {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-08-31 22:58:10 +02:00
|
|
|
|
|
|
|
.reply-indicator__content {
|
|
|
|
color: #282c37;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #535b72;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__display-name, .status__relative-time {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2016-09-01 14:12:11 +02:00
|
|
|
.status__display-name {
|
|
|
|
strong {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-31 22:58:10 +02:00
|
|
|
.status__display-name, .reply-indicator__display-name {
|
|
|
|
&:hover {
|
|
|
|
strong {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__relative-time {
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
2016-09-07 18:17:15 +02:00
|
|
|
|
|
|
|
.transparent-background {
|
|
|
|
background: image-url('void.png');
|
|
|
|
}
|