2017-10-04 04:42:10 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/_all";
|
|
|
|
|
2017-11-17 19:52:48 +08:00
|
|
|
.echoTest {
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
|
|
|
|
2017-10-05 04:49:11 +08:00
|
|
|
.button {
|
2017-10-12 22:49:50 +08:00
|
|
|
&:focus {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
2017-10-05 04:49:11 +08:00
|
|
|
&:first-child {
|
2017-10-04 04:42:10 +08:00
|
|
|
margin-right: 3rem;
|
|
|
|
|
|
|
|
@include mq($small-only) {
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-05 04:49:11 +08:00
|
|
|
span:last-child {
|
|
|
|
color: black;
|
2017-10-04 04:42:10 +08:00
|
|
|
font-size: 1rem;
|
2017-10-05 04:49:11 +08:00
|
|
|
font-weight: 600;
|
2017-10-04 04:42:10 +08:00
|
|
|
}
|
|
|
|
}
|