You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
459 B

.divider{
height: 1px;
background: $colorLine;
display: flex;
align-items: center;
justify-content: center;
.icon-box{
background: $colorLine;
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
border-radius: 100%;
width: 28px;
height: 28px;
font-size: 18px;
}
&.inset{
margin-left: 16px;
margin-right: 16px;
}
}