Skip to content

Commit

Permalink
Update CSS styles for color and layout***
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Feb 19, 2024
1 parent 894f726 commit 70a5d85
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
7 changes: 6 additions & 1 deletion 01JHU_INST-JHU/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ prm-brief-result .item-title span {
[class*="available"] > span {
color: #002d72;
}

[class*="unavailable"] {
color: #c44545;
}

.not_restricted {
color: #286140;
}
Expand Down Expand Up @@ -254,4 +259,4 @@ md-dialog.light-on-dark-dialog md-list md-list-item.list-login .md-button {
}
md-dialog.light-on-dark-dialog {
background-color: #002d72;
}
}
22 changes: 18 additions & 4 deletions 01JHU_INST-JHU/css/prm-location-items-after.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prm-location-items > * {
prm-location-items>* {
visibility: hidden;
height: 0;
width: 0;
Expand All @@ -15,6 +15,20 @@
}

/* Divs not hidden by default */
prm-location-items > div.tab-content-header.margin-bottom-small.margin-left-medium.layout-row.layout-align-space-between-end {
margin: 0;
}
prm-location-items>div.tab-content-header.margin-bottom-small.margin-left-medium.layout-row.layout-align-space-between-end {
margin: 0;
}

prm-location-items-after .skewed-divider {
display: none;
}


prm-service-button prm-icon md-icon.md-primoExplore-theme {
margin-left: .25em;
color: #fff;
}

prm-location-items-after > md-list > md-list-item > div.layout-row.flex > div > div.layout-wrap.layout-align-end-center.layout-row.flex-xs-100.flex-sm-30 {
flex-direction: column !important;
}

0 comments on commit 70a5d85

Please sign in to comment.