Iterate PR based on feedback

This commit is contained in:
Michael Telatynski 2021-08-10 09:55:51 +01:00
parent db951b43a3
commit 195b8714fc
4 changed files with 12 additions and 8 deletions

View file

@ -50,15 +50,21 @@ limitations under the License.
}
.mx_SettingsTab_section {
$right-gutter: 80px;
margin-bottom: 24px;
.mx_SettingsFlag {
margin-right: 80px;
margin-right: $right-gutter;
margin-bottom: 10px;
}
> p {
margin-right: $right-gutter;
}
&.mx_SettingsTab_subsectionText .mx_SettingsFlag {
margin-right: 0px !important;
margin-right: 0 !important;
}
}

View file

@ -31,6 +31,7 @@ limitations under the License.
font-size: $font-15px;
line-height: $font-18px;
color: $primary-fg-color;
margin: 16px 0;
.mx_BaseAvatar {
margin-right: 12px;