2020-03-21 23:04:01 +08:00
|
|
|
@require '../variables.styl'
|
|
|
|
|
|
|
|
$description-font-size = 16px
|
|
|
|
|
2020-03-14 22:21:16 +08:00
|
|
|
.site-info {
|
2020-03-18 23:14:09 +08:00
|
|
|
|
2020-03-14 22:21:16 +08:00
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.avatar {
|
2020-03-21 23:04:01 +08:00
|
|
|
padding: 2px;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 1px solid $border-color;
|
2020-03-19 14:51:48 +08:00
|
|
|
width: 150px;
|
2020-03-14 22:21:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2020-03-21 23:04:01 +08:00
|
|
|
margin: 5px 0;
|
2020-03-14 22:21:16 +08:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
a {
|
2020-03-21 23:04:01 +08:00
|
|
|
color: $logo-title-color;
|
2020-03-14 22:21:16 +08:00
|
|
|
font-size: 30px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
padding 5px
|
2020-03-21 23:04:01 +08:00
|
|
|
font-size: $description-font-size;
|
2020-03-14 22:21:16 +08:00
|
|
|
}
|
|
|
|
|
2020-03-18 23:14:09 +08:00
|
|
|
}
|