Sha256: c98bef6871b2dc33e06967034623d99af1e128ced726397529be6ac85abab952

Contents?: true

Size: 610 Bytes

Versions: 55

Compression:

Stored size: 610 Bytes

Contents

/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
weaver-0.8.14 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.13 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.12 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.11 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.10 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.9 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.8 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.7 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.6 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.2 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.1 data/weaver/css/plugins/switchery/switchery.css
weaver-0.8.0 data/weaver/css/plugins/switchery/switchery.css
weaver-0.7.2 data/weaver/css/plugins/switchery/switchery.css
weaver-0.7.0 data/weaver/css/plugins/switchery/switchery.css
weaver-0.6.11 data/weaver/css/plugins/switchery/switchery.css
weaver-0.6.10 data/weaver/css/plugins/switchery/switchery.css
weaver-0.6.9 data/weaver/css/plugins/switchery/switchery.css
weaver-0.6.8 data/weaver/css/plugins/switchery/switchery.css
weaver-0.6.7 data/weaver/css/plugins/switchery/switchery.css
weaver-0.6.6 data/weaver/css/plugins/switchery/switchery.css