diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-10 22:04:37 +0200 | 
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-10 22:04:37 +0200 | 
| commit | a6d3fbcfe90103ac3000d98cc97879d1c5c00915 (patch) | |
| tree | b74b04b021a8ab948c95792ef6bca653aea77be2 /src/scopes/_invisible-links.scss | |
| parent | Update (diff) | |
| download | iro-design-a6d3fbcfe90103ac3000d98cc97879d1c5c00915.tar.gz iro-design-a6d3fbcfe90103ac3000d98cc97879d1c5c00915.tar.bz2 iro-design-a6d3fbcfe90103ac3000d98cc97879d1c5c00915.zip  | |
Updated headings
Diffstat (limited to 'src/scopes/_invisible-links.scss')
| -rw-r--r-- | src/scopes/_invisible-links.scss | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/src/scopes/_invisible-links.scss b/src/scopes/_invisible-links.scss new file mode 100644 index 0000000..71dd9da --- /dev/null +++ b/src/scopes/_invisible-links.scss  | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | @use 'iro-sass/src/index' as iro; | ||
| 2 | |||
| 3 | @include iro.props-namespace('invisible-links') { | ||
| 4 | @include iro.bem-scope(iro.props-namespace()) { | ||
| 5 | :link, | ||
| 6 | :visited { | ||
| 7 | color: currentColor; | ||
| 8 | text-decoration: none; | ||
| 9 | |||
| 10 | &:hover { | ||
| 11 | text-decoration: underline; | ||
| 12 | } | ||
| 13 | } | ||
| 14 | } | ||
| 15 | } | ||
