Created
April 5, 2022 15:33
-
-
Save jedfoster/35171d8cd63027ca8b4e8c6a0789513b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$size-spacing-xs: 0.5rem; | |
.overviewLink:hover { | |
text-decoration: none; | |
.avatar { | |
outline-width: ($size-spacing-xs / 2); | |
outline-width: calc(#{$size-spacing-xs} / 2); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.overviewLink:hover { | |
text-decoration: none; | |
} | |
.overviewLink:hover .avatar { | |
outline-width: 0.25rem; | |
outline-width: calc(0.5rem / 2); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sass": { | |
"compiler": "dart-sass/1.32.12", | |
"extensions": {}, | |
"syntax": "SCSS", | |
"outputStyle": "expanded" | |
}, | |
"autoprefixer": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment