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
.medications {
p {
font-size: inherit;
}
span {
margin-right: 2px;
}
.full-button-wrapper {
button {
text-align: left;
width: 55%;
}
.add-btn {
text-align: center;
}
}
.row {
margin-bottom: 10px;
}
h3 {
margin: 0;
}
.glyphicon {
font-size: 15px;
}
.delete-med-button {
background: 0 0;
border: 0 none;
font-size: 22px;
width: 44px;
}
/* OVERRIDES TO BOOTSTRAP dropdown-menu CLASS FOR OUR NEEDS */
.dropdown-menu > li {
border-bottom: 1px solid $COLOR_GRAY;
}
.dropdown-menu > li > a {
white-space: normal;
}
}
.medication-item-first-row {
padding-top: 10px;
.medication-header {
font-family: 'Open Sans';
font-size: 16px;
margin: 0;
padding-left: 0px;
}
}
.medicationEntryForm {
margin-bottom: 50px;
.dropdown-menu {
max-height: 150px;
overflow-y: auto;
}
.med-label {
color:#314551;
}
}
.medication-frequency-wrapper {
.legend-label {
font-weight:normal;
color:#314551;
margin-bottom:5px;
}
.no-left-padding {
padding-left:0px;
}
}