|
|
| Line 1,374: |
Line 1,374: |
| .wizlords-class-card-rules div { | | .wizlords-class-card-rules div { |
| margin: 0 0 4px; | | margin: 0 0 4px; |
| }
| |
|
| |
| .wizlords-class-heading-icon {
| |
| display: inline-block;
| |
| width: 22px;
| |
| height: 22px;
| |
| margin-right: 6px;
| |
| vertical-align: -4px;
| |
| background-color: currentColor;
| |
| background-repeat: no-repeat;
| |
| background-position: center;
| |
| background-size: contain;
| |
| }
| |
|
| |
| .wizlords-class-heading-icon-martial {
| |
| mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.2 2h-2.4l-.8 12.1h4L13.2 2Zm.6 13.2H10.2L8.6 17h6.8l-1.6-1.8ZM5.2 18.2 3 20.4 4.6 22l2.2-2.2h10.4l2.2 2.2 1.6-1.6-2.2-2.2H5.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
| |
| -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.2 2h-2.4l-.8 12.1h4L13.2 2Zm.6 13.2H10.2L8.6 17h6.8l-1.6-1.8ZM5.2 18.2 3 20.4 4.6 22l2.2-2.2h10.4l2.2 2.2 1.6-1.6-2.2-2.2H5.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
| |
| }
| |
|
| |
| .wizlords-class-heading-icon-arcane {
| |
| mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M16.5 2.2c-3.5 0-6.3 2.8-6.3 6.3 0 1.3.4 2.5 1.1 3.5L3.1 20.2c-.6.6-.6 1.5 0 2.1s1.5.6 2.1 0l8.2-8.2c.9.5 2 .8 3.1.8 1.1 0 2.1-.3 3-.8v-3.8c-.7.8-1.8 1.3-3 1.3-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1c1.2 0 2.3.5 3 1.3V3c-.9-.5-1.9-.8-3-.8Zm0 4.3a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
| |
| -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M16.5 2.2c-3.5 0-6.3 2.8-6.3 6.3 0 1.3.4 2.5 1.1 3.5L3.1 20.2c-.6.6-.6 1.5 0 2.1s1.5.6 2.1 0l8.2-8.2c.9.5 2 .8 3.1.8 1.1 0 2.1-.3 3-.8v-3.8c-.7.8-1.8 1.3-3 1.3-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1c1.2 0 2.3.5 3 1.3V3c-.9-.5-1.9-.8-3-.8Zm0 4.3a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
| |
| }
| |
|
| |
| .wizlords-class-heading-icon-divine {
| |
| mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 1.5 2.2 7.1 7.3-2.1-5.1 5.5 5.1 5.5-7.3-2.1-2.2 7.1-2.2-7.1-7.3 2.1L7.6 12 2.5 6.5l7.3 2.1L12 1.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
| |
| -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 1.5 2.2 7.1 7.3-2.1-5.1 5.5 5.1 5.5-7.3-2.1-2.2 7.1-2.2-7.1-7.3 2.1L7.6 12 2.5 6.5l7.3 2.1L12 1.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
| |
| } | | } |
|
| |
|