Sha256: 9c5680927128a395aafecc98dc9a249f8b968893c4374e232247c21f835624a4

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {

    font-family: system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: rgba(39, 39, 39, 1);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    z-index: 0;
    color: lightgray;
}


#device {
    left: 0;
    font-size: 25px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    -webkit-overflow-scrolling: touch;
}


.ui-selected {
    border: #00bb00 solid 3px;
}

.ui-selecting {
    border: orange solid 3px;
}

.selected {
    outline: 2px dashed white;
}

.atome {
    cursor: default;
    pointer-events: auto;
    caret-color: transparent;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-overflow-scrolling: touch;
    -webkit-user-drag: none;
    caret-shape: bar;
    overflow: visible;
}


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
atome-0.4.5.4 vendor/assets/build/css/style.css