2018-02-26 20:29:28 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/_all";
|
2018-11-28 20:59:03 +08:00
|
|
|
@import "/imports/ui/components/actions-bar/styles.scss";
|
2018-02-26 20:29:28 +08:00
|
|
|
|
|
|
|
.imageSize {
|
|
|
|
height: 4rem;
|
2018-03-14 20:16:57 +08:00
|
|
|
@include mq($small-only) {
|
|
|
|
margin: auto 1rem;
|
2018-10-19 04:37:14 +08:00
|
|
|
}
|
2018-02-26 20:29:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
2018-10-19 04:37:14 +08:00
|
|
|
font-size: var(--font-size-small);
|
2018-03-14 20:16:57 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
margin-top: .5rem;
|
2018-04-14 04:34:46 +08:00
|
|
|
color: inherit;
|
|
|
|
|
2018-02-26 20:29:28 +08:00
|
|
|
@include mq($small-only) {
|
2018-03-14 20:16:57 +08:00
|
|
|
margin-top: 0;
|
|
|
|
font-size: 90%;
|
2018-10-19 04:37:14 +08:00
|
|
|
}
|
2018-02-26 20:29:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
2018-03-14 20:16:57 +08:00
|
|
|
flex-direction: column;
|
2018-02-26 20:29:28 +08:00
|
|
|
align-items: center;
|
2018-04-14 04:34:46 +08:00
|
|
|
|
2018-03-14 20:16:57 +08:00
|
|
|
@include mq($small-only) {
|
|
|
|
flex-direction: row;
|
2018-10-19 04:37:14 +08:00
|
|
|
}
|
2018-02-26 20:29:28 +08:00
|
|
|
}
|