Skip to content

Commit

Permalink
Wfnews 2075 (#2095)
Browse files Browse the repository at this point in the history
* wfnews-2075

* wfnews-2075
  • Loading branch information
yzlucas authored Oct 28, 2024
1 parent 6e5ff1d commit 185d694
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"files.maxMemoryForLargeFilesMB": 8192,
"java.compile.nullAnalysis.mode": "automatic",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx8G -Xms100m -javaagent:\"c:\\Users\\dhemsworth\\.vscode\\extensions\\vscjava.vscode-lombok-1.0.1\\server\\lombok.jar\"",
"angular.enable-strict-mode-prompt": false
"angular.enable-strict-mode-prompt": false,
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
.header-row {
display: flex;
height: 75px;
margin-top: -7px;
.icon {
margin-top: 15px;
}
Expand All @@ -67,7 +66,7 @@
box-sizing: border-box;
min-width: 363px;
h1 {
font-size: 22px;
font-size: 24px;
font-weight: 500;
margin-bottom: 0;
padding-bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../../styles/variables';

.header {
border-top: 1px solid var(--grays-gray-7, #dedede);
border-bottom: 1px solid var(--grays-gray-7, #dedede);
Expand Down Expand Up @@ -404,6 +406,22 @@
margin: auto;
}

@media (min-width: $desktop-md-min-width) {
.section {
padding: 20px 8px !important;
}

.section-header-row {
padding-top: 26px !important;
padding-bottom: 10px !important;
}

.section-header {
font-size: 24px !important;
font-weight: 500 !important;
}
}

// :host ::ng-deep .mat-mdc-tab.mdc-tab--active{
// font-family: 'BCSans', 'Open Sans', Verdana, Arial, sans-serif !important;
// font-size: 16px !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"liga" off;
font-family: "Noto Sans", "BCSans", "Open Sans", Verdana, Arial,
sans-serif;
font-size: 26px;
font-size: 24px;
font-style: normal;
font-weight: 600;
font-weight: 500;
line-height: 35px; /* 134.615% */
letter-spacing: 0.35px;
}
Expand Down Expand Up @@ -70,6 +70,8 @@
.title {
font-weight: bold;
color: #000;
font-size: 24px;
font-weight: 500;
}

.detail {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
min-width: 363px;
h1 {
font-size: 24px;
font-weight: normal;
font-weight: 500;
margin-bottom: 0;
padding-bottom: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ div {

.header-row {
display: flex;
margin: -30px 0px 10px 20px;
margin: 0px 0px 10px 20px;
}

p.dashboard-title {
font-size: 28px;
font-weight: 600;
font-size: 24px;
font-weight: 500;
line-height: 38.15px;
margin-bottom: 0.5%;
}
Expand Down

0 comments on commit 185d694

Please sign in to comment.