Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

bulma-timeline icon size #110

Open
lucafaggianelli opened this issue Mar 24, 2019 · 0 comments
Open

bulma-timeline icon size #110

lucafaggianelli opened this issue Mar 24, 2019 · 0 comments

Comments

@lucafaggianelli
Copy link

lucafaggianelli commented Mar 24, 2019

Is it possible to increase icon size of timeline markers? so basically supporting a class like is-medium or is-large:

<div class="timeline-marker is-icon is-large">
  <i class="fas fa-2x fas-building"></i>
</div>

I personally came up with this:

.timeline .timeline-item {
  .timeline-marker.is-icon.is-large {
    height: 3em;
    width: 3em;
    left: -1.5em;
    line-height: 1.5rem;

    > i {
      font-size: 2em !important;
    }
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants