main
parent
5a1dad9213
commit
035c697802
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue