diff options
| author | cristiano <[email protected]> | 2019-11-24 13:46:42 +0000 |
|---|---|---|
| committer | cristiano <[email protected]> | 2019-11-24 13:46:42 +0000 |
| commit | 16166ec1f65dc25101bc0059cbbb57e79ad94d84 (patch) | |
| tree | 61f9ad6004a034891eaa0d918fa6b5260505178f /templates/@theme-base/_styles.scss | |
| parent | 96d3be91a73d044023ca9e723950a7be6b85eea4 (diff) | |
| download | protonmail-themes-16166ec1f65dc25101bc0059cbbb57e79ad94d84.tar.xz protonmail-themes-16166ec1f65dc25101bc0059cbbb57e79ad94d84.zip | |
Adds button link to base theme styles.
Diffstat (limited to 'templates/@theme-base/_styles.scss')
| -rw-r--r-- | templates/@theme-base/_styles.scss | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index d04b0b7..8aa10c1 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -129,12 +129,14 @@ $boxshadow-main: none; } // Links across the site: -.link, a { +.link, a, .pm-button--link { color: $base; transition: color .2s ease-in-out; } -.link:active, .link:focus, .link:hover, a:active, a:focus, a:hover { +.link:active, .link:focus, .link:hover, +a:active, a:focus, a:hover, +.pm-button--link:hover { color: darken($highlight, 10%); } @@ -166,4 +168,13 @@ $boxshadow-main: none; .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; +} + +// Contacts +.progress-contact { + color: $highlight; + + &::-moz-progress-bar { + background: $highlight; + } }
\ No newline at end of file |
