~whosdaz/ubuntu-html5-theme/googlecodein

« back to all changes in this revision

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

  • Committer: Matthew Allen
  • Date: 2015-12-11 11:01:40 UTC
  • Revision ID: whosdaz@gmail.com-20151211110140-3cdtaf7c4fiym0dg
Added padding around the side of the switch marker

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
            @include box_sizing (border-box);
107
107
            @include box_shadow (inset 0 1px 1px rgba(0, 0, 0, 0.3));
108
108
            position: absolute;
109
 
            top: 0px;
110
 
            left: 0px;
 
109
            top: 3px;
 
110
            left: 3px;
111
111
            z-index: 2;
112
 
            width: 1.3rem;
113
 
            height: 1.3rem;
 
112
            width: 1.1rem;
 
113
            height: 1.1rem;
114
114
            border-radius: 6px;
115
115
            background: rgba(0, 0, 0, 0.4);
116
116
            -webkit-transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;