|
|
| Line 623: |
Line 623: |
| color: var(--wiz-link, #ff942d); | | color: var(--wiz-link, #ff942d); |
| text-decoration: none; | | text-decoration: none; |
| }
| |
|
| |
| .wizlords-race-intro {
| |
| display: flex;
| |
| align-items: center;
| |
| gap: 28px;
| |
| margin: 18px 0 24px;
| |
| }
| |
|
| |
| .wizlords-race-intro-icon {
| |
| flex: 0 0 auto;
| |
| }
| |
|
| |
| .wizlords-race-intro-icon img {
| |
| display: block;
| |
| width: 100px;
| |
| height: 100px;
| |
| object-fit: contain;
| |
| border: 0;
| |
| background: transparent;
| |
| }
| |
|
| |
| .wizlords-race-quote {
| |
| position: relative;
| |
| margin: 0;
| |
| padding: 0 34px;
| |
| color: var(--wiz-text, #d2d2d2);
| |
| font-size: 16px;
| |
| font-style: italic;
| |
| line-height: 1.6;
| |
| }
| |
|
| |
| .wizlords-race-quote::before,
| |
| .wizlords-race-quote::after {
| |
| position: absolute;
| |
| color: #555;
| |
| font-size: 42px;
| |
| line-height: 1;
| |
| }
| |
|
| |
| .wizlords-race-quote::before {
| |
| content: "\201C";
| |
| left: 0;
| |
| top: -6px;
| |
| }
| |
|
| |
| .wizlords-race-quote::after {
| |
| content: "\201D";
| |
| right: 0;
| |
| bottom: -18px;
| |
| }
| |
|
| |
| .wizlords-race-quote-source {
| |
| margin-top: 8px;
| |
| text-align: right;
| |
| font-size: 12px;
| |
| font-style: normal;
| |
| font-weight: bold;
| |
| } | | } |
|
| |
|