DataTables-1.10.20
4 years ago
autoupdate_banner.css
3 years ago
banner_main.css
3 years ago
cdn_page.css
3 years ago
datatables.min.css
4 years ago
jquery.tagsinput.min.css
4 years ago
multi-select.css
3 years ago
referral_program_page.css
3 years ago
settings_basic.css
3 years ago
speed.css
3 years ago
speed_elementor_dark.css
3 years ago
two_admin.css
3 years ago
two_admin_bar.css
3 years ago
two_preview.css
3 years ago
white_label.css
2 years ago
banner_main.css
91 lines
| 1 | .two-hidden { |
| 2 | display: none !important; |
| 3 | } |
| 4 | .two-container .two-banner-main-container { |
| 5 | margin-top: 20px; |
| 6 | } |
| 7 | .two-banner-main-container { |
| 8 | width: calc( 100% - 20px); |
| 9 | background-color: #23282D; |
| 10 | margin-top: 55px; |
| 11 | border-radius: 6px; |
| 12 | padding: 0; |
| 13 | position: relative; |
| 14 | display: flex; |
| 15 | justify-content: space-between; |
| 16 | align-items: center; |
| 17 | flex-direction: row; |
| 18 | color: #fff; |
| 19 | font-family: Open Sans; |
| 20 | } |
| 21 | .two-banner-main-image { |
| 22 | width: 89px; |
| 23 | height: 100%; |
| 24 | } |
| 25 | .two-banner-close-button { |
| 26 | cursor: pointer; |
| 27 | position: absolute; |
| 28 | top: 10px; |
| 29 | right: 10px; |
| 30 | width: 16px; |
| 31 | height: 16px; |
| 32 | background: url(../images/close_icon_lighter.svg) center no-repeat; |
| 33 | background-size: 16px; |
| 34 | } |
| 35 | .two-banner-close-button:hover { |
| 36 | background-image: url(../images/close_icon_lighter_hover.svg); |
| 37 | } |
| 38 | .two-banner-title { |
| 39 | font-size: 14px; |
| 40 | line-height: 22px; |
| 41 | font-weight: 800; |
| 42 | letter-spacing: 0; |
| 43 | margin-bottom: 5px; |
| 44 | display: flex; |
| 45 | align-items: center; |
| 46 | } |
| 47 | .two-banner-buttons-container a { |
| 48 | background-color: #22B339; |
| 49 | border-radius: 4px; |
| 50 | padding: 6px 0; |
| 51 | width: 150px; |
| 52 | color: #fff; |
| 53 | text-decoration: none; |
| 54 | text-align: center; |
| 55 | display: block; |
| 56 | font-weight: 600; |
| 57 | text-transform: none; |
| 58 | font-size: 12px; |
| 59 | line-height: 18px; |
| 60 | } |
| 61 | |
| 62 | .two-banner-buttons-container .two-button-grey { |
| 63 | background-color: #FFFFFF1A; |
| 64 | } |
| 65 | |
| 66 | .two-banner-buttons-container a:not(.two-button-disabled):hover { |
| 67 | opacity: 0.8; |
| 68 | } |
| 69 | |
| 70 | .two-image-with-title-popup { |
| 71 | display: flex; |
| 72 | gap: 10px; |
| 73 | } |
| 74 | |
| 75 | @media screen and (max-width:1140px) { |
| 76 | .two-banner-main-image { |
| 77 | display: none; |
| 78 | } |
| 79 | .two-banner-title { |
| 80 | justify-content: center; |
| 81 | } |
| 82 | .two-banner-buttons-container { |
| 83 | margin-top: 20px; |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | @media screen and (max-width:469px) { |
| 88 | .two-banner-main-container { |
| 89 | display: none; |
| 90 | } |
| 91 | } |