mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
chore (css): update css rules
This commit is contained in:
parent
552732449a
commit
cf29d9f2ab
1 changed files with 2 additions and 1 deletions
|
|
@ -25,11 +25,12 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
transition: all 0.1s ease;
|
transition: all 0.1s ease;
|
||||||
padding: 2px 5px 2px 10px;
|
padding: 3px 5px 3px 12px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
letter-spacing: -0.5px;
|
||||||
}
|
}
|
||||||
.component_tag .tag.active {
|
.component_tag .tag.active {
|
||||||
background: var(--dark);
|
background: var(--dark);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue