Sha256: 04956da0f7e41463927014981ecbb88e5886f7d77a7ef642aa906d02bea8a0dc

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

$txt_shadow: 1px 1px 0 rgba(10, 10, 10, .2);

#mock-toolbar-container {
    -webkit-user-select: none;
    margin:0;
    padding:0;
    width: auto;
    overflow: hidden;
    position: relative;
}
#mock-toolbar {
    font-weight: bold;
    background-color: #111;
    color: white !important;
    margin: 0;
    height: 44px;
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #111;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2a2a2a),color-stop(1, #0a0a0a));
}
#mock-center {
    text-align: center;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.3;
    text-shadow: $txt_shadow;
}
#mock-left, #mock-right {
    display: block;
    position: absolute;
    top: 3px;
}
#mock-left {
    left:  8px;
}
#mock-right {
    right: 8px;
}
action {
    display: block;
    float: left;
    padding: 6px 8px;
    cursor: pointer;
    border: 1px solid #111;
    border-color:#111 #222 #1a1a1a #111;
    -webkit-border-radius: 4px;
    font-size: 16px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555),color-stop(.05, #444),color-stop(1, #111));
    color: #fff;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sports_db-0.2 app/assets/stylesheets/mock.css.scss