🎨 Simplify tool card styling by removing specific "settings" class and associated styles
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<div class="tools-section">
|
<div class="tools-section">
|
||||||
<h2>Available Tools</h2>
|
<h2>Available Tools</h2>
|
||||||
<div class="tool-cards">
|
<div class="tool-cards">
|
||||||
<router-link to="/auth" class="tool-card settings">
|
<router-link to="/auth" class="tool-card">
|
||||||
<div class="tool-icon">🔐</div>
|
<div class="tool-icon">🔐</div>
|
||||||
<h3>Authentication Hub</h3>
|
<h3>Authentication Hub</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -185,11 +185,6 @@ h1 {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tool-card.settings {
|
|
||||||
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
|
|
||||||
border: 2px solid #34d399;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tool-card:hover:not(.disabled) {
|
.tool-card:hover:not(.disabled) {
|
||||||
transform: translateY(-5px);
|
transform: translateY(-5px);
|
||||||
box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
|
box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
|
||||||
|
|||||||
Reference in New Issue
Block a user