mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
keyframes
This commit is contained in:
parent
891b4b27d8
commit
6ffd0fc3a6
@ -37,6 +37,7 @@
|
||||
"comment-word-disallowed-list": null,
|
||||
"custom-property-pattern": null,
|
||||
"no-descending-specificity": null,
|
||||
"keyframes-name-pattern": null,
|
||||
"@stylistic/declaration-block-trailing-semicolon": "always"
|
||||
}
|
||||
}
|
||||
|
@ -71,7 +71,7 @@ body {
|
||||
rgba(251, 7, 217, 1) 90%,
|
||||
rgba(255, 0, 0, 1) 100%
|
||||
) !important;
|
||||
color: fff !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
@ -89,7 +89,7 @@ body {
|
||||
rgba(251, 7, 217, 1) 90%,
|
||||
rgba(255, 0, 0, 1) 100%
|
||||
) !important;
|
||||
color: fff !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
#support-section {
|
||||
|
@ -692,6 +692,7 @@ fieldset:disabled .btn {
|
||||
.form-check > input:first-child:disabled + input[type="hidden"] + label::before {
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
/* stylelint-disable-next-line declaration-property-value-no-unknown */
|
||||
filter: alpha(opacity=65);
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
|
||||
.material-symbols-rounded {
|
||||
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
||||
font-family: 'Material Symbols Rounded';
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
@ -20,5 +21,6 @@
|
||||
word-wrap: normal;
|
||||
direction: ltr;
|
||||
-webkit-font-feature-settings: 'liga';
|
||||
font-feature-settings: 'liga';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
#PDFBug .stats {
|
||||
font-family: courier;
|
||||
font-family: courier, monospace;
|
||||
font-size: 10px;
|
||||
white-space: pre;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user