.profile-management-row class
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 {<br /> display: flex;<br /> flex-direction: row;<br /> flex-wrap: wrap;<br /> margin: 0 -8px; <br />} | .profile-management-row {<br /> display: flex;<br /> flex-direction: row;<br /> flex-wrap: wrap;<br /> margin: 0 -8px; <br /> background-color: orange; <br />} |
Updated 18 days ago


