Repository URL to install this package:
|
Version:
3.12.20 ▾
|
@filerobot/explorer
/
lib
/
components
/
CollectionsView
/
Collection
/
PreviewCollectionDialog
/
index.scss
|
|---|
// packages/@filerobot/explorer/src/components/PreviewCollectionDialog/index.jsx
.filerobot-Explorer-PreviewCollectionDialog {
&-header {
padding: 12px 12px 12px 6px;
height: 11%;
display: flex;
align-items: center;
justify-content: space-between;
background-color: $background-primary;
border-bottom: 1px solid $border;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
& label {
margin-left: 8px;
font-size: 14px;
}
[data-filerobot-floaty="true"] & {
padding: 20px 8px 20px 20px;
}
&-leftSide {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
[data-filerobot-floaty="true"] & {
justify-content: initial;
}
svg {
margin-right: auto;
}
[data-filerobot-floaty="true"] & {
margin-right: initial;
}
}
}
&-body {
width: 100%;
height: 89%;
position: relative;
overflow: auto;
padding: 12px;
}
}