mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
and description...
This commit is contained in:
parent
5365846ba4
commit
ac2fb2e6a6
1 changed files with 11 additions and 0 deletions
|
|
@ -5,11 +5,22 @@
|
|||
padding: 0.682rem;
|
||||
}
|
||||
|
||||
.dock-app-btn-animate {
|
||||
transition-property: background-color;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
|
||||
.dock-app-btn {
|
||||
@include normal-rounding;
|
||||
padding: 0.273rem;
|
||||
}
|
||||
|
||||
.pinned-dock-app-btn {
|
||||
@include normal-rounding;
|
||||
padding: 0.273rem;
|
||||
background-color: $layer0Hover;
|
||||
}
|
||||
|
||||
.dock-app-btn:hover,
|
||||
.dock-app-btn:focus {
|
||||
background-color: $layer0Hover;
|
||||
|
|
|
|||
Loading…
Reference in a new issue