Compare commits
No commits in common. "ff52b2ab56bc8cd88d23e7ca66755af4fbd124cc" and "c94ced6c77401de4bd695886027959dd00398bc9" have entirely different histories.
ff52b2ab56
...
c94ced6c77
@ -529,7 +529,24 @@
|
||||
|
||||
// 지붕재 적합성
|
||||
.compliance-icon{
|
||||
display: flex;
|
||||
display: block;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
&.check{
|
||||
background-image: url(/assets/images/sub/compliance_check_icon.svg);
|
||||
}
|
||||
&.x{
|
||||
background-image: url(/assets/images/sub/compliance_x_icon.svg);
|
||||
}
|
||||
&.quest{
|
||||
background-image: url(/assets/images/sub/compliance_quest_icon.svg);
|
||||
}
|
||||
&.tip{
|
||||
background-image: url(/assets/images/sub/compliance_tip_icon.svg);
|
||||
}
|
||||
}
|
||||
.compliance-check-wrap{
|
||||
padding-top: 10px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user