mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-12 23:38:20 +00:00
34 lines
574 B
SCSS
34 lines
574 B
SCSS
@import 'variables';
|
|
|
|
.glitch.glitch__status__prepend {
|
|
display: block;
|
|
position: relative;
|
|
margin: 0 0 1em;
|
|
color: $ui-base-lighter-color;
|
|
padding: 0 0 0 (3.35em * .7);
|
|
|
|
.prepend\\icon {
|
|
display: block;
|
|
position: absolute;
|
|
margin: auto;
|
|
top: 0;
|
|
left: 0;
|
|
width: (3.35em * .7);
|
|
height: 1.35em;
|
|
text-align: center;
|
|
|
|
&.prepend\\reblog,
|
|
&.prepend\\reblogged {
|
|
color: $ui-highlight-color;
|
|
}
|
|
|
|
&.prepend\\favourite {
|
|
color: $gold-star;
|
|
}
|
|
}
|
|
|
|
.prepend\\comrade {
|
|
color: $glitch-lighter-color;
|
|
}
|
|
}
|