style: login
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// footer all styles
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: transparent;
|
||||
padding: 20px 0;
|
||||
text-align: center;
|
||||
font-size: var(--font-size-middle);
|
||||
color: var(--color-text-2);
|
||||
}
|
||||
Reference in New Issue
Block a user