| 1 |
.wpupg-manage-templates-template { |
| 2 |
display: inline-block; |
| 3 |
padding: 10px 20px; |
| 4 |
margin-right: 20px; |
| 5 |
margin-bottom: 20px; |
| 6 |
border: 1px dashed #999; |
| 7 |
border-radius: 5px; |
| 8 |
cursor: pointer; |
| 9 |
|
| 10 |
&.wpupg-manage-templates-template-selected, |
| 11 |
&:hover { |
| 12 |
border-style: solid; |
| 13 |
border-color: #444; |
| 14 |
} |
| 15 |
|
| 16 |
&.wpupg-manage-templates-template-selected { |
| 17 |
background-color: #ddd; |
| 18 |
font-weight: bold; |
| 19 |
} |
| 20 |
|
| 21 |
&.wpupg-manage-templates-template-premium { |
| 22 |
color: darkred; |
| 23 |
border-color: darkred; |
| 24 |
} |
| 25 |
} |
| 26 |
|
| 27 |
.wpupg-manage-templates-template-fields { |
| 28 |
text-align: center; |
| 29 |
margin: 10px 0; |
| 30 |
} |
| 31 |
.wpupg-manage-templates-template-actions { |
| 32 |
display: flex; |
| 33 |
flex-wrap: wrap; |
| 34 |
justify-content: center; |
| 35 |
|
| 36 |
button { |
| 37 |
margin: 0 5px !important; |
| 38 |
} |
| 39 |
} |