| 1 |
/* ========= INFORMATION ============================ |
| 2 |
- document: Main page style! |
| 3 |
- author: Dmytro Lobov |
| 4 |
- copyright: 2019 Wow-Company |
| 5 |
- version: 1.0 |
| 6 |
- email: helper@wow-support.com |
| 7 |
==================================================== */ |
| 8 |
|
| 9 |
.wow-page { |
| 10 |
margin-top: 15px; |
| 11 |
} |
| 12 |
|
| 13 |
.about-wrap { |
| 14 |
margin: 0 auto; |
| 15 |
} |
| 16 |
|
| 17 |
.about-wrap .wow-badge { |
| 18 |
position: absolute; |
| 19 |
top: 0; |
| 20 |
right: 0; |
| 21 |
display: block !important; |
| 22 |
} |
| 23 |
|
| 24 |
.about-wrap .wow-badge img{ |
| 25 |
width: 80px; |
| 26 |
} |
| 27 |
|
| 28 |
.wow-page .about-wrap h1 { |
| 29 |
background: -webkit-linear-gradient(#1B094F, #E86E2C); |
| 30 |
-webkit-background-clip: text; |
| 31 |
-webkit-text-fill-color: transparent; |
| 32 |
} |
| 33 |
|
| 34 |
|
| 35 |
#toplevel_page_wow-company li.wp-first-item { |
| 36 |
margin-bottom: 21px; |
| 37 |
} |
| 38 |
#toplevel_page_wow-company li.wp-first-item a:after { |
| 39 |
border-bottom: 1px solid hsla(0,0%,100%,.2); |
| 40 |
display: block; |
| 41 |
float: left; |
| 42 |
margin: 13px -15px 8px; |
| 43 |
content: ""; |
| 44 |
width: calc(100% + 26px); |
| 45 |
} |
| 46 |
|
| 47 |
.wow-page-content { |
| 48 |
margin-top: 3rem; |
| 49 |
} |
| 50 |
|
| 51 |
.wow-page .height_screen { |
| 52 |
height: 290px; |
| 53 |
background: #fff; |
| 54 |
} |
| 55 |
.wow-page .height_screen a{ |
| 56 |
height: 100%; |
| 57 |
display: flex; |
| 58 |
flex-direction: column; |
| 59 |
} |
| 60 |
|
| 61 |
.wow-page .height_screen img { |
| 62 |
max-width: 100%; |
| 63 |
} |
| 64 |
|
| 65 |
.wow-page .height_screen span { |
| 66 |
padding: 10px; |
| 67 |
font-size: 16px; |
| 68 |
font-weight: 500; |
| 69 |
display: block; |
| 70 |
margin-top: auto; |
| 71 |
} |
| 72 |
|
| 73 |
.wow-page .height_screen a { |
| 74 |
color: #000; |
| 75 |
text-decoration: none; |
| 76 |
} |
| 77 |
|
| 78 |
.wow-page .themes { |
| 79 |
overflow: hidden; |
| 80 |
} |
| 81 |
|
| 82 |
.wow-page .theme-actions { |
| 83 |
background: rgba(244, 244, 244, 1) !important; |
| 84 |
} |
| 85 |
|
| 86 |
.wow-page .theme-name { |
| 87 |
text-align: left !important; |
| 88 |
} |
| 89 |
|
| 90 |
.wow-page .install { |
| 91 |
float: right; |
| 92 |
} |
| 93 |
|
| 94 |
.wow-thank-you { |
| 95 |
font-style: italic; |
| 96 |
} |