|
|
@ -27,10 +27,11 @@
|
|
|
|
#cp-filepicker-dialog {
|
|
|
|
#cp-filepicker-dialog {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
.cp-modal {
|
|
|
|
.cp-modal {
|
|
|
|
|
|
|
|
border-radius: @variables_radius_L;
|
|
|
|
.cp-filepicker-content {
|
|
|
|
.cp-filepicker-content {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: flex-start;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -48,6 +49,7 @@
|
|
|
|
//height: 1em;
|
|
|
|
//height: 1em;
|
|
|
|
padding: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 5px;
|
|
|
|
margin: 5px;
|
|
|
|
|
|
|
|
border-radius: @variables_radius;
|
|
|
|
|
|
|
|
|
|
|
|
display: inline-flex;
|
|
|
|
display: inline-flex;
|
|
|
|
flex-flow: column;
|
|
|
|
flex-flow: column;
|
|
|
|