Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request – "are-medium" for div classes "tags" and "buttons" #1875

Closed
lukepighetti opened this issue May 16, 2018 · 3 comments · Fixed by tghelere/valorize-vidas#6 · May be fixed by devopsred/gaia#6, anikets43/angular-ngrx-socket-frontend#4 or jwlh/WDI_GROUP_PROJECT#2
Labels

Comments

@lukepighetti
Copy link

lukepighetti commented May 16, 2018

Feature request.

Instead of this

<div class="tags">
  <span class="tag is-medium"> One </span>
  <span class="tag is-medium"> Two </span>
  <span class="tag is-medium"> Three </span>
  <span class="tag is-medium"> Four </span>
  <span class="tag is-medium"> Five </span>
  <span class="tag is-medium"> Six </span>
</div>

Can we have

<div class="tags are-medium">
  <span class="tag"> One </span>
  <span class="tag"> Two </span>
  <span class="tag"> Three </span>
  <span class="tag"> Four </span>
  <span class="tag"> Five </span>
  <span class="tag"> Six </span>
</div>
@jgthms jgthms added the feature label May 23, 2018
@jgthms
Copy link
Owner

jgthms commented May 23, 2018

Yes, that's a good idea.

@iamtimsmith
Copy link

@jgthms I will work on this.

itisparas added a commit to itisparas/bulma that referenced this issue Jun 27, 2018
Added the class `.are-medium` and `.are-large` for tags alongwith classes like `.are-primary`, `.are-white` i.e. color helpers.
jgthms pushed a commit that referenced this issue Oct 31, 2018
…re-large) (#2201)

* Update button.sass

button grouping sizes

* Update tag.sass
@jgthms jgthms closed this as completed in 7d739cf Oct 31, 2018
@lukepighetti
Copy link
Author

yeeeaaaaah!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment