2016-11-05 14:53:44 -07:00
|
|
|
.explainer {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
> .empty-state {
|
2016-11-08 16:10:19 -08:00
|
|
|
margin: 30px 0;
|
2017-03-07 14:39:06 +00:00
|
|
|
font-size: 1.2rem;
|
2016-11-05 14:53:44 -07:00
|
|
|
color: $color-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .normal-state {
|
|
|
|
margin: 10px;
|
2017-03-07 14:39:06 +00:00
|
|
|
font-size: 1.2rem;
|
2016-11-05 14:53:44 -07:00
|
|
|
color: $color-gray;
|
|
|
|
}
|
|
|
|
}
|
2017-09-18 13:02:15 +01:00
|
|
|
|
|
|
|
.back-to-space {
|
2017-09-21 15:48:00 +01:00
|
|
|
margin: 0 0 10px 0;
|
|
|
|
display: inline-block;
|
2017-09-18 13:02:15 +01:00
|
|
|
|
|
|
|
> a {
|
|
|
|
> .regular-button {
|
|
|
|
> .name {
|
|
|
|
// max-width: 150px;
|
|
|
|
// @extend .truncate;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|