Actualiser css/dashboard.css
This commit is contained in:
@@ -410,3 +410,27 @@ h2 {
|
|||||||
color: #dc3545;
|
color: #dc3545;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filter-btn {
|
||||||
|
background: white;
|
||||||
|
border: 2px solid #e85d04;
|
||||||
|
color: #e85d04;
|
||||||
|
padding: 0.6rem 1.2rem;
|
||||||
|
border-radius: 20px;
|
||||||
|
cursor: pointer;
|
||||||
|
font-weight: 600;
|
||||||
|
font-family: inherit;
|
||||||
|
transition: all 0.2s ease;
|
||||||
|
}
|
||||||
|
.filter-btn.active, .filter-btn:hover {
|
||||||
|
background: #e85d04;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.search-filter-container input:focus, .search-filter-container select:focus {
|
||||||
|
outline: none;
|
||||||
|
border-color: #e85d04;
|
||||||
|
box-shadow: 0 0 5px rgba(232, 93, 4, 0.3);
|
||||||
|
}
|
||||||
|
.analysis-grid ul {
|
||||||
|
list-style-type: square;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user