mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
17 lines
251 B
Plaintext
17 lines
251 B
Plaintext
|
|
.fredyFooter {
|
||
|
|
background:rgb(53, 54, 60);
|
||
|
|
color: white;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
|
||
|
|
&__version {
|
||
|
|
padding-left: .5rem;
|
||
|
|
font-size: small;
|
||
|
|
|
||
|
|
}
|
||
|
|
&__copyRight {
|
||
|
|
padding-right: 1rem;
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|