.action-card class
Individual cards found on the Privacy Settings screen.
The following illustrations show:
-
The .action-card style before applying CSS changes.
-
The .action-card style after the background-color property has been changed to peachpuff.
| Default CSS | Modified CSS |
|---|---|
![]() | ![]() |
| .action-card {<br /> flex-grow: 1;<br /> flex-basis: 0;<br /> margin: 8px;<br /> background-color: #f2f2f2;<br /> padding: 0 20px 20px 20px;<br />} | .action-card {<br /> flex-grow: 1; <br /> flex-basis: 0;<br /> margin: 8px;<br /> background-color:<br /> peachpuff;<br /> padding: 0 20px 20px 20px;<br />} |
Updated 18 days ago


