2020-05-19 07:14:40 +00:00
|
|
|
#state_AboutState {
|
2020-05-19 13:03:13 +00:00
|
|
|
> .container .content {
|
2020-07-23 06:48:23 +00:00
|
|
|
@include S(max-width, 600px);
|
2020-05-19 07:14:40 +00:00
|
|
|
@include PlainText;
|
2020-07-23 06:48:23 +00:00
|
|
|
padding: 0;
|
2020-07-23 07:07:51 +00:00
|
|
|
background: transparent;
|
2020-07-23 06:48:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.head {
|
2020-07-23 07:07:51 +00:00
|
|
|
@include S(padding, 20px);
|
2020-07-23 06:48:23 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
2020-07-23 07:07:51 +00:00
|
|
|
@include S(max-width, 200px);
|
2020-07-23 06:48:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
@include S(margin, 10px);
|
2020-05-19 07:14:40 +00:00
|
|
|
}
|
2020-05-21 21:57:38 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
@include S(margin, 0, 3px);
|
|
|
|
}
|
2020-05-19 07:14:40 +00:00
|
|
|
}
|