#winp-snippet-library { .wbcr-inp-enable-snippet-button, .wbcr-inp-delete-snippet-button { .dashicons { margin-top: 4px; } } .wbcr-inp-snippet-type-label { display: inline-block; padding: 3px 8px 6px; border-radius: 3px; font-weight: bold; width: 30px; text-align: center; &.wbcr-inp-type-php { background: #777bb3; color: #ffffff; } &.wbcr-inp-type-text { background: #4CAF50; color: #fffffd; } &.wbcr-inp-type-universal { background: #607D8B; color: #ffffff; } &.wbcr-inp-type-css { background: #1572b6; color: #ffffff; } &.wbcr-inp-type-js { background: #f7df1e; color: #655b0e; } &.wbcr-inp-type-html { background: #e44d26; color: #fffffd; } } } .winp-snippet-library { p.winp-icon { padding: 10px 0 50px 0; margin-right: 30px; span { font-size: 5em; color: #c5ccd2; } } p.winp-header-modal { font-size: 28px; color: #717880; } p.winp-title-modal { font-size: 14px; color: #b3b7ba; padding-bottom: 20px; } .winp-more-padding { padding-top: 100px; } /*.wbcr-inp-snippet-description { width: 90%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }*/ table.snippets { .column-type { width: 80px; } .column-preview { width: 130px; } .column-datetime { width: 130px; } .column-insert, .column-delete { width: 100px; } } } #winp-library-buy-button { background-color: #fdc018; border-color: #e7b017; color: white; text-transform: uppercase; border-radius: 1px; padding: 10px 30px; span { //position: relative; bottom: 13px; } span:hover { color: #f3f4ef; } }