1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/add-remove-buttons/add-remove-buttons.scss
Alex Andreev da267a99f4
Revert #6733 to avoid breaking changes for extensions (#6821)
This reverts commit 4af8fbaa34.

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-12-22 07:21:44 -05:00

21 lines
418 B
SCSS

/**
* Copyright (c) OpenLens Authors. All rights reserved.
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
.AddRemoveButtons {
position: absolute;
margin: $padding * 2;
margin-right: $padding * 4;
bottom: 0;
right: 0;
z-index: 99;
.Button {
&.remove-button {
background-color: var(--borderFaintColor);
color: var(--textColorPrimary);
}
}
}