Lidarr/frontend/src/Components/Form/RootFolderSelectInputSelect...

23 lines
365 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.selectedValue {
composes: selectedValue from '~./EnhancedSelectInputSelectedValue.css';
2017-09-04 02:20:56 +00:00
display: flex;
align-items: center;
justify-content: space-between;
overflow: hidden;
}
.path {
2017-10-02 03:05:28 +00:00
@add-mixin truncate;
2017-09-04 02:20:56 +00:00
flex: 1 0 0;
}
.freeSpace {
flex: 0 0 auto;
2017-09-04 02:20:56 +00:00
margin-left: 15px;
color: var(--gray);
2017-09-04 02:20:56 +00:00
text-align: right;
font-size: $smallFontSize;
}