Sha256: 36113a2ad0b11937e59e8a85989296349782e3879e17e6b38c25aa8dddd36a56
Contents?: true
Size: 1.6 KB
Versions: 3
Compression:
Stored size: 1.6 KB
Contents
.skin-blue .content-header { background: transparent; margin-top: 50px !important; } .wrapper { .content-wrapper { padding-top: 60px; min-height: 100vh !important; @media screen and (min-width: 0) and (max-width: 767px) { // padding-top: 120px; padding-top: 30px; } } } .btn-ks { border: 1px solid $keppler-color; background: $keppler-color; color: white; transition: .5s all; } .btn-ks:hover { border: 1px solid $keppler-accent; background: $keppler-accent; color: white; transition: .5s all; } .btn-ks-inverse { border: 1px solid $keppler-color; color: $keppler-color; transition: .5s all; } .btn-ks-inverse:hover { border: 1px solid $keppler-color; background: $keppler-color; color: white; transition: .5s all; } .btn-gr { border: 1px solid #353535; background: #353535; color: white; transition: .5s all; } .btn-gr:hover { border: 1px solid #353535; background: #1d1d1d; color: white; transition: .5s all; } .btn-gr-inverse { border: 1px solid #353535; color: #353535; transition: .5s all; } .btn-gr-inverse:hover { border: 1px solid #353535; background: #353535; color: white; transition: .5s all; } .appearance-img { background-position: center; background-size: cover; width: 100%; height: 350px; } .minicolors-theme-default .minicolors-input { height: 30px; width: auto; display: inline-block; padding-left: 26px; } .label-primary { background: $keppler-color !important; } //Noty .noty_bar { background-color: rgba(0, 0, 0, 0.7) !important; color: #fff !important; text-align: center; }
Version data entries
3 entries across 3 versions & 1 rubygems