Skip to content
Snippets Groups Projects
Commit 583569f8 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add styling

parent a42ba980
No related branches found
No related tags found
1 merge request!572AWS Updates
This commit is part of merge request !572. Comments created here will be created in the context of that merge request.
......@@ -499,7 +499,7 @@
/>
</div>
<div class="grid-col-12 padding-y-2">
<div class="grid-col-12 padding-y-2 calc-config">
<mat-expansion-panel
[disabled]="calcConfig() === null"
[expanded]="calcConfig() !== null"
......
@use '@angular/material' as mat;
@use '@ghsc/nshmp-template/styles/variables';
:host {
height: 100%;
width: 100%;
......@@ -54,3 +57,11 @@ mat-expansion-panel {
font-size: clamp(8px, 6px + 1vw, 14px);
}
}
.calc-config {
@include mat.expansion-overrides(
(
container-background-color: variables.$nshmp-surface-container-highest,
)
);
}
......@@ -45,9 +45,11 @@
</a>
</div>
<div>Submitted: {{ serviceResponse.date }}</div>
<div class="padding-bottom-1">
Submitted: {{ serviceResponse.date }}
</div>
<mat-expansion-panel class="grid-col-12 padding-top-1">
<mat-expansion-panel class="grid-col-12">
<mat-expansion-panel-header>
<mat-panel-title>Configuration</mat-panel-title>
</mat-expansion-panel-header>
......
@use '@angular/material' as mat;
@use '@ghsc/nshmp-template/styles/variables';
.code-block {
font-size: 11px;
}
......@@ -5,4 +8,16 @@
.history-cards {
overflow: auto;
max-height: 150vh;
@include mat.card-overrides(
(
outlined-container-color: variables.$nshmp-surface-container-high,
)
);
@include mat.expansion-overrides(
(
container-background-color: variables.$nshmp-surface-container-highest,
)
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment