Area where the profile management cards are overlaid.
The following illustrations show:
- The .profile-management-row style before applying CSS changes.
- The #.profile-management-row style after the background-color property has been changed to orange.
Default CSS | Modified CSS | |
.profile-management-row { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 -8px; } | .profile-management-row { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 -8px; background-color: orange; } |