Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp committed May 30, 2023
1 parent b32d8ed commit a74de39
Showing 1 changed file with 2 additions and 57 deletions.
59 changes: 2 additions & 57 deletions src/app/pages/dashboard/dashboard.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,45 +48,12 @@
margin-bottom: 2px;
}

hr {
background-color: var(--gds-grey-2);
height: 2px;
margin: 0 14px 0;
}

.version-number {
color: var(--mes-secondary-header);
margin-top: -4px;
}

.last-sync {
color: var(--mes-secondary-header);
margin-top: -4px;
}

#unauthenticated-mode-indicator {
text-align: center;
padding: 16px 0;
background: var(--gds-red);

#unauth-text {
color: var(--mes-white);
font-size: 20px;
font-weight: normal;
letter-spacing: 0.34px;
}
}

.toolbar-ios ion-title {
height: 100% !important;
}

#page-title {
color: var(--mes-secondary-header);
color: var(--gds-white);
}

#burger-menu {
color: var(--mes-secondary-header);
color: var(--gds-white);
}

hr {
Expand Down Expand Up @@ -132,26 +99,4 @@
span, ion-menu-button {
color: inherit;
}

.logout-modal {
.alert-head:before {
display: inline-block;
font-size: 68px;
content: '\f276';
font-family: "Ionicons";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-transform: none;
}

.alert-title {
padding-left: 72px;
padding-right: 72px;
}
}
}

0 comments on commit a74de39

Please sign in to comment.