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

breadcrumb gradient mask

parent 0f98c860
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,12 @@
picture:last-child
margin-bottom: $spacing2
&--image-portrait, &--image-square
.breadcrumb-nav
width: calc(#{col(9)} + #{half($grid-gutter)})
-webkit-mask-image: linear-gradient(to right, black 0%, black 90%, transparent 100%)
mask-image: linear-gradient(to right, black 0%, black 90%, transparent 100%)
.breadcrumb
padding-right: 50px
.content
h1
width: col(8)
......
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