Commit ·
2c32ce4
1
Parent(s): f3aec7d
Mobile header: sacar punto verde, badge Pro en blanco
Browse files- frontend/index.html +0 -1
- frontend/styles.css +3 -3
frontend/index.html
CHANGED
|
@@ -149,7 +149,6 @@
|
|
| 149 |
</svg>
|
| 150 |
</button>
|
| 151 |
<div class="mobile-brand">
|
| 152 |
-
<span class="brand-dot"></span>
|
| 153 |
<span class="brand-name">CareerAI</span>
|
| 154 |
<span class="brand-badge">Pro</span>
|
| 155 |
</div>
|
|
|
|
| 149 |
</svg>
|
| 150 |
</button>
|
| 151 |
<div class="mobile-brand">
|
|
|
|
| 152 |
<span class="brand-name">CareerAI</span>
|
| 153 |
<span class="brand-badge">Pro</span>
|
| 154 |
</div>
|
frontend/styles.css
CHANGED
|
@@ -460,9 +460,9 @@ body {
|
|
| 460 |
font-weight: 700;
|
| 461 |
text-transform: uppercase;
|
| 462 |
padding: 2px 6px;
|
| 463 |
-
background: rgba(
|
| 464 |
-
color:
|
| 465 |
-
border: 1px solid rgba(
|
| 466 |
border-radius: 6px;
|
| 467 |
}
|
| 468 |
|
|
|
|
| 460 |
font-weight: 700;
|
| 461 |
text-transform: uppercase;
|
| 462 |
padding: 2px 6px;
|
| 463 |
+
background: rgba(255, 255, 255, 0.08);
|
| 464 |
+
color: rgba(255, 255, 255, 0.6);
|
| 465 |
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
| 466 |
border-radius: 6px;
|
| 467 |
}
|
| 468 |
|