|
| 1 | +.dsc-btn { |
| 2 | + -webkit-text-size-adjust: 100%; |
| 3 | + line-height: 1.618; |
| 4 | + text-rendering: optimizeLegibility; |
| 5 | + font-weight: 400; |
| 6 | + font-family: "Raleway", sans-serif !important; |
| 7 | + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 8 | + text-align: center; |
| 9 | + word-wrap: normal; |
| 10 | + box-sizing: border-box; |
| 11 | + background: #7289da !important; |
| 12 | + border: none !important; |
| 13 | + padding: 8px 14px 8px 10px !important; |
| 14 | + margin: 10px 0 20px !important; |
| 15 | + display: inline-block !important; |
| 16 | + color: #ffffff !important; |
| 17 | + font-size: 14px !important; |
| 18 | + text-transform: none !important; |
| 19 | + text-decoration: none !important; |
| 20 | + transition: background 0.3s ease !important; |
| 21 | + white-space: normal !important; |
| 22 | + border-radius: 5px; |
| 23 | +} |
| 24 | +.dsc-btn-text { |
| 25 | + -webkit-text-size-adjust: 100%; |
| 26 | + line-height: 1.618; |
| 27 | + text-rendering: optimizeLegibility; |
| 28 | + font-weight: 400; |
| 29 | + font-family: "Raleway", sans-serif !important; |
| 30 | + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 31 | + text-align: center; |
| 32 | + word-wrap: normal; |
| 33 | + color: #ffffff !important; |
| 34 | + font-size: 14px !important; |
| 35 | + text-transform: none !important; |
| 36 | + white-space: normal !important; |
| 37 | + box-sizing: border-box; |
| 38 | +} |
| 39 | +.dsc-btn-icon { |
| 40 | + -webkit-text-size-adjust: 100%; |
| 41 | + line-height: 1.618; |
| 42 | + text-rendering: optimizeLegibility; |
| 43 | + font-weight: 400; |
| 44 | + font-family: "Raleway", sans-serif !important; |
| 45 | + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 46 | + text-align: center; |
| 47 | + word-wrap: normal; |
| 48 | + color: #ffffff !important; |
| 49 | + font-size: 14px !important; |
| 50 | + text-transform: none !important; |
| 51 | + white-space: normal !important; |
| 52 | + box-sizing: border-box; |
| 53 | + background-image: url("discord_icon.svg") !important; |
| 54 | + background-repeat: no-repeat !important; |
| 55 | + background-size: 100% !important; |
| 56 | + display: inline-block !important; |
| 57 | + height: 20px !important; |
| 58 | + width: 20px !important; |
| 59 | + vertical-align: middle !important; |
| 60 | + margin: -1px 10px 0 0 !important; |
| 61 | +} |
0 commit comments