2016-03-11 00:48:53 +00:00
|
|
|
.about-dlg {
|
|
|
|
.asc-about-office {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
margin-bottom: 5px;
|
2018-10-25 12:16:27 +00:00
|
|
|
|
2018-11-02 08:30:47 +00:00
|
|
|
&:before {
|
2021-04-06 13:21:55 +00:00
|
|
|
//content: if(@icon-src-base64, data-uri(%("%s",'@{common-image-path}/about/logo.png')), ~"url('@{common-image-const-path}/about/logo.png')");
|
|
|
|
content: ~"url('@{common-image-const-path}/about/logo_s.svg')";
|
2018-11-02 08:30:47 +00:00
|
|
|
|
2021-04-06 13:21:55 +00:00
|
|
|
.theme-dark & {
|
|
|
|
content: ~"url('@{common-image-const-path}/about/logo-white_s.svg')";
|
2018-11-02 08:30:47 +00:00
|
|
|
}
|
2021-04-06 13:21:55 +00:00
|
|
|
|
|
|
|
height: 45px;
|
|
|
|
width: auto;
|
2018-10-25 12:16:27 +00:00
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.asc-about-header {
|
|
|
|
margin: 0 30px;
|
|
|
|
font: 12px Tahoma;
|
|
|
|
letter-spacing: 1px;
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-normal-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
color: @text-normal;
|
2020-11-18 19:03:16 +00:00
|
|
|
font-weight: bold;
|
2016-03-11 00:48:53 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.asc-about-version {
|
|
|
|
font: 15px Tahoma;
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-tertiary-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
color: @text-tertiary;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.asc-about-companyname {
|
|
|
|
font: bold 15px Tahoma;
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-normal-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
color: @text-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
&.asc-about-desc,
|
|
|
|
&.asc-about-desc-name,
|
|
|
|
&.asc-about-lic {
|
|
|
|
font: 12px Tahoma;
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-normal-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
color: @text-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.asc-about-desc-name {
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-normal-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
color: @text-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.asc-about-lic {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
font: 12px Tahoma;
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-normal-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
color: @text-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.separator.horizontal {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&.short {
|
|
|
|
width: 220px;
|
|
|
|
|
|
|
|
&.left {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-small {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-large {
|
|
|
|
padding-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.margin-bottom {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2019-10-09 12:05:59 +00:00
|
|
|
}
|