.action-card class

img

Individual cards found on the Privacy Settings screen.

The following illustrations show:

  1. The .action-card style before applying CSS changes.

  2. The .action-card style after the background-color property has been changed to peachpuff.

Default CSSModified CSS
imgimg
.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 />}