mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 17:44:14 -05:00
9 lines
104 B
SCSS
9 lines
104 B
SCSS
|
.sign-in-banner {
|
||
|
padding: 10px;
|
||
|
|
||
|
p {
|
||
|
color: $darker-text-color;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
}
|