mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Leave default browser font-size for the html Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fix preferences helm repos layout Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Adjust usage of rem units Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Adjust namespace select filter option sizes Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fixing ToBottom btn sizing Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fixing Remove Cluster dialog sizing Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fixing catalog sidebar title font-size Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fix Notice sizing Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Update snapshots Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Update more snapshots Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
23 lines
472 B
SCSS
23 lines
472 B
SCSS
/**
|
|
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
*/
|
|
|
|
.bordered {
|
|
border-top: 1px solid var(--inputControlBorder);
|
|
}
|
|
|
|
.parent {
|
|
color: var(--textColorAccent);
|
|
font-size: small;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.catalog {
|
|
font-size: medium;
|
|
padding: var(--padding) calc(var(--padding) * 1.5);
|
|
font-weight: bold;
|
|
color: var(--textColorAccent);
|
|
}
|