feat: scss architecture.

This commit is contained in:
Ahmed Bouhuolia
2020-03-25 21:27:52 +02:00
parent edd8693450
commit ae29d20cc9
20 changed files with 1156 additions and 911 deletions

View File

@@ -0,0 +1,25 @@
.dashboard__insider--accounts-chart{
.e-grid{
.e-gridheader{
border-top: 0;
}
.account-normal{
.#{$ns}-icon{
color: #666;
padding-left: 15px;
}
}
.checkbox-row{
width: 0;
.#{$ns}-control{
margin: 0;
}
}
}
}