| @@ -1,6 +1,7 @@ | ||
| 1 | 1 | body.frm-admin-page-welcome { |
| 2 | 2 | background: var(--sidebar-color); |
| 3 | + color: var(--darkest-grey); | |
| 3 | 4 | } |
| 4 | 5 | |
| 5 | 6 | .frm_wrap { |
| 6 | 7 | max-width: 1092px; |
| @@ -7,8 +8,33 @@ | ||
| 7 | 8 | margin: 62px auto 0; |
| 8 | 9 | padding: 0 20px; |
| 9 | 10 | } |
| 10 | 11 | |
| 12 | +.frm-button-secondary:hover { | |
| 13 | + background: transparent !important; | |
| 14 | +} | |
| 15 | + | |
| 16 | +.frm-ws-block-1 h1 { | |
| 17 | + font-size: 30px; | |
| 18 | + line-height: 41px; | |
| 19 | + color: var(--darkest-grey); | |
| 20 | +} | |
| 21 | + | |
| 22 | +.frm-ws-block-1 p { | |
| 23 | + font-size: 14px; | |
| 24 | + line-height: 25px; | |
| 25 | + opacity: 0.8; | |
| 26 | +} | |
| 27 | + | |
| 28 | +#frm-connect-btns a { | |
| 29 | + border-radius: var(--border-radius); | |
| 30 | + margin: 16px 0; | |
| 31 | + padding: 12px 24px; | |
| 32 | + height: auto; | |
| 33 | + font-size: 15px; | |
| 34 | + line-height: 1; | |
| 35 | +} | |
| 36 | + | |
| 11 | 37 | #frm-connect-btns { |
| 12 | 38 | color: transparent; /* Hide the "or" */ |
| 13 | 39 | opacity: 1; |
| 14 | 40 | } |
| @@ -16,30 +42,74 @@ | ||
| 16 | 42 | #frm-using-lite { |
| 17 | 43 | display: none; |
| 18 | 44 | } |
| 19 | 45 | |
| 46 | +.frm-ws-block-1 .frm-bg-transparent { | |
| 47 | + margin-left: 16px; | |
| 48 | +} | |
| 49 | + | |
| 50 | +.frm-ws-block-1 .frm-bg-transparent span { | |
| 51 | + color: var(--primary-color); | |
| 52 | +} | |
| 53 | + | |
| 20 | 54 | .frm-player { |
| 21 | 55 | overflow: hidden; |
| 22 | - margin-top: var(--gap-md); | |
| 56 | + z-index: 1; | |
| 57 | + margin-left: 34px; | |
| 58 | + margin-top: 55px; | |
| 23 | 59 | } |
| 24 | 60 | |
| 25 | 61 | .frm-player iframe { |
| 26 | 62 | width: 100%; |
| 27 | 63 | max-width: 480px; |
| 28 | - border-radius: var(--border-radius); | |
| 64 | + border-radius: 10px; | |
| 29 | 65 | } |
| 30 | 66 | |
| 67 | +.frm-ws-block .frm-icon { | |
| 68 | + width: 40px; | |
| 69 | + height: 40px; | |
| 70 | + margin-right: 24px; | |
| 71 | + | |
| 72 | + background: var(--primary-color); | |
| 73 | + border-radius: 4px; | |
| 74 | +} | |
| 75 | + | |
| 31 | 76 | .frm-ws-block h3 { |
| 32 | - font-size: var(--text-sm); | |
| 77 | + font-size: 14px; | |
| 78 | + color: rgba(40, 47, 54, 0.85); | |
| 33 | 79 | margin: 2px 0; |
| 34 | 80 | } |
| 35 | 81 | |
| 36 | -.frm-ws-block .caret { | |
| 37 | - width: auto; | |
| 82 | +.frm-ws-block p { | |
| 83 | + font-size: 13px; | |
| 84 | + opacity: 0.6; | |
| 85 | + margin: 0; | |
| 38 | 86 | } |
| 39 | 87 | |
| 88 | +.frm-ws-block .frm-right-arrow { | |
| 89 | + height: 22px; | |
| 90 | + width: 19px; | |
| 91 | + align-self: center; | |
| 92 | +} | |
| 93 | + | |
| 94 | +.frm-ws-block .frm-icon svg { | |
| 95 | + margin: 11px; | |
| 96 | + color: #FFFFFF; | |
| 97 | +} | |
| 98 | + | |
| 99 | +.frm-ws-block .frm-icon-briefcase svg { | |
| 100 | + margin: 8px !important; | |
| 101 | + height: 24px; | |
| 102 | + width: 24px; | |
| 103 | +} | |
| 104 | + | |
| 40 | 105 | .frm-ws-block { |
| 106 | + background: #FFFFFF; | |
| 107 | + border: 1px solid var(--sidebar-hover); | |
| 108 | + border-radius: 6px; | |
| 41 | 109 | cursor: pointer; |
| 110 | + padding: 24px; | |
| 111 | + display: flex; | |
| 42 | 112 | } |
| 43 | 113 | |
| 44 | 114 | .frm-fill { |
| 45 | 115 | flex: 1; |
| @@ -44,44 +114,59 @@ | ||
| 44 | 114 | .frm-fill { |
| 45 | 115 | flex: 1; |
| 46 | 116 | } |
| 47 | 117 | |
| 48 | -.frm-ws-block, | |
| 49 | -.frm-ws-carousel-wrapper .frm3 { | |
| 50 | - background: #FFFFFF; | |
| 51 | - border-radius: var(--small-radius); | |
| 52 | - padding: var(--gap-sm); | |
| 53 | - box-shadow: var(--box-shadow-sm); | |
| 54 | - display: flex; | |
| 55 | - gap: var(--gap-sm); | |
| 118 | +.frm-ws-carousel-wrapper h4 { | |
| 119 | + margin: 64px 0 20px; | |
| 120 | + font-size: 15px; | |
| 121 | + line-height: 157.9%; | |
| 122 | + color: rgba(40, 47, 54, 0.85); | |
| 56 | 123 | } |
| 57 | 124 | |
| 58 | 125 | .frm-ws-carousel-wrapper .frm3 { |
| 59 | - flex-direction: column; | |
| 126 | + background: #FFFFFF; | |
| 127 | + border-radius: 10px; | |
| 128 | + padding: 16px; | |
| 60 | 129 | } |
| 61 | 130 | |
| 62 | -.frm-ws-carousel-wrapper .frm-icon-wrapper { | |
| 63 | - background: var(--grey-100); | |
| 64 | - align-self: initial; | |
| 131 | +.frm-ws-carousel-wrapper .frm-icon { | |
| 132 | + height: 48px; | |
| 133 | + width: 48px; | |
| 134 | + background: var(--light-blue); | |
| 135 | + border-radius: 10px; | |
| 65 | 136 | } |
| 66 | 137 | |
| 67 | -.frm-ws-carousel-wrapper .frm-icon-wrapper svg { | |
| 68 | - color: var(--grey-700); | |
| 138 | +.frm-ws-carousel-wrapper .frm-icon svg { | |
| 139 | + width: 29px; | |
| 140 | + height: 29px; | |
| 141 | + margin: 9px; | |
| 142 | + color: #3F4B5B; | |
| 69 | 143 | } |
| 70 | 144 | |
| 71 | 145 | .frm-ws-carousel-wrapper h3 { |
| 72 | - font-size: var(--text-sm); | |
| 73 | - margin: var(--gap-xs) 0 0; | |
| 146 | + font-size: 14px; | |
| 147 | + line-height: 19px; | |
| 148 | + color: rgba(40, 47, 54, 0.85); | |
| 149 | + margin: 17px 0 8px; | |
| 74 | 150 | } |
| 75 | 151 | |
| 76 | -.frm-ws-block p, | |
| 77 | 152 | .frm-ws-carousel-wrapper p { |
| 78 | - opacity: 0.7; | |
| 153 | + font-size: 13px; | |
| 154 | + min-height: 80px; | |
| 155 | + line-height: 18px; | |
| 156 | + opacity: 0.6; | |
| 79 | 157 | margin: 0; |
| 80 | 158 | } |
| 81 | 159 | |
| 82 | -.frm-ws-carousel-wrapper span:last-child { | |
| 83 | - margin-top: auto; | |
| 160 | +.frm-ws-carousel-wrapper a { | |
| 161 | + font-size: 14px !important; | |
| 162 | + line-height: 19px; | |
| 163 | + text-align: center; | |
| 164 | + margin: 10px 0 0 !important; | |
| 165 | +} | |
| 166 | + | |
| 167 | +.frm-top-spacing { | |
| 168 | + margin-top: 100px; | |
| 84 | 169 | } |
| 85 | 170 | |
| 86 | 171 | @media only screen and (max-width: 900px) { |
| 87 | 172 | .frm-ws-carousel-wrapper .frm3 { |