update
This commit is contained in:
25
static/admin/assets/scss/layout/_footer.scss
Normal file
25
static/admin/assets/scss/layout/_footer.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
/**=====================
|
||||
47. Footer CSS Start
|
||||
==========================**/
|
||||
.footer{
|
||||
background-color: $footer_bg_color;
|
||||
box-shadow: $footer_box_shadow;
|
||||
padding: 15px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin-left: $sidebar-compact-width;
|
||||
transition: 0.5s;
|
||||
&.footer-dark{
|
||||
background-color: $footer_dark_color;
|
||||
p{
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer-fix{
|
||||
width: calc(100% - $sidebar-compact-width);
|
||||
position: fixed;
|
||||
}
|
||||
/**=====================
|
||||
47. Footer CSS Ends
|
||||
==========================**/
|
||||
Reference in New Issue
Block a user