Add margins between labs sections (#8169)

This commit is contained in:
Robin 2022-03-28 08:16:08 -04:00 committed by GitHub
parent 4f57a4661d
commit e02ab66884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -15,18 +15,18 @@ limitations under the License.
*/
.mx_LabsUserSettingsTab {
.mx_SettingsTab_section {
margin-top: 32px;
.mx_SettingsTab_subsectionText, .mx_SettingsTab_section {
margin-bottom: 30px;
}
.mx_SettingsFlag {
margin-right: 0; // remove right margin to align with beta cards
display: flex;
align-items: center;
justify-content: space-between;
.mx_SettingsTab_section .mx_SettingsFlag {
margin-right: 0; // remove right margin to align with beta cards
display: flex;
align-items: center;
justify-content: space-between;
.mx_ToggleSwitch {
float: unset;
}
.mx_ToggleSwitch {
float: unset;
}
}
}