Sha256: 97668f58b3c52081661d5a8d573526d7ddc5ad410fc68a1bef1246e517ef2fbe

Contents?: true

Size: 497 Bytes

Versions: 7

Compression:

Stored size: 497 Bytes

Contents

.page_bg {
    background: #f3f3f3;
}

.arrow {
    opacity: 50%;
    display: block;
    width: 70px;
    margin-left: 20px;
    margin-top: 20px;
}

.dark .arrow {
  color: #ffffff;
  margin-left: 20px;
  margin-top: 3px;
}

.dark .page_bg {
    background: rgb(17, 24, 39);
}

.page_body {
    margin-left: 260px;
    overflow-y: scroll;
    max-width: 87%;
    background: #f3f3f3;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.dark .page_body {
    background: rgb(17, 24, 39);
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
satis-2.1.24 app/components/satis/page/component.css
satis-2.1.23 app/components/satis/page/component.css
satis-2.1.22 app/components/satis/page/component.css
satis-2.1.21 app/components/satis/page/component.css
satis-2.1.20 app/components/satis/page/component.css
satis-2.1.19 app/components/satis/page/component.css
satis-2.1.18 app/components/satis/page/component.css