Skip to content
Snippets Groups Projects
Commit b9a13f61 authored by alexisben's avatar alexisben
Browse files

Merge branch 'main' of github.com:noesya/osuny-hugo-theme-v2

parents 0f1b42f0 aa1e07e3
No related branches found
No related tags found
No related merge requests found
......@@ -91,3 +91,11 @@
z-index: $zindex-stretched-link
content: ""
@mixin button-reset
background: transparent
border: none
cursor: pointer
&:active,
&:focus
box-shadow: 0 0 0 0.25rem rgba($main-color, 0.25)
outline: 0
\ No newline at end of file
......@@ -11,3 +11,11 @@
&:focus-within
position: relative
transform: translateY(0)
.transcription
button
@include icon("caret-bottom", after)
@include button-reset
&::after
font-size: px2rem(5)
line-height: px2rem(22)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment