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:
parent
ec4b6ad8b4
commit
ad6e4fc383
16
src/renderer/components/+preferences/install.module.scss
Normal file
16
src/renderer/components/+preferences/install.module.scss
Normal 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);
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user