Refactor SettingTile component

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2022-01-10 20:33:40 +05:30
parent f8f77075ec
commit af61f4f1db
3 changed files with 11 additions and 12 deletions

View File

@@ -1,13 +1,15 @@
@use '../../partials/dir';
.setting-tile {
&__title__wrapper {
display: flex;
align-items: center;
}
&__title {
display: flex;
&__content {
flex: 1;
min-width: 0;
@include dir.side(margin, 0, var(--sp-normal));
}
&__title {
margin-bottom: var(--sp-ultra-tight);
}
&__options {
@include dir.side(margin, var(--sp-tight), 0);
}
}