✨ ags(control-center/bluetooth): add more device management options
This commit is contained in:
@@ -19,3 +19,15 @@
|
||||
box-shadow: inset 0 0 0 500px rgba(colors.$fg-primary, .1);
|
||||
}
|
||||
}
|
||||
|
||||
@mixin hover-shadow2 {
|
||||
&:hover {
|
||||
box-shadow: inset 0 0 0 500px rgba(colors.$fg-primary, .2);
|
||||
}
|
||||
}
|
||||
|
||||
@mixin hover-shadow3 {
|
||||
&:hover {
|
||||
box-shadow: inset 0 0 0 500px rgba(colors.$fg-primary, .3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user