Iterate PR based on feedback
This commit is contained in:
parent
03e3da885d
commit
0414ea27b8
3 changed files with 12 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue