This commit is contained in:
2024-11-20 12:54:11 +07:00
parent 523680a350
commit bb5c579630
2136 changed files with 597821 additions and 8689 deletions

View 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
==========================**/