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

add icon-block class

parent 23b3cfaf
No related branches found
No related tags found
No related merge requests found
......@@ -83,11 +83,11 @@
color: $block-timeline-horizontal-color
cursor: pointer
font-size: 1rem
padding: half($grid-gutter)
padding: half($spacing1)
&:first-child
@include icon(arrow-left, before)
@include icon-block(arrow-left, before)
&:last-child
@include icon(arrow-right, before)
@include icon-block(arrow-right, before)
&:disabled
cursor: default
opacity: 0.3
......@@ -151,9 +151,6 @@
@include in-page-with-sidebar
.timeline
padding-left: offset(4)
// @include media-breakpoint-up(xxl)
// .timeline
// padding-left: offset(5)
@include in-page-without-sidebar
@include media-breakpoint-up(xxl)
......
......@@ -277,6 +277,8 @@ abbr, abbr[title]
@each $name, $glyph in $icons
.icon-#{$name}
@include icon($name, before)
.icon-block-#{$name}
@include icon-block($name, before)
.btn-#{$name}
@include icon($name)
&::before
......
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