Penambahan FrontEnd All-New-Manufacture

This commit is contained in:
pand03
2026-01-31 14:23:04 +07:00
parent 1b2e320b2b
commit 4feb21dcbc
2891 changed files with 426849 additions and 135 deletions

View File

@@ -0,0 +1,57 @@
.customers{
display:flex;
img{
height:5.9375rem;
width:5.9375rem;
border-radius:1.25rem;
}
@include custommq ($max:100rem){
margin-bottom:1.25rem;
img{
height:5rem;
width:5rem;
}
}
}
.media-body{
flex: 1;
}
.media-dropdown{
.dropdown-menu{
width: 30rem;
padding: 1.875rem;
}
}
.page-indicator{
a{
padding:0.9375rem 1.25rem;
@include respond ('phone'){
padding:0.625rem 0.625rem;
}
}
}
.pagination{
.page-link{
border-radius:100%;
margin:0 0.3125rem;
height:3.125rem;
width:3.125rem;
line-height:2.125rem;
@include respond ('phone'){
height:2.5rem;
width:2.5rem;
line-height:1.5rem;
}
}
}
.contacts-list-area{
.card{
height:auto;
margin-bottom:1.25rem;
}
}
.text-lg-center{
small{
font-size:16px;
}
}