bugfixed child-side.jsx

このコミットが含まれているのは:
dragon1211 2021-11-07 16:41:47 +09:00
コミット b15eb7e3aa
2個のファイルの変更24行の追加0行の削除

ファイルの表示

@ -12300,3 +12300,13 @@ a {
-o-object-fit: contain;
object-fit: contain;
}
.mypage-nav-list__item.nav-active .prof-wrap {
border: 1px solid #F0DE00 !important;
}
@media screen and (min-width: 1024px) {
.mypage-nav-list__item .prof-wrap {
width: 24px !important;
height: 24px !important;
}
}

ファイルの表示

@ -183,4 +183,18 @@ a{
height: 100%;
object-fit: contain;
}
}
.mypage-nav-list__item{
&.nav-active{
.prof-wrap{
border: 1px solid #F0DE00 !important;;
}
}
.prof-wrap{
@media screen and (min-width:1024px){
width: 24px !important;
height: 24px !important;
}
}
}