This commit is contained in:
2024-12-13 08:31:39 +07:00
parent 1ead9da097
commit 5bdf96851e
3554 changed files with 400518 additions and 83328 deletions
@@ -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
==========================**/