mirror of
https://github.com/Dvorinka/sportcreative.git
synced 2026-07-29 05:23:46 +00:00
Small fix
This commit is contained in:
@@ -511,16 +511,7 @@ a[href]:not(.btn) {
|
||||
transition: var(--transition);
|
||||
position: relative;
|
||||
}
|
||||
.filter-btn::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -5px;
|
||||
left: 0;
|
||||
width: 0;
|
||||
height: 2px;
|
||||
background: linear-gradient(to right, var(--primary), var(--secondary));
|
||||
transition: var(--transition);
|
||||
}
|
||||
|
||||
.filter-btn.active {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user