Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 3, 2024
1 parent 444f2de commit 937d17e
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ THE SOFTWARE.
<button class="jenkins-table__button jenkins-!-color-orange" tooltip="${%downgradeTo(p.backupVersion)}">
<l:icon src="symbol-downgrade-circle"/>
<span class="jenkins-!-margin-left-1"
style="font-size: 0.75rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 50px;">
style="font-size: 0.75rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 50px;">
${p.backupVersion}
</span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/abstracts/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $semantics: (
--link-text-decoration: none;
--link-text-decoration--hover: underline;
--link-text-decoration--active: underline;
--link-font-weight: 500;
--link-font-weight: 450;

// Tooltips
--tooltip-backdrop-filter: contrast(0.6) brightness(2.4) saturate(2)
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ h5,
h6,
.h6 {
line-height: var(--line-height-heading);
font-weight: 650;
font-weight: 600;
display: block;
margin-top: 0;
margin-bottom: var(--section-padding);
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/base/_yui-compatibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ div.yahooTree td {
.yui-menu-badge {
position: relative;
margin-left: auto;
font-weight: 600;
font-weight: 500;

&::before {
content: "";
Expand Down
4 changes: 2 additions & 2 deletions war/src/main/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
margin: 0;
padding: 0.5rem 0.85rem;
font-size: 0.8125rem;
font-weight: 500;
font-weight: 450;
text-decoration: none !important;
background: transparent;
color: var(--text-color) !important;
Expand Down Expand Up @@ -45,7 +45,7 @@

.jenkins-button--primary {
color: var(--button-color--primary) !important;
font-weight: 600;
font-weight: 500;

&::before {
background: var(--accent-color) !important;
Expand Down
4 changes: 2 additions & 2 deletions war/src/main/scss/components/_dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $jenkins-dialog-padding: 1.3rem;

&__title {
font-size: 1.1rem;
font-weight: 600;
font-weight: 500;
padding: 0 $jenkins-dialog-padding;
color: var(--text-color);
}
Expand Down Expand Up @@ -58,7 +58,7 @@ $jenkins-dialog-padding: 1.3rem;

&__subtitle {
font-size: 1rem;
font-weight: 600;
font-weight: 500;
color: var(--text-color-secondary);
padding: 0;
margin: 0 0 1rem;
Expand Down
4 changes: 2 additions & 2 deletions war/src/main/scss/components/_dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $dropdown-padding: 0.4rem;
color: var(--text-color-secondary) !important;
margin: $dropdown-padding 0.55rem;
font-size: 0.8125rem;
font-weight: 600;
font-weight: 500;
opacity: 0.8;

&:not(:first-of-type) {
Expand Down Expand Up @@ -133,7 +133,7 @@ $dropdown-padding: 0.4rem;
margin: 0;
padding: $dropdown-padding 1.75rem $dropdown-padding 0.6rem;
font-size: 0.8125rem;
font-weight: 500;
font-weight: 450;
text-decoration: none !important;
background: transparent;
color: var(--text-color) !important;
Expand Down
6 changes: 3 additions & 3 deletions war/src/main/scss/components/_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.jenkins-section__title {
margin: 0 0 var(--section-padding) 0;
font-size: 1.1rem;
font-weight: 600;
font-weight: 500;
}

.jenkins-section__items {
Expand Down Expand Up @@ -127,14 +127,14 @@

dt {
font-size: 0.925rem;
font-weight: 600;
font-weight: 500;
margin: 0.1rem 0 0.2rem;
color: var(--text-color);
}

dd {
color: var(--text-color-secondary);
font-weight: 500;
font-weight: 450;
line-height: 1.6;
margin: 0 0.66rem 0 0;
font-size: 0.925rem;
Expand Down
6 changes: 3 additions & 3 deletions war/src/main/scss/components/_side-panel-tasks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $background-outset: 0.7rem;
display: flex;
flex-direction: column;
margin: var(--section-padding);
gap: 5px;
gap: 0.25rem;

@media (min-width: breakpoints.$tablet-breakpoint) {
margin-right: calc($background-outset);
Expand Down Expand Up @@ -65,7 +65,7 @@ $background-outset: 0.7rem;
gap: 0.75rem;
width: 100%;
cursor: pointer;
font-weight: 500 !important;
font-weight: 450 !important;
font-size: 0.9rem;
color: var(--text-color) !important;
background: transparent;
Expand Down Expand Up @@ -118,7 +118,7 @@ $background-outset: 0.7rem;
}

&--active {
font-weight: 600 !important;
font-weight: 550 !important;
cursor: default;

svg * {
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/components/_side-panel-widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
line-height: 80px;
background-color: var(--panel-header-bg-color);
margin-top: 10px;
font-weight: 600;
font-weight: 500;
border-radius: var(--form-input-border-radius);
}

Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/components/_spinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: inline-flex;
align-items: center;
font-size: 0.85rem;
font-weight: 600;
font-weight: 500;
margin: 0;

&::before,
Expand Down
4 changes: 2 additions & 2 deletions war/src/main/scss/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
padding-top: calc((var(--table-padding) * 1.7) - 7.5px);
padding-bottom: calc((var(--table-padding) * 1.7) - 2.5px);
padding-left: 1.6rem;
font-weight: 600;
font-weight: 500;
font-size: 0.85rem;

&[align="center"] {
Expand Down Expand Up @@ -69,7 +69,7 @@
background: var(--table-body-background);
vertical-align: middle;
padding: var(--table-padding) 0 var(--table-padding) 1.6rem;
font-weight: 500;
font-weight: 450;
height: 3rem;

&:first-of-type {
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
border-radius: 100px;
background: var(--tabs-item-background);
color: var(--tabs-item-foreground);
font-weight: 600;
font-weight: 500;
font-size: 0.85rem;
transition: var(--standard-transition);
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/components/_tooltips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding: 0.45rem 0.8rem;
border-radius: 0.66rem;
box-shadow: var(--tooltip-box-shadow);
font-weight: 550;
font-weight: 500;
font-size: 0.75rem;
line-height: 1.6;
max-width: min(50vw, 1000px) !important;
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/form/_search-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
0 0 0 2px transparent,
0 0 0 12px transparent;
transition: var(--standard-transition);
font-weight: 500;
font-weight: 450;
height: var(--search-bar-height);

&::placeholder {
Expand Down
4 changes: 2 additions & 2 deletions war/src/main/scss/pages/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@
}

.app-about-heading {
font-weight: 600;
font-weight: 500;
font-family: Georgia, serif;
font-size: 1.6rem;
margin-bottom: 0.5rem !important;
}

.app-about-version {
font-weight: 600;
font-weight: 500;
color: var(--text-color-secondary);
margin: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/pages/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $min-button-size: 36px;

&__label {
color: var(--link-color);
font-weight: 600;
font-weight: 500;
margin: 0;
font-size: 1rem;
}
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/scss/pluginSetupWizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@
line-height: 100%;
margin-bottom: 5px;
min-height: 81px;
font-weight: 600;
font-weight: 500;
width: 80%;
}

Expand Down

0 comments on commit 937d17e

Please sign in to comment.