mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
16 lines
275 B
SCSS
16 lines
275 B
SCSS
.whitelabel-footer {
|
|
text-align: center;
|
|
margin-top: 4em;
|
|
padding: 1em 0 1em 0;
|
|
|
|
hr {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
//border: 0;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
.ascribe-powered-by {
|
|
font-weight: 300 !important;
|
|
}
|
|
}
|