Skip to content

Commit

Permalink
Changed units to em
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbano committed Jun 6, 2015
1 parent a4e4f22 commit d260f7a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 189 deletions.
222 changes: 38 additions & 184 deletions css/sonar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion css/sonar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sass/sonar/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright (c) 2015 Alejandro U. Alvarez
*/

@mixin animation($names){
@include prefixer(animation-name, unquote('#{$names}'));
animation-name: unquote('#{$names}');
}

// Base animation
Expand Down
6 changes: 3 additions & 3 deletions sass/sonar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ $brand-warning: #f0ad4e !default;
$brand-danger: #d9534f !default;

/// Sonar sizes
$animate-base: 15px;
$animate-base: 1.3em;

/// Border animation
$border-base: 5px;
$border-base: 0.4em;
$border-start: $border-base;
$border-end: 1px;
$border-end: 0.1em;

/// Opacity animation
$opacity-start: 0.6;
Expand Down

0 comments on commit d260f7a

Please sign in to comment.