✨ ags(runner): better visual for runner
This commit is contained in:
+8
-12
@@ -4,18 +4,6 @@
|
|||||||
background: colors.$bg-translucent;
|
background: colors.$bg-translucent;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
|
|
||||||
& > * {
|
|
||||||
margin: 4px 0;
|
|
||||||
|
|
||||||
&:first-child {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
& entry {
|
& entry {
|
||||||
background: colors.$bg-primary;
|
background: colors.$bg-primary;
|
||||||
@@ -37,6 +25,14 @@
|
|||||||
& > *:hover > .result {
|
& > *:hover > .result {
|
||||||
background: colors.$bg-secondary;
|
background: colors.$bg-secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > *:first-child {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& list .result {
|
& list .result {
|
||||||
|
|||||||
Reference in New Issue
Block a user