@@ -10,8 +10,8 @@ const welcomeStyle = () => {
1010 --theme-bg-color: #fafafb;
1111 --body-font: "Poppins", sans-serif;
1212 --body-color: #2f2f33;
13- --active-color: #0162ff ;
14- --active-light-color: #e1ebfb ;
13+ --active-color: #4e4e4e ;
14+ --active-light-color: #f1f1f1 ;
1515 --header-bg-color: #fff;
1616 --border-color: #d8d8d8;
1717 --alert-bg-color: #e8f2ff;
@@ -157,7 +157,7 @@ const welcomeStyle = () => {
157157 }
158158 .group-title {
159159 font-size: 24px;
160- font-weight: 600 ;
160+ font-weight: 700 ;
161161 }
162162 .link {
163163 color: inherit;
@@ -190,12 +190,13 @@ const welcomeStyle = () => {
190190 }
191191
192192 .card {
193- padding: 20px 16px;
193+ padding: 16px 16px;
194194 background-color: var(--header-bg-color);
195195 border-radius: 8px;
196196 cursor: pointer;
197197 transition: 0.2s;
198198 text-decoration: none;
199+ position: relative;
199200 }
200201 .card:hover {
201202 transform: scale(1.02);
@@ -207,8 +208,7 @@ const welcomeStyle = () => {
207208 }
208209 .card-title {
209210 font-weight: 600;
210- margin-top: 16px;
211- font-size: 14px;
211+ font-size: 16px;
212212 }
213213 .card-subtitle {
214214 color: var(--subtitle-color);
@@ -220,14 +220,62 @@ const welcomeStyle = () => {
220220 display: flex;
221221 align-items: flex-start;
222222 }
223+
224+ .ribbon-wrapper {
225+ width: 85px;
226+ height: 88px;
227+ overflow: hidden;
228+ position: absolute;
229+ top: 0;
230+ right: 0;
231+ }
232+
233+ .ribbon {
234+ font-size: 10px;
235+ font-weight: bold;
236+ color: var(--header-bg-color);;
237+ text-align: center;
238+ -webkit-transform: rotate(45deg);
239+ -moz-transform: rotate(45deg);
240+ -ms-transform: rotate(45deg);
241+ -o-transform: rotate(45deg);
242+ position: relative;
243+ padding: 0;
244+ left: 26px;
245+ top: 14px;
246+ width: 80px;
247+ -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
248+ -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
249+ box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
250+ }
251+
252+ .color-live{
253+ background-color: #badc58;
254+ }
255+ .color-dev{
256+ background-color: #f0932b;
257+ }
258+ .color-page{
259+ background-color: #00abff;
260+ }
261+ .color-1{
262+ background-color: #9b59b6;
263+ }
264+ .color-2{
265+ background-color: #c0392b;
266+ }
267+ .color-3{
268+ background-color: #16a085;
269+ }
270+
223271 .badge{
224272 display: flex;
225273 align-items: center;
226274 justify-content: center;
227275 background-color: #f50;
228276 font-weight: 600;
229277 margin-top: 16px;
230- font-size: 14px ;
278+ font-size: 10px ;
231279 padding: 5px 10px;
232280 color: white;
233281 border-radius: 5px;
0 commit comments