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

60 lines
828 B
SCSS

.status__content{
min-height: 5em;
}
.status__wrapper{
border-left: solid 3px transparent;
transition: 0.5s all ease;
&:hover{
transition: 0.2s all ease;
border-left: solid 3px #528dc8;
}
}
.detailed-status__wrapper{
border-left: solid 3px #528dc8;
}
.links-started__footer {
li {
display: inline-block;
}
a {
display: inline-block;
padding: .5em;
text-decoration: none;
.fa{
margin-right: 1ch;
}
&:visited {
color: #528dc8;
}
}
}
.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;
}
}
.account--panel{
margin-top:1em;
}
.account--panel__button{
button{
display: block;
}
}