mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Minor style fixes
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
10bb420afa
commit
0bbdb09ec0
@ -15,7 +15,6 @@
|
||||
.content-col {
|
||||
margin: 0;
|
||||
padding-top: $padding * 3;
|
||||
background-color: transparent;
|
||||
|
||||
.SubTitle {
|
||||
text-transform: none;
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
padding: 0;
|
||||
|
||||
.content-col {
|
||||
background-color: transparent;
|
||||
padding: $padding * 8 0;
|
||||
|
||||
h2 {
|
||||
@ -40,6 +39,10 @@
|
||||
.WizardLayout .head-col {
|
||||
padding-top: 32px;
|
||||
overflow: hidden;
|
||||
|
||||
.Icon {
|
||||
margin-top: -$margin * 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -13,7 +13,6 @@ import { Input } from "../input";
|
||||
import { Checkbox } from "../checkbox";
|
||||
import { Notifications } from "../notifications";
|
||||
import { Badge } from "../badge";
|
||||
import { Spinner } from "../spinner";
|
||||
import { themeStore } from "../../theme.store";
|
||||
import { history } from "../../navigation";
|
||||
import { Tooltip } from "../tooltip";
|
||||
|
||||
@ -12,8 +12,6 @@
|
||||
|
||||
:root {
|
||||
--mainBackground: #1e2124;
|
||||
--textColorPrimary: #87909c;
|
||||
--clusters-menu-bgc: #252729;
|
||||
--main-layout-header: 40px;
|
||||
}
|
||||
|
||||
@ -79,7 +77,7 @@ hr {
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: white;
|
||||
color: $textColorPrimary;
|
||||
font-size: 28px;
|
||||
font-weight: normal;
|
||||
letter-spacing: -.010em;
|
||||
|
||||
@ -15,4 +15,8 @@
|
||||
&.modal {
|
||||
background: transparentize(#222, .5);
|
||||
}
|
||||
|
||||
h5 {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user