2019-09-08 16:54:49 +00:00
|
|
|
.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');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-09-18 07:10:10 +00:00
|
|
|
.collection-metadata__columns {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collection-metadata__column--left,
|
|
|
|
.collection-metadata__column--right {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collection-metadata__column--right {
|
|
|
|
align-self: flex-end;
|
2019-10-03 04:41:57 +00:00
|
|
|
|
|
|
|
display: flex;
|
2019-10-03 16:38:52 +00:00
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-end;
|
2019-10-03 04:41:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.collection-metadata__column--right > * {
|
2019-10-03 16:38:52 +00:00
|
|
|
margin-left: #{10 / $base-font-size}rem;
|
2019-09-18 07:10:10 +00:00
|
|
|
}
|
|
|
|
|
2019-09-16 20:58:32 +00:00
|
|
|
.collection-metadata__name {
|
2019-10-03 16:38:52 +00:00
|
|
|
padding: #{8 / $base-font-size}rem 0;
|
2019-09-16 20:58:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.collection-metadata__name .editable-input__label span {
|
|
|
|
padding: 0.83333rem 0;
|
2019-09-18 07:10:10 +00:00
|
|
|
|
|
|
|
@include themify() {
|
|
|
|
color: getThemifyVariable('primary-text-color');
|
|
|
|
}
|
2019-09-16 20:58:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.collection-metadata__name,
|
|
|
|
.collection-metadata__name .editable-input__input {
|
|
|
|
font-size: 1.75rem;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2019-09-08 16:54:49 +00:00
|
|
|
.collection-metadata__user {
|
2019-10-03 04:41:57 +00:00
|
|
|
padding-top: #{8 / $base-font-size}rem;
|
2019-09-18 07:10:10 +00:00
|
|
|
font-size: 14px;
|
2019-09-08 16:54:49 +00:00
|
|
|
}
|
|
|
|
|
2019-10-03 16:38:52 +00:00
|
|
|
.collection-metadata--is-owner .collection-metadata__user {
|
|
|
|
padding-left: #{8 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
2019-09-08 16:54:49 +00:00
|
|
|
.collection-metadata__description {
|
2019-10-03 04:41:57 +00:00
|
|
|
padding-top: #{8 / $base-font-size}rem;
|
2019-09-18 07:10:10 +00:00
|
|
|
text-align: left;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collection-metadata__description .editable-input__label {
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
@include themify() {
|
|
|
|
color: getThemifyVariable('primary-text-color');
|
|
|
|
}
|
2019-09-16 20:58:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.collection-metadata__description .editable-input__input {
|
|
|
|
width: 100%;
|
2019-09-08 16:54:49 +00:00
|
|
|
}
|
2019-09-16 21:13:20 +00:00
|
|
|
|
|
|
|
.collection-table-wrapper {
|
|
|
|
margin: #{28 / $base-font-size}rem #{56 / $base-font-size}rem;
|
|
|
|
}
|
2019-09-17 18:48:37 +00:00
|
|
|
|
|
|
|
.collection-add-sketch {
|
|
|
|
padding: #{24 / $base-font-size}rem;
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
2019-09-18 07:10:10 +00:00
|
|
|
|
|
|
|
.collection-share {
|
|
|
|
text-align: right;
|
2019-10-03 04:41:57 +00:00
|
|
|
// padding: #{10 / $base-font-size}rem #{30 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collection-share__button {
|
|
|
|
@extend %button;
|
2019-09-18 07:10:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.collection-share__label {
|
|
|
|
display: block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collection-share .copyable-input {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2019-10-03 04:41:57 +00:00
|
|
|
|
|
|
|
.collection-metadata__add-button {
|
|
|
|
@extend %primary-button;
|
|
|
|
flex-grow: 0;
|
|
|
|
}
|