# two-factor-authentication/1.12.2/css/users.css

Two Factor Authentication, version 1.12.2. 13 lines.

- Page: https://pluginprobe.com/plugins/two-factor-authentication/1.12.2/code/css/users.css
- Raw: https://pluginprobe.com/plugins/two-factor-authentication/1.12.2/raw/css/users.css
- Modified: 2018-12-04T12:28:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/two-factor-authentication/1.12.2/code/css/users.css#L10-L20`.

```css
/* TFA users list column */
th.column-tfa-status,
td.column-tfa-status {
	text-align: center;
}

td.column-tfa-status span.dashicons-no {
	color: red;
}

td.column-tfa-status span.dashicons-yes {
	color: green;
}
```
