diff options
| author | Cristiano Almeida <[email protected]> | 2019-11-22 12:04:15 +0000 |
|---|---|---|
| committer | Cristiano Almeida <[email protected]> | 2019-11-22 12:04:15 +0000 |
| commit | f03f822fa444288b811fb7eb94be604056f14269 (patch) | |
| tree | 0871abec769317717326b373a468ddbde37318de /templates/@theme-base/_styles.scss | |
| parent | d0e943f2d9c251a112b172b56e9fee8d5c5035c1 (diff) | |
| download | protonmail-themes-f03f822fa444288b811fb7eb94be604056f14269.tar.xz protonmail-themes-f03f822fa444288b811fb7eb94be604056f14269.zip | |
Subscriptions plans table styles.
Diffstat (limited to 'templates/@theme-base/_styles.scss')
| -rw-r--r-- | templates/@theme-base/_styles.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index 0cd6e96..d5e5cd1 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -151,4 +151,20 @@ $boxshadow-main: none; .fill-pm-blue, .message-attachmentIcon .file-outer-icon.is-embedded { fill: $highlight; +} + +// Subscription plans +.pm-table--highlight[data-plan-number="1"] tr th:nth-child(2) { + border-color: $highlight; + color: $highlight; + + &::before { + background-color: $highlight; + } +} + +.pm-table--highlight[data-plan-number="1"] tr td:nth-child(2), +.pm-table--highlight[data-plan-number="1"] tr th:nth-child(2), +.pm-table--highlight[data-plan-number="1"] tr:last-child td:nth-child(2) { + border-color: $highlight; }
\ No newline at end of file |
