Skip to content

Commit 778e662

Browse files
authored
Update style.css
Ajustes para deixar mais próximo ao sistema
1 parent cc8189d commit 778e662

1 file changed

Lines changed: 19 additions & 84 deletions

File tree

public/style.css

Lines changed: 19 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ body::after {
130130

131131

132132
.brand-logo {
133-
height: 90px;
133+
height: 95px;
134134
width: auto;
135135
object-fit: contain;
136136
display: block;
@@ -354,37 +354,28 @@ body::after {
354354
}
355355

356356
.dashboard-container {
357+
padding: 20px;
358+
border-radius: 20px;
359+
overflow: hidden;
360+
border: 1px solid rgba(15, 23, 42, 0.08);
361+
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
357362

358-
padding: 14px;
359-
360-
border-radius: 28px;
361-
362-
background:
363-
rgba(255,255,255,0.35);
364-
365-
border:
366-
1px solid rgba(255,255,255,0.7);
367-
368-
backdrop-filter: blur(14px);
369-
370-
box-shadow: var(--sombra-forte);
371-
372-
transition: var(--transition);
363+
transition: all 0.3s ease;
373364
}
374365

375366
.dashboard-container:hover {
367+
transform: translateY(-8px);
376368

377-
transform:
378-
translateY(-8px)
379-
rotate(0.5deg);
369+
box-shadow:
370+
0 28px 55px rgba(0, 0, 0, 0.18);
380371
}
381372

382373
.dashboard-img {
383374

384375
width: 100%;
385-
max-width: 620px;
376+
max-width: 700px;
386377

387-
display: block;
378+
border-radius: 18px;
388379

389380
border-radius: 18px;
390381
}
@@ -417,84 +408,28 @@ body::after {
417408

418409
min-height: 280px;
419410

420-
border-radius: 28px;
421-
422-
background:
423-
linear-gradient(
424-
180deg,
425-
rgba(255,255,255,0.96),
426-
rgba(255,255,255,0.82)
427-
);
428-
429-
border:
430-
1px solid rgba(255,255,255,0.9);
431-
432-
backdrop-filter: blur(20px);
433-
434-
transition: var(--transition);
435-
436-
box-shadow:
437-
0 20px 40px rgba(4,57,39,0.06);
438-
}
439-
440-
.pillar-card::before {
441-
442-
content: '';
443-
444-
position: absolute;
445-
446-
width: 180px;
447-
height: 180px;
448-
449-
top: -80px;
450-
right: -80px;
411+
border-radius: 20px;
451412

452-
border-radius: 50%;
413+
background: #ffffff;
453414

454-
background:
455-
radial-gradient(
456-
circle,
457-
rgba(0,168,120,0.18),
458-
transparent 70%
459-
);
415+
border: 1px solid rgba(15, 23, 42, 0.08);
460416

461417
transition: var(--transition);
462-
}
463-
464-
.pillar-card:hover::before {
465-
466-
transform: scale(1.2);
467-
}
468-
469-
.pillar-card:hover {
470-
471-
transform:
472-
translateY(-10px)
473-
scale(1.01);
474-
475-
border-color:
476-
rgba(0,168,120,0.22);
477418

478419
box-shadow:
479-
0 30px 60px rgba(4,57,39,0.12);
420+
0 8px 24px rgba(15, 23, 42, 0.06);
480421
}
481422

482-
483423
/* ÍCONE */
484424

485425
.icon-box {
486426

487-
width: 68px;
488-
height: 68px;
427+
width: 60px;
428+
height: 60px;
489429

490430
border-radius: 20px;
491431

492-
background:
493-
linear-gradient(
494-
135deg,
495-
rgba(0,168,120,0.15),
496-
rgba(0,168,120,0.05)
497-
);
432+
background: rgba(0,168,120,0.08);
498433

499434
display: flex;
500435
align-items: center;

0 commit comments

Comments
 (0)