95 lines
1.8 KiB
SCSS
95 lines
1.8 KiB
SCSS
.collection-container {
|
|
|
|
}
|
|
|
|
.collection-metadata {
|
|
margin: 0px #{56 / $base-font-size}rem;
|
|
padding: #{24 / $base-font-size}rem #{10 / $base-font-size}rem;
|
|
|
|
@include themify() {
|
|
background-color: getThemifyVariable('modal-background-color');
|
|
border-bottom: 1px dotted getThemifyVariable('modal-border-color');
|
|
}
|
|
}
|
|
|
|
.collection-metadata__columns {
|
|
display: flex;
|
|
}
|
|
|
|
.collection-metadata__column--left,
|
|
.collection-metadata__column--right {
|
|
flex: 1;
|
|
}
|
|
|
|
.collection-metadata__column--right {
|
|
align-self: flex-end;
|
|
}
|
|
|
|
.collection-metadata__name {
|
|
padding: #{12 / $base-font-size}rem 0;
|
|
}
|
|
|
|
.collection-metadata__name .editable-input__label span {
|
|
padding: 0.83333rem 0;
|
|
|
|
@include themify() {
|
|
color: getThemifyVariable('primary-text-color');
|
|
}
|
|
}
|
|
|
|
.collection-metadata__name,
|
|
.collection-metadata__name .editable-input__input {
|
|
font-size: 1.75rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.collection-metadata__user {
|
|
padding-top: #{12 / $base-font-size}rem;
|
|
padding-left: #{8 / $base-font-size}rem;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.collection-metadata__description {
|
|
padding-top: #{24 / $base-font-size}rem;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.collection-metadata__description .editable-input__label {
|
|
text-align: left;
|
|
|
|
@include themify() {
|
|
color: getThemifyVariable('primary-text-color');
|
|
}
|
|
}
|
|
|
|
.collection-metadata__description .editable-input__input {
|
|
width: 100%;
|
|
}
|
|
|
|
.collection-table-wrapper {
|
|
margin: #{28 / $base-font-size}rem #{56 / $base-font-size}rem;
|
|
}
|
|
|
|
.collection-add-sketch {
|
|
padding: #{24 / $base-font-size}rem;
|
|
overflow: scroll;
|
|
}
|
|
|
|
.collection-add-button {
|
|
padding: #{24 / $base-font-size}rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.collection-share {
|
|
text-align: right;
|
|
}
|
|
|
|
.collection-share__label {
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
|
|
.collection-share .copyable-input {
|
|
padding-bottom: 0;
|
|
}
|