1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-21 22:29:42 +02:00

chore: Bump custom-ui css

This commit is contained in:
Maksim Eltyshev 2024-09-16 00:18:08 +02:00
parent f9a7b38ce9
commit 73746b83d1
47 changed files with 2594 additions and 2759 deletions

View file

@ -2,7 +2,7 @@
.dropzone { .dropzone {
background: white; background: white;
font-size: 20px; font-size: 20px;
font-weight: 700; font-weight: bold;
height: 100%; height: 100%;
line-height: 30px; line-height: 30px;
opacity: 0.7; opacity: 0.7;

View file

@ -16,7 +16,7 @@
.contentError { .contentError {
color: #fff; color: #fff;
font-size: 20px; font-size: 20px;
font-weight: 700; font-weight: bold;
height: 20px; height: 20px;
width: 470px; width: 470px;
} }

View file

@ -35,7 +35,7 @@
color: #5e6c84; color: #5e6c84;
display: block; display: block;
font-size: 18px; font-size: 18px;
font-weight: 700; font-weight: bold;
height: 100%; height: 100%;
line-height: 80px; line-height: 80px;
overflow: hidden; overflow: hidden;
@ -50,7 +50,7 @@
.name { .name {
color: #17394d; color: #17394d;
font-size: 14px; font-size: 14px;
font-weight: 700; font-weight: bold;
line-height: 20px; line-height: 20px;
word-wrap: break-word; word-wrap: break-word;
} }

View file

@ -39,7 +39,7 @@
.actionsTitle { .actionsTitle {
color: #8c8c8c; color: #8c8c8c;
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: normal;
letter-spacing: 0.04em; letter-spacing: 0.04em;
margin-top: 16px; margin-top: 16px;
text-transform: uppercase; text-transform: uppercase;
@ -158,7 +158,7 @@
.headerTitle { .headerTitle {
color: #17394d; color: #17394d;
font-size: 20px; font-size: 20px;
font-weight: 700; font-weight: bold;
line-height: 24px; line-height: 24px;
} }

View file

@ -6,7 +6,7 @@
box-shadow: none; box-shadow: none;
color: #17394d; color: #17394d;
font-size: 20px; font-size: 20px;
font-weight: 700; font-weight: bold;
line-height: 24px; line-height: 24px;
margin: -5px; margin: -5px;
overflow: hidden; overflow: hidden;

View file

@ -13,7 +13,7 @@
border-radius: 3px; border-radius: 3px;
color: #fff; color: #fff;
display: inline-block; display: inline-block;
font-weight: 400; font-weight: normal;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);

View file

@ -111,6 +111,7 @@
} }
@media only screen and (max-width: 797px) { @media only screen and (max-width: 797px) {
&:focus, &:focus,
&:active { &:active {
background: rgba(9, 30, 66, 0.13); background: rgba(9, 30, 66, 0.13);

View file

@ -30,7 +30,6 @@
.wrapperTiny { .wrapperTiny {
font-size: 10px; font-size: 10px;
font-weight: 400;
height: 24px; height: 24px;
line-height: 20px; line-height: 20px;
padding: 2px 0; padding: 2px 0;
@ -39,7 +38,6 @@
.wrapperSmall { .wrapperSmall {
font-size: 12px; font-size: 12px;
font-weight: 400;
height: 28px; height: 28px;
padding: 8px 0; padding: 8px 0;
width: 28px; width: 28px;
@ -47,7 +45,6 @@
.wrapperMedium { .wrapperMedium {
font-size: 14px; font-size: 14px;
font-weight: 500;
height: 32px; height: 32px;
padding: 10px 0; padding: 10px 0;
width: 32px; width: 32px;
@ -55,7 +52,6 @@
.wrapperLarge { .wrapperLarge {
font-size: 14px; font-size: 14px;
font-weight: 500;
height: 36px; height: 36px;
padding: 12px 0 10px; padding: 12px 0 10px;
width: 36px; width: 36px;
@ -63,7 +59,6 @@
.wrapperMassive { .wrapperMassive {
font-size: 36px; font-size: 36px;
font-weight: 500;
height: 100px; height: 100px;
padding: 32px 0 10px; padding: 32px 0 10px;
width: 100px; width: 100px;

View file

@ -64,7 +64,7 @@
.markdown-body b, .markdown-body b,
.markdown-body strong { .markdown-body strong {
font-weight: 600; font-weight: bold; // 600
} }
.markdown-body dfn { .markdown-body dfn {
@ -73,7 +73,7 @@
.markdown-body h1 { .markdown-body h1 {
margin: .67em 0; margin: .67em 0;
font-weight: 600; font-weight: bold; // 600
padding-bottom: .3em; padding-bottom: .3em;
font-size: 2em; font-size: 2em;
border-bottom: 1px solid hsla(210, 18%, 87%, 1); border-bottom: 1px solid hsla(210, 18%, 87%, 1);
@ -253,34 +253,34 @@
.markdown-body h6 { .markdown-body h6 {
margin-top: 24px; margin-top: 24px;
margin-bottom: 16px; margin-bottom: 16px;
font-weight: 600; font-weight: bold; // 600
line-height: 1.25; line-height: 1.25;
} }
.markdown-body h2 { .markdown-body h2 {
font-weight: 600; font-weight: bold; // 600
padding-bottom: .3em; padding-bottom: .3em;
font-size: 1.5em; font-size: 1.5em;
border-bottom: 1px solid hsla(210, 18%, 87%, 1); border-bottom: 1px solid hsla(210, 18%, 87%, 1);
} }
.markdown-body h3 { .markdown-body h3 {
font-weight: 600; font-weight: bold; // 600
font-size: 1.25em; font-size: 1.25em;
} }
.markdown-body h4 { .markdown-body h4 {
font-weight: 600; font-weight: bold; // 600
font-size: 1em; font-size: 1em;
} }
.markdown-body h5 { .markdown-body h5 {
font-weight: 600; font-weight: bold; // 600
font-size: .875em; font-size: .875em;
} }
.markdown-body h6 { .markdown-body h6 {
font-weight: 600; font-weight: bold; // 600
font-size: .85em; font-size: .85em;
color: #57606a; color: #57606a;
} }
@ -481,7 +481,7 @@
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1em; font-size: 1em;
font-style: normal !important; font-style: normal !important;
font-weight: 400; font-weight: normal; // 400
line-height: 1; line-height: 1;
vertical-align: -0.075em; vertical-align: -0.075em;
} }
@ -650,7 +650,7 @@
margin-top: 16px; margin-top: 16px;
font-size: 1em; font-size: 1em;
font-style: italic; font-style: italic;
font-weight: 600; font-weight: bold; // 600
} }
.markdown-body dl dd { .markdown-body dl dd {
@ -659,7 +659,7 @@
} }
.markdown-body table th { .markdown-body table th {
font-weight: 600; font-weight: bold; // 600
} }
.markdown-body table th, .markdown-body table th,
@ -868,7 +868,7 @@
} }
.markdown-body .csv-data th { .markdown-body .csv-data th {
font-weight: 600; font-weight: bold; // 600
background: #f6f8fa; background: #f6f8fa;
border-top: 0; border-top: 0;
} }
@ -912,7 +912,7 @@
} }
.markdown-body .task-list-item label { .markdown-body .task-list-item label {
font-weight: 400; font-weight: normal;
} }
.markdown-body .task-list-item.enabled label { .markdown-body .task-list-item.enabled label {

File diff suppressed because one or more lines are too long

View file

@ -6,8 +6,8 @@
border: 0; border: 0;
color: #444444; color: #444444;
font-size: 14px; font-size: 14px;
font-family: "Museo Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; font-family: "Nunitoga", "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: 400; // font-weight: 400;
width: 100%; width: 100%;
padding-bottom: 8px; padding-bottom: 8px;
} }
@ -19,7 +19,7 @@
.react-datepicker__current-month, .react-datepicker__current-month,
.react-datepicker-time__header { .react-datepicker-time__header {
color: #444; color: #444;
font-weight: 500; font-weight: normal;
font-size: 14px; font-size: 14px;
line-height: 32px; line-height: 32px;
padding-bottom: 4px; padding-bottom: 4px;
@ -38,7 +38,7 @@
color: #444; color: #444;
display: inline-block; display: inline-block;
width: 40px; width: 40px;
font-weight: 500; font-weight: normal;
line-height: 28px; line-height: 28px;
text-align: center; text-align: center;
margin: 0; margin: 0;