| 1 |
#winp-snippet-library .wbcr-inp-enable-snippet-button .dashicons, |
| 2 |
#winp-snippet-library .wbcr-inp-delete-snippet-button .dashicons { |
| 3 |
margin-top: 4px; |
| 4 |
} |
| 5 |
|
| 6 |
#winp-snippet-library .wbcr-inp-snippet-type-label { |
| 7 |
display: inline-block; |
| 8 |
padding: 3px 8px 6px; |
| 9 |
border-radius: 3px; |
| 10 |
font-weight: bold; |
| 11 |
width: 30px; |
| 12 |
text-align: center; |
| 13 |
} |
| 14 |
|
| 15 |
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-php { |
| 16 |
background: #777bb3; |
| 17 |
color: #ffffff; |
| 18 |
} |
| 19 |
|
| 20 |
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-text { |
| 21 |
background: #4CAF50; |
| 22 |
color: #fffffd; |
| 23 |
} |
| 24 |
|
| 25 |
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-universal { |
| 26 |
background: #607D8B; |
| 27 |
color: #ffffff; |
| 28 |
} |
| 29 |
|
| 30 |
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-css { |
| 31 |
background: #1572b6; |
| 32 |
color: #ffffff; |
| 33 |
} |
| 34 |
|
| 35 |
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-js { |
| 36 |
background: #f7df1e; |
| 37 |
color: #655b0e; |
| 38 |
} |
| 39 |
|
| 40 |
#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-html { |
| 41 |
background: #e44d26; |
| 42 |
color: #fffffd; |
| 43 |
} |
| 44 |
|
| 45 |
.winp-snippet-library { |
| 46 |
/*.wbcr-inp-snippet-description { |
| 47 |
width: 90%; |
| 48 |
white-space: nowrap; |
| 49 |
overflow: hidden; |
| 50 |
text-overflow: ellipsis; |
| 51 |
}*/ |
| 52 |
} |
| 53 |
|
| 54 |
.winp-snippet-library p.winp-icon { |
| 55 |
padding: 10px 0 50px 0; |
| 56 |
margin-right: 30px; |
| 57 |
} |
| 58 |
|
| 59 |
.winp-snippet-library p.winp-icon span { |
| 60 |
font-size: 5em; |
| 61 |
color: #c5ccd2; |
| 62 |
} |
| 63 |
|
| 64 |
.winp-snippet-library p.winp-header-modal { |
| 65 |
font-size: 28px; |
| 66 |
color: #717880; |
| 67 |
} |
| 68 |
|
| 69 |
.winp-snippet-library p.winp-title-modal { |
| 70 |
font-size: 14px; |
| 71 |
color: #b3b7ba; |
| 72 |
padding-bottom: 20px; |
| 73 |
} |
| 74 |
|
| 75 |
.winp-snippet-library .winp-more-padding { |
| 76 |
padding-top: 100px; |
| 77 |
} |
| 78 |
|
| 79 |
.winp-snippet-library table.snippets .column-type { |
| 80 |
width: 80px; |
| 81 |
} |
| 82 |
|
| 83 |
.winp-snippet-library table.snippets .column-preview { |
| 84 |
width: 130px; |
| 85 |
} |
| 86 |
|
| 87 |
.winp-snippet-library table.snippets .column-datetime { |
| 88 |
width: 130px; |
| 89 |
} |
| 90 |
|
| 91 |
.winp-snippet-library table.snippets .column-insert, |
| 92 |
.winp-snippet-library table.snippets .column-delete { |
| 93 |
width: 100px; |
| 94 |
} |
| 95 |
|
| 96 |
#winp-library-buy-button { |
| 97 |
background-color: #fdc018; |
| 98 |
border-color: #e7b017; |
| 99 |
color: white; |
| 100 |
text-transform: uppercase; |
| 101 |
border-radius: 1px; |
| 102 |
padding: 10px 30px; |
| 103 |
} |
| 104 |
|
| 105 |
#winp-library-buy-button span { |
| 106 |
bottom: 13px; |
| 107 |
} |
| 108 |
|
| 109 |
#winp-library-buy-button span:hover { |
| 110 |
color: #f3f4ef; |
| 111 |
} |
| 112 |
|
| 113 |
/*# sourceMappingURL=snippets-table.css.map */ |