Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Aug 6, 2024
1 parent 643f7a7 commit 10eab88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@carbon/colors';
@use '@carbon/type';
@use '@carbon/layout';
@use '@carbon/colors';
@import '@openmrs/esm-styleguide/src/vars';
@use '@openmrs/esm-styleguide/src/vars' as *;

.container {
display: flex;
Expand All @@ -24,7 +24,7 @@

.critical-value {
@extend .abnormal-value;
border: solid 1px colors.$red-60;
border: 1px solid colors.$red-60;
background-color: colors.$red-20;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
justify-content: space-between;
align-items: center;
min-height: layout.$spacing-09;
margin: layout.$spacing-03 0 layout.$spacing-03 layout.$spacing-05;
margin: layout.$spacing-03 0 0 layout.$spacing-05;
outline: none;
pointer-events: visibleFill;
}
Expand Down

0 comments on commit 10eab88

Please # to comment.