Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
.home-page {
.wrapper {
display: block;
position: relative;
top: 5vh;
}
.welcome {
#home-welcome-user, #home-facility {
font-size: 20px;
}
@media (min-width: 737px) {
#home-welcome-user {
font-size: 30px;
}
}
.facility-readout {
border-top: 1px;
border-top-style: solid;
border-color: $borderColor;
padding-top: 10px;
}
}
}
.field-header {
position: absolute;
right: 10px;
}
.primary-header {
.top-btn {
float: right;
padding-right: 10px;
button {
position: relative;
top: -5px;
width: auto;
padding-top: 3px;
@extend .btn;
@extend .btn-secondary;
}
.btn + .btn {
margin-left: 5px;
}
}
}
.secondary-header {
#change-location-btn {
float: right;
margin-top: 4px;
width: 80px;
height: auto;
position: static;
top: 0px;
padding-right: 12px;
padding-left: 12px;
background-color: $COLOR_DARK_WHITE;
color: $COLOR_DARK_BLUE;
white-space: normal;
font-size: 12px;
margin-right: 6px;
}
#change-location-btn:hover {
color: $COLOR_DARK_BLUE;
background-color: $COLOR_GRAY;
}
}
.manage-settings-content {
margin: 5px 30px;
h4.table-heading {
margin-top: $font-size-h4 + 10px;
}
.list-table {
clear: both; // for required field span
select {
width: 100%
}
}
.type-of-care-cell {
max-width: calc(15em + 6px);
}
.table-header-separator {
border-right: 1px solid $borderColor;
}
select {
white-space: normal;
width: auto;
min-width: 40px;
}
.bottom-btn {
margin-top: 15px;
padding: 10px 0 20px;
text-align: right;
border-top: 1px solid $borderColor;
.btn + .btn {
margin-left: 5px;
}
}
.resetting-panel-btn {
margin-top: 15px;
padding: 0;
text-align: right;
.btn + .btn {
margin-left: 5px;
}
}
#direct-scheduling-settings-institution-label, #request-settings-institution-label, #custom-messages-institution-label {
font-weight: bold;
}
.page-name {
padding-top: 15px;
margin: 1px;
font-weight: bold;
}
}
.cell-stop-codes {
display: inline-block;
}
.custom-requests {
.input-checkbox-label-content {
color: #000;
}
input[disabled] + span {
opacity: 0.75;
}
input[disabled] + label {
opacity: 0.75;
}
.status-container {
display: inline-block;
margin-bottom: 10px;
}
.version-status-info {
margin-left: 20px;
th, td {
font-size: 18px;
}
td {
width: 33%;
}
}
.instructions-wrapper {
> * {
padding-top: 6px;
}
.description-instructions {
padding-left: 10px;
font-weight: normal;
font-size: 14px;
}
}
h4.table-heading {
margin-top: $font-size-h4 + 10px;
}
.list-table {
clear: both; // for required field span
}
.type-of-care-cell {
max-width: calc(15em + 6px);
}
.table-header-separator {
border-right: 1px solid $borderColor;
}
.resetting-panel-btn {
margin-top: 15px;
padding: 0;
text-align: right;
.btn + .btn {
margin-left: 5px;
}
}
}
div#menu-institution-name {
display: table;
vertical-align: middle;
width: 101%;
padding-top:0px;
}
@import 'institution-choice/institution-choice_styles';