mastodon/app/javascript/styles/bliss/_general_overrides.scss

95 lines
1.2 KiB
SCSS
Raw Normal View History

2020-11-01 11:09:10 +01:00
.status__content {
2020-11-01 10:42:32 +01:00
min-height: 5em;
}
2020-11-01 11:09:10 +01:00
.status__wrapper {
2020-11-01 10:42:32 +01:00
border-left: solid 3px transparent;
transition: 0.5s all ease;
2020-11-01 11:09:10 +01:00
&:hover {
2020-11-01 10:42:32 +01:00
transition: 0.2s all ease;
border-left: solid 3px #528dc8;
}
}
2020-11-01 11:09:10 +01:00
.detailed-status__wrapper {
2020-11-01 10:42:32 +01:00
border-left: solid 3px #528dc8;
}
2020-11-01 11:09:10 +01:00
2020-11-01 10:42:32 +01:00
.links-started__footer {
li {
display: inline-block;
}
2020-11-01 11:09:10 +01:00
.fa{
&:hover{
color: $gold-star;
}
}
2020-11-01 10:42:32 +01:00
a {
display: inline-block;
padding: .5em;
text-decoration: none;
2020-11-01 11:09:10 +01:00
.fa {
2020-11-01 10:42:32 +01:00
margin-right: 1ch;
}
2020-11-01 11:09:10 +01:00
2020-11-01 10:42:32 +01:00
&:visited {
color: #528dc8;
}
2020-11-01 11:09:10 +01:00
&:hover{
color: $gold-star;
}
&.staff-actions {
.fa {
color: $gold-star !important;
}
}
2020-11-01 10:42:32 +01:00
}
2020-11-01 11:09:10 +01:00
.toggle_links {
&[data-active=true] {
background: $classic-primary-color;
color: white;
}
}
2020-11-01 10:42:32 +01:00
}
.compose-form {
.reply-indicator {
display: none;
}
}
.account-authorize--more-data {
padding: 1em;
color: white;
margin-bottom: 1em;
a {
margin-right: 1em;
padding: 0.5em;
color: white;
}
}
2020-11-01 11:09:10 +01:00
.account__relationship{
2020-11-01 10:42:32 +01:00
button{
2020-11-01 11:09:10 +01:00
width: 10em;
height: 3em;
}
}
.account--panel {
margin-top: 1em;
}
.account--panel__button {
button {
2020-11-01 10:42:32 +01:00
display: block;
}
}