Skip to content
Snippets Groups Projects
Commit 03d18f89 authored by Olivia206's avatar Olivia206
Browse files

Embed

parent b5309604
No related branches found
No related tags found
No related merge requests found
......@@ -90,3 +90,10 @@
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