.home-supervision-title {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
font-size: var(--td-font-size-m);
|
margin-bottom: var(--td-spacer);
|
font-weight: 550;
|
color: var(--td-text-color-anti);
|
}
|
|
.picker-location {
|
color: var(--td-font-white-1) !important;
|
justify-content: flex-end !important;
|
width: initial !important;
|
max-width: 50vw;
|
/* background-color: lawngreen; */
|
}
|