12 lines
146 B
SCSS
12 lines
146 B
SCSS
.sign-in-banner {
|
|
padding: 10px;
|
|
|
|
p {
|
|
color: $darker-text-color;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.button {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|