initial commit
This commit is contained in:
commit
026f835a87
176 changed files with 10613 additions and 0 deletions
16
src/app/molecules/setting-tile/SettingTile.scss
Normal file
16
src/app/molecules/setting-tile/SettingTile.scss
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.setting-tile {
|
||||
&__title__wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
&__title {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
margin-right: var(--sp-normal);
|
||||
[dir=rtl] & {
|
||||
margin-right: 0;
|
||||
margin-left: var(--sp-normal);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue