scss 수정

This commit is contained in:
김창수 2024-11-01 10:11:19 +09:00
parent 723a95ddce
commit 157fac3a32
3 changed files with 5 additions and 2 deletions

View File

@ -1312,6 +1312,7 @@
font-weight: 400;
color: #999999;
padding: 0;
width: 100%;
height: 100%;
flex: 1 ;
background-color: inherit;

View File

@ -239,6 +239,7 @@ footer{
nav{
.nav-list{
.nav-item{
a,
button{
font-size: 13px;
}

View File

@ -37,9 +37,10 @@
top: 50%;
left: 0;
transform: translateY(-50%);
width: 20px;
height: 20px;
width: 22px;
height: 22px;
background: url(../../public/static/images/main/id_icon.svg)no-repeat center;
background-size: cover;
}
}
.store-arr{