2019-09-08 16:54:49 +00:00
|
|
|
.collection-container {
|
2019-11-24 19:58:16 +00:00
|
|
|
padding: #{24 / $base-font-size}rem #{66 / $base-font-size}rem;
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-09-08 16:54:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.collection-metadata {
|
2019-11-24 19:58:16 +00:00
|
|
|
width: #{1012 / $base-font-size}rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: #{24 / $base-font-size}rem;
|
2019-09-08 16:54:49 +00:00
|
|
|
}
|
|
|
|
|
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-11-24 19:58:16 +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-11-24 19:58:16 +00:00
|
|
|
margin-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
|
|
|
|
2019-09-17 18:48:37 +00:00
|
|
|
.collection-add-sketch {
|
2019-11-10 19:39:20 +00:00
|
|
|
min-width: #{600 / $base-font-size}rem;
|
2019-09-17 18:48:37 +00:00
|
|
|
overflow: scroll;
|
|
|
|
}
|
2019-09-18 07:10:10 +00:00
|
|
|
|
|
|
|
.collection-share {
|
|
|
|
text-align: right;
|
2019-10-03 04:41:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2019-11-10 18:35:44 +00:00
|
|
|
|
|
|
|
.collection-table-wrapper {
|
2019-11-24 19:58:16 +00:00
|
|
|
width: #{1012 / $base-font-size}rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
flex: 1;
|
2019-11-10 18:35:44 +00:00
|
|
|
@include themify() {
|
|
|
|
border: 1px solid getThemifyVariable('modal-border-color');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-has-items=false] .collection-table-wrapper {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collection-empty-message {
|
|
|
|
text-align: center;
|
|
|
|
font-size: #{16 / $base-font-size}rem;
|
|
|
|
}
|