2021-11-12 07:37:06 +00:00
|
|
|
// @text-normal: #000;
|
2021-10-22 20:03:03 +00:00
|
|
|
// @common-image-about-path - defined in webpack config
|
2020-12-27 10:20:30 +00:00
|
|
|
|
|
|
|
.about {
|
|
|
|
.page-content {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-block:first-child {
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-block {
|
|
|
|
margin: 0 auto 15px;
|
|
|
|
|
|
|
|
a {
|
2021-11-12 07:37:06 +00:00
|
|
|
// color: @text-normal;
|
2020-12-27 10:20:30 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-03 10:52:07 +00:00
|
|
|
.settings-about-logo {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-12-27 10:20:30 +00:00
|
|
|
h3 {
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0;
|
2021-11-12 07:37:06 +00:00
|
|
|
color: @text-secondary;
|
2020-12-27 10:20:30 +00:00
|
|
|
|
|
|
|
&.vendor {
|
|
|
|
color: @text-normal;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
p > label {
|
2021-11-10 21:18:55 +00:00
|
|
|
color: @text-normal;
|
2020-12-27 10:20:30 +00:00
|
|
|
margin-right: 5px;
|
2021-11-12 07:37:06 +00:00
|
|
|
color: @text-secondary;
|
2020-12-27 10:20:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
2021-11-11 12:03:10 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
height: 55px;
|
|
|
|
background: ~"url(@{common-image-about-path}/logo_s.svg) no-repeat center";
|
2020-12-27 10:20:30 +00:00
|
|
|
}
|
2021-11-15 07:55:21 +00:00
|
|
|
|
|
|
|
.theme-type-dark {
|
|
|
|
.about .logo {
|
|
|
|
background: ~"url(@{common-image-about-path}/logo-white_s.svg) no-repeat center";
|
|
|
|
}
|
|
|
|
}
|
2021-07-19 21:11:44 +00:00
|
|
|
}
|
2021-11-11 12:03:10 +00:00
|
|
|
|
|
|
|
.theme-type-dark {
|
|
|
|
.about .logo {
|
|
|
|
background: ~"url(@{common-image-about-path}/logo-white_s.svg) no-repeat center";
|
|
|
|
}
|
|
|
|
}
|