mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
9 lines
104 B
SCSS
9 lines
104 B
SCSS
|
.sign-in-banner {
|
||
|
padding: 10px;
|
||
|
|
||
|
p {
|
||
|
color: $darker-text-color;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
}
|