mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
This reverts commit 4af8fbaa34.
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
21 lines
418 B
SCSS
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);
|
|
}
|
|
}
|
|
}
|