2018-02-26 20:29:28 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/_all";
|
|
|
|
|
2018-01-19 00:36:34 +08:00
|
|
|
.button {
|
|
|
|
&:focus {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
2018-04-10 01:26:29 +08:00
|
|
|
span:first-child {
|
|
|
|
box-shadow: 0 2px 5px 0 rgb(0, 0, 0);
|
|
|
|
}
|
2018-01-19 00:36:34 +08:00
|
|
|
}
|
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-02-26 20:29:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
2018-03-14 20:16:57 +08:00
|
|
|
font-size: $font-size-small;
|
|
|
|
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-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-02-26 20:29:28 +08:00
|
|
|
}
|