@vidal-community/vidal-web-components
Version:
Vidal Web Components
113 lines (97 loc) • 1.86 kB
JavaScript
import { css } from 'lit';
export const formStyle = css `
.column {
flex-basis: 100%;
font-weight: 500;
font-size: 14px;
}
.ucd-select,
.dose-select {
cursor: pointer;
border: 1px solid #ceced4;
border-radius: 2px;
background: white;
padding: 4px 8px;
}
.dose-select {
width: 50%;
}
.equivalent-select {
display: flex;
flex-direction: column;
gap: 8px;
}
.formulary {
display: flex;
flex-direction: column;
gap: 12px;
}
.substitution-level {
font-weight: 600;
font-size: 14px;
color: #417650;
}
.prescription {
display: flex;
flex-direction: column;
gap: 4px;
}
.dose {
color: #5f6164;
font-weight: 500;
font-size: 12px;
}
.equivalent-container {
background-color: #f7f7f8;
border: 1px solid #e9eaed;
display: flex;
margin-top: 12px;
border-radius: 2px;
padding: 20px;
}
.checkbox {
display: flex;
justify-content: space-between;
padding-right: 20px;
}
.possibility-container {
display: flex;
flex-direction: column;
gap: 8px;
}
.combination-table {
table-layout: fixed;
width: 100%;
border: solid 1px;
border-radius: 2px;
padding: 8px;
}
.equivalent-drug-dose,
.equivalent-dose-button {
text-align: right;
}
.equivalent-drug-name {
width: 50%;
padding: 0px 0px 8px 0px;
}
.empty-equivalent {
width: 50%;
padding: 0px;
}
.show-more {
cursor: pointer;
align-items: center;
display: flex;
color: var(--brand-hover, var(--accent-hover, #9e102a));
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%;
}
.show-more img {
height: auto;
padding-right: 6px;
width: 15px;
}
`;
//# sourceMappingURL=vidal-equivalent-form-styles.js.map