80 lines
1.6 KiB
Plaintext
80 lines
1.6 KiB
Plaintext
.about-dlg {
|
|
.asc-about-office {
|
|
background-repeat: no-repeat;
|
|
margin-bottom: 5px;
|
|
content: data-uri('@{common-image-path}/about/logo.png');
|
|
|
|
@media
|
|
only screen and (-webkit-min-device-pixel-ratio: 2),
|
|
only screen and (min-resolution: 2dppx),
|
|
only screen and (min-resolution: 192dpi) {
|
|
content: data-uri('@{common-image-path}/about/logo@2x.png');
|
|
}
|
|
}
|
|
|
|
.asc-about-header {
|
|
margin: 0 30px;
|
|
font: 12px Tahoma;
|
|
letter-spacing: 1px;
|
|
color: #666666;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.asc-about-version {
|
|
font: 15px Tahoma;
|
|
color: #b6b6b6;
|
|
}
|
|
|
|
.asc-about-companyname {
|
|
font: bold 15px Tahoma;
|
|
color: #333;
|
|
}
|
|
|
|
label {
|
|
&.asc-about-desc,
|
|
&.asc-about-desc-name,
|
|
&.asc-about-lic {
|
|
font: 12px Tahoma;
|
|
color: #333;
|
|
}
|
|
|
|
&.asc-about-desc-name {
|
|
color: #666666;
|
|
white-space: pre;
|
|
}
|
|
|
|
&.asc-about-lic {
|
|
font-weight: bold;
|
|
}
|
|
|
|
}
|
|
|
|
a {
|
|
font: 12px Tahoma;
|
|
color: #333;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
} |