| 1 |
.gutslider-patterns-button { |
| 2 |
background: #6141e8 !important; |
| 3 |
font-size: 13px !important; |
| 4 |
font-weight: 400 !important; |
| 5 |
color: #fff !important; |
| 6 |
transition: 0.2s; |
| 7 |
&:hover { |
| 8 |
background: #3c1dbc !important; |
| 9 |
} |
| 10 |
span { |
| 11 |
font-size: 16px !important; |
| 12 |
padding: 0 !important; |
| 13 |
width: 14px !important; |
| 14 |
} |
| 15 |
} |
| 16 |
|
| 17 |
.components-modal__frame.gutslider-patterns { |
| 18 |
width: calc(100% - 32px) !important; |
| 19 |
height: calc(100% - 32px) !important; |
| 20 |
max-width: none !important; |
| 21 |
max-height: none !important; |
| 22 |
} |
| 23 |
|