chore: Improve the feature management styles in super admin (#7920)

This commit is contained in:
Sojan Jose
2023-09-15 15:55:15 -07:00
committed by GitHub
parent 29110ffd6b
commit 30b8a365dc
4 changed files with 43 additions and 6 deletions

View File

@@ -29,3 +29,5 @@
@import 'components/pagination';
@import 'components/search';
@import 'components/reports';
@import 'custom_styles';

View File

@@ -0,0 +1,24 @@
// custom styles for the dashboard
.feature-cell {
background: $color-extra-light-blue;
border-radius: 10px;
float: left;
margin-left: 8px;
margin-top: 6px;
padding: 4px 12px;
.icon-container {
margin-right: 4px;
}
.value-container {
margin-left: 6px;
}
}
.feature-container {
max-width: 100rem;
}