2020-09-02 02:46:13 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/breakpoints";
|
2018-10-19 04:37:14 +08:00
|
|
|
|
|
|
|
.echoTest {
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
&:focus {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
2019-05-14 21:15:54 +08:00
|
|
|
margin: 0 3rem 0 0;
|
|
|
|
|
|
|
|
[dir="rtl"] & {
|
|
|
|
margin: 0 0 0 3rem;
|
|
|
|
}
|
2018-10-19 04:37:14 +08:00
|
|
|
|
|
|
|
@include mq($small-only) {
|
2019-05-14 21:15:54 +08:00
|
|
|
margin: 0 1rem 0 0;
|
|
|
|
|
|
|
|
[dir="rtl"] & {
|
|
|
|
margin: 0 0 0 1rem;
|
|
|
|
}
|
2018-10-19 04:37:14 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
span:last-child {
|
|
|
|
color: black;
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|