23 lines
386 B
SCSS
23 lines
386 B
SCSS
.details-box{
|
|
.at-tabs{
|
|
|
|
.at-tabs__item--active{
|
|
// color:$themeColor
|
|
}
|
|
}
|
|
.description-title{
|
|
font-size:35px;
|
|
color:#999;
|
|
margin-top:20px;
|
|
margin-left: 20px;
|
|
margin-bottom: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.description-img{
|
|
padding:0 10px;
|
|
font-size: 0px;
|
|
}
|
|
|
|
}
|