web-apps/apps/common/mobile/resources/less/about.less

43 lines
742 B
Plaintext
Raw Normal View History

2020-12-27 10:20:30 +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 {
color: @text-normal;
}
}
h3 {
font-weight: normal;
margin: 0;
&.vendor {
color: @text-normal;
font-weight: bold;
margin-top: 15px;
}
}
p > label {
margin-right: 5px;
}
.logo {
display: inline-block;
width: 100%;
height: 55px;
2021-10-22 20:03:03 +00:00
background: ~"url(@{common-image-about-path}/logo_s.svg) no-repeat center";
2020-12-27 10:20:30 +00:00
}
2021-07-19 21:11:44 +00:00
}