about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/signed_out.scss
blob: 74eccf49735c5b9d187df616946053b72144bec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.sign-in-banner {
  padding: 10px;

  p {
    color: $darker-text-color;
    margin-bottom: 20px;
  }

  .button {
    margin-bottom: 10px;
  }
}