File: /var/www/html/wptuneprotect/wp-content/plugins/insert-php/admin/assets/css/snippets-table.css
#winp-snippet-library .wbcr-inp-enable-snippet-button .dashicons,
#winp-snippet-library .wbcr-inp-delete-snippet-button .dashicons {
margin-top: 4px;
}
#winp-snippet-library .wbcr-inp-snippet-type-label {
display: inline-block;
padding: 3px 8px 6px;
border-radius: 3px;
font-weight: bold;
width: 30px;
text-align: center;
}
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-php {
background: #777bb3;
color: #ffffff;
}
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-text {
background: #4CAF50;
color: #fffffd;
}
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-universal {
background: #607D8B;
color: #ffffff;
}
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-css {
background: #1572b6;
color: #ffffff;
}
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-js {
background: #f7df1e;
color: #655b0e;
}
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-html {
background: #e44d26;
color: #fffffd;
}
.winp-snippet-library {
/*.wbcr-inp-snippet-description {
width: 90%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}*/
}
.winp-snippet-library p.winp-icon {
padding: 10px 0 50px 0;
margin-right: 30px;
}
.winp-snippet-library p.winp-icon span {
font-size: 5em;
color: #c5ccd2;
}
.winp-snippet-library p.winp-header-modal {
font-size: 28px;
color: #717880;
}
.winp-snippet-library p.winp-title-modal {
font-size: 14px;
color: #b3b7ba;
padding-bottom: 20px;
}
.winp-snippet-library .winp-more-padding {
padding-top: 100px;
}
.winp-snippet-library table.snippets .column-type {
width: 80px;
}
.winp-snippet-library table.snippets .column-preview {
width: 130px;
}
.winp-snippet-library table.snippets .column-datetime {
width: 130px;
}
.winp-snippet-library table.snippets .column-insert,
.winp-snippet-library table.snippets .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;
}
#winp-library-buy-button span {
bottom: 13px;
}
#winp-library-buy-button span:hover {
color: #f3f4ef;
}
/*# sourceMappingURL=snippets-table.css.map */