mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Coloring extension name
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
9910a1c608
commit
ea30433b9d
@ -30,11 +30,19 @@
|
|||||||
.actions > button:not(:last-child) {
|
.actions > button:not(:last-child) {
|
||||||
margin-right: $spacing / 2;
|
margin-right: $spacing / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.name {
|
||||||
|
color: var(--textColorSecondary);
|
||||||
|
padding-bottom: var(--padding);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.SearchInput {
|
.SearchInput {
|
||||||
--spacing: 10px;
|
--spacing: 10px;
|
||||||
|
|
||||||
|
max-width: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user