Chromium Code Reviews| Index: ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html |
| diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html b/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..285734d9899c6df10ec5d8f6d60ef5b59e8edf81 |
| --- /dev/null |
| +++ b/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html |
| @@ -0,0 +1,17 @@ |
| +<style is="custom-style"> |
| + :root { |
| + --cr-policy-indicator: { |
| + display: block; |
| + height: 20px; |
| + width: 20px; |
| + }; |
| + |
| + --cr-policy-tooltip: { |
| + font-size: 92.31%; /* Effectively 12px if the host default is 13px. */ |
| + font-weight: 500; |
| + max-width: 330px; |
| + min-width: 200px; |
| + padding: 10px 8px; |
| + }; |
| + } |
| +</style> |