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

Commit

Permalink
FIxed examples
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmert committed May 30, 2014
1 parent 8c314aa commit 423ace6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/templates.js

Large diffs are not rendered by default.

16 changes: 6 additions & 10 deletions docs/templates/kit/widgets/progress/slim.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ <h1>Slim</h1>
<!-- ====================== -->
<p>
<h4>Global variables</h4>
<div><pre hljs class="prettyprint lang-sass">$progress-class: "-progress-slim" !global
$progress-bar-class: "-bar" !global
$progress-bar-padding-vertical: $base-padding-vertical / 3
$progress-bar-padding-horizontal: $base-padding-horizontal / 1.5
$progress-font-weight: 600 !global
$progress-border-radius: 4px !global
$progress-border-width: 0px !global
$progress-border-style: solid !global
$progress-padding: 3px !global
$progress-background: #fff !global</pre></div>
<div><pre hljs class="prettyprint lang-sass">$progress-slim-class: "-progress-slim" !global
$progress-slim-bar-class: "-bar" !global
$progress-slim-bar-height: 7px
$progress-slim-border-radius: 0px !global
$progress-slim-border-width: 0px !global
$progress-slim-border-style: solid !global</pre></div>
</p>


Expand Down
5 changes: 1 addition & 4 deletions sass/widgets/progress/slim/_variables.sass
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
$progress-slim-class: "-progress-slim" !global
$progress-slim-bar-class: "-bar" !global
$progress-slim-bar-height: 7px
// $progress-slim-bar-padding-horizontal: $base-padding-horizontal / 1.5
$progress-slim-border-radius: 0px !global
$progress-slim-border-width: 0px !global
$progress-slim-border-style: solid !global
// $progress-slim-padding: 3px !global
// $progress-slim-background: #fff !global
$progress-slim-border-style: solid !global

0 comments on commit 423ace6

Please sign in to comment.