chore(docs): Fix prettier warnings (#2952)

* chore(docs): Fix prettier warnings
This commit is contained in:
Pete Johanson
2025-06-01 13:02:39 -06:00
committed by GitHub
parent 461f5c832f
commit cb00077273
7 changed files with 24 additions and 16 deletions

View File

@@ -15,7 +15,8 @@
.powerEstimateBar {
height: 64px;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
box-shadow:
rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 4px 0px;
border-radius: 64px;
display: flex;

View File

@@ -9,7 +9,8 @@
padding: 10px 20px;
background: var(--ifm-background-surface-color);
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
box-shadow:
rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 4px 0px;
}
@@ -40,7 +41,8 @@ span[data-tooltip]::before {
background: var(--ifm-background-surface-color);
opacity: 0;
visibility: hidden;
box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
box-shadow:
rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 4px 0px;
transition: opacity 0.2s ease;
transform: translate(-50%, -100%);
@@ -180,7 +182,8 @@ select > option {
padding: 20px 20px;
background: var(--ifm-background-surface-color);
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
box-shadow:
rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 4px 0px;
width: 500px;
}