2018-01-10 04:30:38 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/_all";
|
|
|
|
|
2017-09-20 01:47:57 +08:00
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
|
|
|
|
|
|
|
> * {
|
2018-01-10 04:30:38 +08:00
|
|
|
margin: 0 $sm-padding-x;
|
2017-10-11 02:03:29 +08:00
|
|
|
|
2018-01-10 23:44:21 +08:00
|
|
|
@include mq($small-only) {
|
|
|
|
margin: 0 $sm-padding-y;
|
2018-01-10 05:13:31 +08:00
|
|
|
}
|
|
|
|
|
2017-10-11 02:03:29 +08:00
|
|
|
span:first-child {
|
|
|
|
box-shadow: 0 2px 5px 0 rgb(0, 0, 0);
|
|
|
|
}
|
2017-09-20 01:47:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
> :last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-10-12 22:49:50 +08:00
|
|
|
|
|
|
|
.button {
|
|
|
|
&:focus {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
2017-11-17 19:52:48 +08:00
|
|
|
|
|
|
|
&.glow {
|
|
|
|
span:first-child{
|
|
|
|
box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px;
|
|
|
|
}
|
|
|
|
}
|
2017-10-12 22:49:50 +08:00
|
|
|
}
|