mirror of
https://github.com/Nezumi-2711/foodify-frontend.git
synced 2026-09-22 13:38:44 +00:00
alo
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
<div class="forbidden-btn w-100 d-flex justify-content-around align-items-center ">
|
||||
<button class="btn btn-primary return-btn" [routerLink]="['/auth', 'login']">Đăng nhập cửa hàng</button>
|
||||
<a href="https://foodify-fpt.vercel.app/home/login"><button class="btn btn-info return-btn">Đăng nhập
|
||||
<a href="https://foodify-fpt.vercel.app/home/login" class="d-flex justify-content-center align-items-center"><button class="btn btn-info return-btn">Đăng nhập
|
||||
người dùng</button></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -55,6 +55,20 @@
|
||||
.forbidden-text {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.forbidden-btn {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.btn {
|
||||
padding: 10px 12px;
|
||||
}
|
||||
|
||||
.return-btn {
|
||||
margin-bottom: 10px;
|
||||
width: 230px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user