.profile-management-card class
Individual cards (sections) on the user profile screens.
The following illustrations show:
-
The .profile-management-card style before applying CSS changes.
-
The .profile-management-card style after the background-color property has been changed to yellow.
| Default CSS | Modified CSS |
| :------------------------------------------------------------ ---- | :------------------------------------------------------------ |
|
|
|
| .profile-management-card {<br /> flex-grow: 1;<br /> /* flex-basis: 0;<br /> */ background-color: #fff;<br /> box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);<br /> margin: 8px;<br /> min-width: 270px;<br />} | .profile-management-card {<br /> flex-grow: 1;<br /> /* flex-basis: 0;<br /> */ background-color: yellow;<br /> box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);<br /> margin: 8px<br />; min-width: 270px; <br />} |
Updated 19 days ago
