mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
22 lines
359 B
CSS
22 lines
359 B
CSS
.selectedValue {
|
|
composes: selectedValue from '~./EnhancedSelectInputSelectedValue.css';
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.path {
|
|
@add-mixin truncate;
|
|
|
|
flex: 1 0 0;
|
|
}
|
|
|
|
.freeSpace {
|
|
flex: 0 0 auto;
|
|
margin-left: 15px;
|
|
color: $gray;
|
|
text-align: right;
|
|
font-size: $smallFontSize;
|
|
}
|