web-apps/apps/common/mobile/resources/less/about.less
2021-11-15 10:55:21 +03:00

51 lines
970 B
Plaintext

// @text-normal: #000;
// @common-image-about-path - defined in webpack config
.about {
.page-content {
text-align: center;
}
.content-block:first-child {
margin: 15px 0;
}
.content-block {
margin: 0 auto 15px;
a {
// color: @text-normal;
}
}
h3 {
font-weight: normal;
margin: 0;
color: @text-secondary;
&.vendor {
color: @text-normal;
font-weight: bold;
margin-top: 15px;
}
}
p > label {
margin-right: 5px;
color: @text-secondary;
}
.logo {
display: inline-block;
width: 100%;
height: 55px;
background: ~"url(@{common-image-about-path}/logo_s.svg) no-repeat center";
}
.theme-type-dark {
.about .logo {
background: ~"url(@{common-image-about-path}/logo-white_s.svg) no-repeat center";
}
}
}