Sha256: 543acb3471688981851b0d1527669fb9a8bf6e0985644344440888885ef3ec1f
Contents?: true
Size: 1.44 KB
Versions: 73
Compression:
Stored size: 1.44 KB
Contents
@import 'common/layouts/dashboard'; .module-plugin-button { width:100%; color:#3b5365; @include ff-gradient(#e2e9f8,#d8e1ef); @include box-shadow(#f7f9fd 1px 1px 0 inset, #e8e8e8 1px 1px 2px); height:42px; line-height: 35px; padding:0; text-align: left; position:relative; &:hover { @include ff-gradient(#cdd6ea,#bac9df); } .icon { background-position:0 0; background-repeat:no-repeat; width:32px; height:32px; position:absolute; left:5px; top:5px; } .text { padding-left:48px; margin-right:72px; font-size:15px; font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; padding-top:0; } .stats { position:absolute; top:3px; right:0; font-size:11px; font-weight:100; width:65px; padding-right: 8px; color:#7b8d9e; text-shadow:none; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; text-align:right; &.faded { @include opacity(.4); } } } .container-fluid { padding: 50px; h3 { color: #adb1ba; border-bottom: 1px solid #ebebeb; padding-bottom: 15px; margin-bottom: 10px; } .description { font-size: 18px; color: #c1c5cd; line-height: 27px; padding-right:20px; } ul.plugins { li { @include reset-ul(); border-bottom: 1px solid #ebebeb; padding-bottom:10px; margin-bottom:10px; .command { float:left; color: #666666; width: 30%; line-height: 50px; font-weight: bold; @include box-sizing(border-box); } button { width: 70%; @extend .module-plugin-button; @include box-sizing(border-box); } } } }
Version data entries
73 entries across 73 versions & 1 rubygems