zotero/scss/about.scss

90 lines
1.3 KiB
SCSS
Raw Normal View History

2023-12-21 09:46:49 +00:00
@import "abstracts/variables";
@import "abstracts/functions";
@import "abstracts/mixins";
@import "abstracts/placeholders";
@import "abstracts/utilities";
@import "abstracts/split-button";
@import "abstracts/svgicon";
@import "themes/light";
@import "themes/dark";
// Base
// --------------------------------------------------
@import "base/base";
dialog
{
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
2023-12-21 09:46:49 +00:00
appearance: none;
}
#aboutcontent
{
padding: 10px 16px;
font-size: 13px;
margin-bottom: 10px;
}
#logo {
margin: 7px 0 0 7px;
2023-12-21 09:46:49 +00:00
-moz-context-properties: fill, fill-opacity;
fill: var(--fill-primary);
}
#version
{
2023-12-21 09:46:49 +00:00
color: var(--fill-secondary);
margin-bottom: 5px;
-moz-user-select: text;
-moz-user-focus: normal;
cursor: text;
}
#changelog {
border: 0;
}
.subhead
{
margin-top: 5px;
font-weight: 600;
}
.subcontent
{
margin-left: 10px;
2010-09-16 07:31:32 +00:00
margin-bottom: 5px;
2007-10-23 07:11:59 +00:00
}
2017-07-09 01:31:45 +00:00
#about-text {
margin-top: .7em;
margin-bottom: .7em;
}
#about-text > p {
margin-left: .5em;
line-height: 1.4em;
2007-10-23 07:11:59 +00:00
}
span.text-link {
cursor: pointer;
color: -moz-nativehyperlinktext;
}
span.text-link:hover {
text-decoration: underline;
2007-10-23 07:11:59 +00:00
}
/* Remove default underline from XUL links */
label.zotero-text-link {
text-decoration: none;
2007-10-23 07:11:59 +00:00
}
label.zotero-text-link:hover {
text-decoration: underline;
}