mirror of
https://github.com/ascribe/onion.git
synced 2025-01-05 19:25:42 +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;
|
||
|
}
|
||
|
}
|