Releases: getninjas/gaiden
Improvements in card profile.
- Change the markup HTML card.
- Create a class modifier text card (
.card-prodfile__text--citation
).
Fix width card elements in IE10
Changes with this release:
- Corrects the width of the
.card
elements that did not make the wrap respecting the width of the card. #161
Update List and create Listing
15.0.1
v14.1.0
v14.0.0
13.1.0
Refactoring footer
dist version fix
This release fixes the bundling of the .min.css
dist file
Update to "version 2"
"Version 2" was the title that our designers was using internally. This is about a new version of UI made by him, here at GetNinjas.
We have a lot of adjusts on layouts from components and generic things, like background color of body.
Below, there is a list of same of this adjusts and fixes.
Body has a new bg color
This is a break change of reset. Background color of body has wall
color. This is it.
Moving reset from outside of _generic/reset
file
This change was made because our intern projects are importing some sources of gaiden, directlly, from source. This reset.scss
file was importing a dev dependency of Gaiden, reset-css.
btn--full-card moved to card
The btn-full-card
was moved to card
component. It was on media-box
.
Button rounded
There is a new button, button--rounded
. Now, we are happy with all our designers!
npm start
Using npm run dev
it was funny, but no cool. Now we are very cool using npm start
.
Another fixes
- Fixing assets path of browser-sync;
- Adding
wall--condensed
, to walls that have a minor space than originalwall
; picture--rounded
now have a overflow to avoid broken CSS when image source is 404 (Firefox uses alt text to fill this space of broken image);- Removing spaces from
media-box--action
and moving tomedia-box
root element; - Changing modifier
media-box--card
tomedia-box--in-row
to reflect the real use of this; - When
container
is withlist
there is no padding; - Cursor pointer on checkbox and radio button;
list
is 100% now;- Using mixin
media
instead calculates thebreak(small|large|n)
media queries; - Fixing footer styles to make compliance with new UI;
- PostCSS fixes. Dev build was not inserting prefixes with autoprefixer;
- Using
get-weight
on allfont-weight
properties;