1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add install.module.scss styles

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-02-07 14:45:50 +03:00
parent ec4b6ad8b4
commit ad6e4fc383

View File

@ -0,0 +1,16 @@
/**
* Copyright (c) OpenLens Authors. All rights reserved.
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
.ExtensionCard {
margin-bottom: 10px;
list-style-type: none;
font-size: 1.2em;
border-radius: 6px;
border: 1px solid #181a1f;
background-color: #333842;
overflow: hidden;
cursor: pointer;
padding: var(--padding);
}