Skip to content

Releases: FundingCircle/sass-common

Revert to Google Fonts

01 Apr 10:01
Compare
Choose a tag to compare

We had to revert to using Google Fonts until we come up with a cross-os / cross-browser solution for rendering fonts.

Group elements mixin

31 Mar 12:47
Compare
Choose a tag to compare

Improved the old group elements mixin.

Usage:
$item is an arglist which takes lists with the following params:
- min breakpoint - integer or false
- max breakpoint - integer or false
- number of columns - integer
- center last - bolean (use with care, it generates a lot of CSS)

e.g:
layout with:
- 1 column between a and b
- 2 columns between b and c
- 3 columns between c and d and last one centered

@include groupElements(a b 1 false, b c 2 false, 3 c d true);

Rebuild - styles

30 Mar 10:18
Compare
Choose a tag to compare

Add new arrow icon
Update info icon
Create variables in structure and colors
Add IE8 fallback for background in heros

Update Forms

27 Mar 18:46
Compare
Choose a tag to compare
2.2.5

Rebuild - style fixes

Update wrapThis mixin

27 Mar 18:53
Compare
Choose a tag to compare

The possible values for the left and right padding are:

  • true: receives default padding
  • false: receives no padding
  • a custom numeric value that will be received in REMs e.g. 1 would be received as rem(1)

Update color variables and buttons

27 Mar 18:55
Compare
Choose a tag to compare
  • Fix color variable typo
  • Add new color variable
  • Update CSS for buttons

Update ratio for form columns

27 Mar 18:57
Compare
Choose a tag to compare
2.2.2

Form columns proportions

Update <select> font weight

27 Mar 18:58
Compare
Choose a tag to compare
  • Decrease font-weight for <select>

Update default line-height

27 Mar 18:59
Compare
Choose a tag to compare
2.2.0

Rebuild - line-height should always apply when using the font mixin

Add new icons

27 Mar 19:00
Compare
Choose a tag to compare
  • Dollar sign icon
  • Transaction icon
  • Download icon