[Glitch] Improve styling of closed registrations message

Port SCSS changes from f67fe3ebe8 to glitch-soc
th-downstream
Thibaut Girka 7 years ago
parent 3fc6e7dabb
commit 6c4ea9c000

@ -194,6 +194,28 @@ $small-breakpoint: 960px;
}
}
.closed-registrations-message {
margin-top: 20px;
&,
p {
text-align: center;
font-size: 12px;
line-height: 18px;
color: $ui-primary-color;
margin-bottom: 0;
a {
color: $ui-highlight-color;
text-decoration: underline;
}
}
p:last-child {
margin-bottom: 0;
}
}
em {
display: inline;
margin: 0;

Loading…
Cancel
Save