mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-22 14:58:16 +00:00
13 lines
146 B
SCSS
13 lines
146 B
SCSS
.sign-in-banner {
|
|
padding: 10px;
|
|
|
|
p {
|
|
color: $darker-text-color;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.button {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|