ns77@siliconpin.com 2025-09-03 14:49:58 +00:00
parent 5a1dad9213
commit 035c697802
1 changed files with 10 additions and 1 deletions

View File

@ -44,7 +44,6 @@
left: 0;
right: 0;
height: 55px;
margin-bottom: 50px;
background: #e95420;
display: flex;
justify-content: space-around;
@ -52,6 +51,16 @@
border-top: 1px solid rgba(255,255,255,0.2);
z-index: 999;
}
.agent-bottom-nav::after {
content: "";
position: absolute;
bottom: -50px; /* margin-bottom এর জায়গায় */
left: 0;
right: 0;
height: 50px;
background: black; /* এখানে কালো রঙ */
}
.agent-bottom-link {
color: #fff;
text-align: center;