mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-05-15 21:08:01 +02:00
Add files via upload
This commit is contained in:
@@ -8409,7 +8409,9 @@ header {
|
||||
position: relative;
|
||||
margin-top: 24px;
|
||||
padding: 24px 28px;
|
||||
background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(241,245,249,0.95) 50%, rgba(226,232,240,0.4) 100%);
|
||||
background:
|
||||
linear-gradient(90deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.04) 22%, transparent 38%),
|
||||
linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(241,245,249,0.95) 50%, rgba(226,232,240,0.4) 100%);
|
||||
border: 1px solid rgba(2, 132, 199, 0.12);
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
@@ -8421,16 +8423,6 @@ header {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dashboard-cta-accent {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 4px;
|
||||
background: linear-gradient(180deg, #0ea5e9 0%, #0284c7 50%, #0369a1 100%);
|
||||
border-radius: 16px 0 0 16px;
|
||||
}
|
||||
|
||||
.dashboard-cta-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -281,7 +281,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="dashboard-cta-block">
|
||||
<div class="dashboard-cta-accent"></div>
|
||||
<div class="dashboard-cta-content">
|
||||
<div class="dashboard-cta-icon" aria-hidden="true">
|
||||
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg>
|
||||
|
||||
Reference in New Issue
Block a user