~abreu-alexandre/ubuntu-html5-theme/rtm-backport-html5-ui-fixes

« back to all changes in this revision

Viewing changes to 0.1/ambiance/css/sass/mixins.scss

  • Committer: Alexandre Abreu
  • Date: 2015-03-06 15:00:25 UTC
  • Revision ID: alexandre.abreu@canonical.com-20150306150025-g1kwaran819akw9l
Backport HTML5 fixes to rtm

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 */
22
22
 
23
23
@mixin box_sizing($type: border-box) {
24
 
        -webkit-box-sizing: $type;
25
 
        box-sizing:         $type;
 
24
    -webkit-box-sizing: $type;
 
25
    box-sizing:         $type;
26
26
}
27
27
 
28
28
@mixin box_shadow($type: inset 0 1px 1px rgba(0, 0, 0, 0.1)) {
29
 
        -webkit-box-shadow: $type;
30
 
    box-shadow:                 $type;
 
29
    -webkit-box-shadow: $type;
 
30
    box-shadow:         $type;
31
31
}
 
 
b'\\ No newline at end of file'