Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Aug 13, 2024
1 parent 844f9f6 commit 76be044
Show file tree
Hide file tree
Showing 80 changed files with 100 additions and 99 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.container {
margin: 0 layout.$spacing-05;
Expand Down Expand Up @@ -67,7 +67,7 @@

.visitSummaryContainer {
width: 100%;
max-width: 768px;
max-width: 48rem;
margin: layout.$spacing-05 auto;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.container {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.expandedRow > td > div {
max-height: max-content !important;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/colors';
@use '@carbon/layout';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.wrapper {
position: relative;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.tileContainer {
height: layout.$spacing-10;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.monthly-cell {
border-left: 1px solid colors.$gray-20;
Expand Down Expand Up @@ -50,7 +50,7 @@
position: relative;
border-right: 1px solid colors.$gray-20;
border-bottom: 1px solid colors.$gray-20;
min-height: 120px;
min-height: 7.5rem;
color: colors.$white;

.week-time {
Expand Down Expand Up @@ -143,11 +143,11 @@
}

.smallDesktop {
height: 100px;
height: 6.25rem;
}

.largeDesktop {
height: 150px;
height: 9.375rem;
}

.red {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.content {
@include type.type-style('heading-compact-01');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.header {
@include type.type-style('body-compact-02');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.container {
flex-grow: 1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.metricsContainer {
display: flex;
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-appointments-app/src/past-visit/past-visit.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.wrapper {
margin-top: layout.$spacing-03;
Expand Down Expand Up @@ -68,13 +68,13 @@

.desktopTabs {
button {
height: 32px;
height: layout.$spacing-07;
}
}

.tabletTabs {
button {
height: 48px;
height: layout.$spacing-09;
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.layer {
height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.widgetCard {
border: 1px solid $ui-03;
max-width: 60;
max-width: 60rem;
margin: auto;
margin-top: layout.$spacing-05;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
color: $text-02;
margin: 0 0 layout.$spacing-03 0;
}

.checkbox {
&:not(:first-child) {
margin: 0 0;
margin: 0;
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use '@carbon/layout';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.padded {
padding: layout.$spacing-05;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.monthly-cell {
border-left: 1px solid colors.$gray-20;
Expand Down Expand Up @@ -74,7 +74,7 @@
position: relative;
border-right: 1px solid colors.$gray-20;
border-bottom: 1px solid colors.$gray-20;
min-height: 120px;
min-height: 7.5rem;
color: colors.$white;

.week-time {
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-appointments-app/src/workload/workload.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.workLoadCard {
display: flex;
Expand Down
8 changes: 4 additions & 4 deletions packages/esm-bed-management-app/src/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
height: layout.$spacing-12;
background-color: colors.$white-0;
display: flex;
padding-left: 8px;
padding-left: layout.$spacing-03;
justify-content: space-between;
border-bottom: 1px solid colors.$gray-20;
}
Expand Down Expand Up @@ -52,7 +52,7 @@
}

.middot {
margin: 0 layout.$spacing-02;
margin: 0 layout.$spacing-03;
}

.view {
Expand All @@ -66,7 +66,7 @@ svg.iconOverrides {
}

.svgContainer svg {
width: 72px;
height: 72px;
width: 4.5rem;
height: 4.5rem;
fill: var(--brand-03);
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.tile {
text-align: center;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.searchContainer {
display: grid;
Expand All @@ -16,7 +16,7 @@

.searchOverrides {
width: 100%;
max-width: 250px;
max-width: 15.625rem;
border: 0px !important;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
.filterEmptyStateContent {
@include type.type-style('heading-compact-02');
color: $text-02;
margin-bottom: layout.$spacing-02;
margin-bottom: layout.$spacing-03;
}

.filterEmptyStateHelper {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.label01 {
@include type.type-style('label-01');
Expand All @@ -17,7 +17,7 @@
position: absolute;
left: 0;
background-color: #fff;
margin-bottom: 20px;
margin-bottom: 1.25rem;
z-index: 99;
border: 1px solid $ui-03;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.productiveHeading02 {
@include type.type-style('heading-compact-02');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.label01 {
@include type.type-style('label-01');
Expand All @@ -18,7 +18,7 @@
position: absolute;
left: 0;
background-color: #fff;
margin-bottom: 20px;
margin-bottom: 1.25rem;
z-index: 99;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.subFieldRow {
margin-bottom: 5px;
margin-bottom: 0.3125rem;
}

.label {
Expand All @@ -28,15 +28,15 @@
}

.input {
margin-right: 5px;
margin-right: 0.3125rem;
}

.checkboxField {
display: flex;
flex-direction: row;
justify-content: flex-start;
width: 400px;
margin-left: 10px;
width: 25rem;
margin-left: 0.625rem;
}

.textInput {
Expand All @@ -52,7 +52,7 @@
.checkboxInput {
height: layout.$spacing-06 !important;
width: layout.$spacing-06 !important;
margin-top: 8px;
margin-top: layout.$spacing-03;
}

.selectInput {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.submit {
width: 250px;
width: 15.625rem;
}

.submit:hover {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.label01 {
@include type.type-style('label-01');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use '@carbon/layout';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.patientSearchBar {
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.patientSearchResult,
.deceased.patientSearchResult {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use '@carbon/layout';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.patientSearchBar {
width: 50vw;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@carbon/layout';
@use '@carbon/type';
@use '~@openmrs/esm-styleguide/src/vars' as *;
@use '@openmrs/esm-styleguide/src/vars' as *;

.searchResultsContainer {
width: 100%;
Expand Down
Loading

0 comments on commit 76be044

Please sign in to comment.