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

Cleaning up css styles

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-08-22 15:38:44 +03:00 committed by Sebastian Malton
parent 89e7cb79ac
commit 7d6209a31c

View File

@ -1,44 +1,29 @@
.code {
@apply block overflow-auto whitespace-nowrap;
background: #e0e0e0;
padding: 6px 8px;
color: #4c4c4c;
font-size: 0.9em;
}
.warning { .warning {
@apply mt-4 flex; @apply mt-4 flex py-4 px-6 rounded-md items-center;
padding: 10px 16px;
background: #fad8d7; background: #fad8d7;
color: #797979; color: #797979;
border-radius: 3px;
} }
.warningIcon { .warningIcon {
@apply mr-5 mt-2.5; @apply mr-5;
font-size: 26px; font-size: 26px;
} }
.dialog { .dialog {
> div { > div {
@apply rounded-md bg-white;
max-width: 600px; max-width: 600px;
min-width: calc(45 * var(--unit)); min-width: calc(45 * var(--unit));
background-color: white;
border-radius: 3px;
} }
} }
.dialogContent { .dialogContent {
padding: 24px; @apply p-9 leading-9;
line-height: 1.4;
} }
.dialogButtons { .dialogButtons {
@apply flex justify-end p-7 rounded-md;
background: #f4f4f4; background: #f4f4f4;
padding: 16px;
display: flex;
justify-content: flex-end;
border-radius: 3px;
> * { > * {
margin-left: var(--margin) margin-left: var(--margin)