1
0
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:
Alex Andreev 2020-12-02 13:51:28 +03:00
parent 9910a1c608
commit ea30433b9d

View File

@ -30,11 +30,19 @@
.actions > button:not(:last-child) {
margin-right: $spacing / 2;
}
.name {
color: var(--textColorSecondary);
padding-bottom: var(--padding);
font-weight: bold;
}
}
}
.SearchInput {
--spacing: 10px;
max-width: none;
}
}