| 1 |
|
| 2 |
.winp-import-snippets { |
| 3 |
p.winp-icon { |
| 4 |
padding: 10px 0 50px 0; |
| 5 |
margin-right: 30px; |
| 6 |
|
| 7 |
span { |
| 8 |
font-size: 5em; |
| 9 |
color: #c5ccd2; |
| 10 |
} |
| 11 |
} |
| 12 |
|
| 13 |
p.winp-header-modal { |
| 14 |
font-size: 28px; |
| 15 |
color: #717880; |
| 16 |
} |
| 17 |
|
| 18 |
p.winp-title-modal { |
| 19 |
font-size: 14px; |
| 20 |
color: #b3b7ba; |
| 21 |
padding-bottom: 20px; |
| 22 |
} |
| 23 |
|
| 24 |
.winp-more-padding { |
| 25 |
padding-top: 100px; |
| 26 |
} |
| 27 |
} |
| 28 |
|
| 29 |
#winp-library-buy-button { |
| 30 |
background-color: #fdc018; |
| 31 |
border-color: #e7b017; |
| 32 |
color: white; |
| 33 |
text-transform: uppercase; |
| 34 |
border-radius: 1px; |
| 35 |
padding: 10px 30px; |
| 36 |
|
| 37 |
span { |
| 38 |
//position: relative; |
| 39 |
bottom: 13px; |
| 40 |
} |
| 41 |
|
| 42 |
span:hover { |
| 43 |
color: #f3f4ef; |
| 44 |
} |
| 45 |
} |
| 46 |
|
| 47 |
.wrap div.nav-tab-wrapper { |
| 48 |
border-bottom: 1px solid #ccc; |
| 49 |
margin: 0; |
| 50 |
padding-top: 9px; |
| 51 |
padding-bottom: 0; |
| 52 |
line-height: inherit; |
| 53 |
font-size: 30px; |
| 54 |
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 55 |
font-weight: 500; |
| 56 |
color: inherit; |
| 57 |
} |