Iterate PR based on feedback

This commit is contained in:
Michael Telatynski 2021-08-12 15:53:10 +01:00
parent 03e3da885d
commit 0414ea27b8
3 changed files with 12 additions and 5 deletions

View file

@ -22,8 +22,15 @@ limitations under the License.
.mx_SettingsTab_section {
margin-bottom: 30px;
> details + .mx_SettingsFlag {
margin-top: 20px;
> details {
> summary {
cursor: pointer;
color: $primary-fg-color;
}
& + .mx_SettingsFlag {
margin-top: 20px;
}
}
}