main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
605 bytes
|
Line | |
---|
1 | .icon-link {
|
---|
2 | display: inline-flex;
|
---|
3 | gap: $icon-link-gap;
|
---|
4 | align-items: center;
|
---|
5 | text-decoration-color: rgba(var(--#{$prefix}link-color-rgb), var(--#{$prefix}link-opacity, .5));
|
---|
6 | text-underline-offset: $icon-link-underline-offset;
|
---|
7 | backface-visibility: hidden;
|
---|
8 |
|
---|
9 | > .bi {
|
---|
10 | flex-shrink: 0;
|
---|
11 | width: $icon-link-icon-size;
|
---|
12 | height: $icon-link-icon-size;
|
---|
13 | fill: currentcolor;
|
---|
14 | @include transition($icon-link-icon-transition);
|
---|
15 | }
|
---|
16 | }
|
---|
17 |
|
---|
18 | .icon-link-hover {
|
---|
19 | &:hover,
|
---|
20 | &:focus-visible {
|
---|
21 | > .bi {
|
---|
22 | transform: var(--#{$prefix}icon-link-transform, $icon-link-icon-transform);
|
---|
23 | }
|
---|
24 | }
|
---|
25 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.