You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
Added bootstrap layout sb-admin-2 for web-app
This commit is contained in:
14
cmd/web-app/static/assets/scss/_footer.scss
Executable file
14
cmd/web-app/static/assets/scss/_footer.scss
Executable file
@@ -0,0 +1,14 @@
|
||||
footer.sticky-footer {
|
||||
padding: 2rem 0;
|
||||
flex-shrink: 0;
|
||||
.copyright {
|
||||
line-height: 1;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
body.sidebar-toggled {
|
||||
footer.sticky-footer {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user