Skip to content

Commit 58ad555

Browse files
committed
chore: format
1 parent 9ab88a4 commit 58ad555

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/components/databrowser/components/search/search-types-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,4 +539,4 @@ export type Language =
539539
| "tamil"
540540
| "turkish";
541541
542-
`
542+
`

src/globals.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
/* All these classes are already prefixed with .ups-db */
66
@layer base {
7-
87
*,
98
::before,
109
::after {
@@ -544,7 +543,9 @@ svg.tabler-icon {
544543
0% {
545544
opacity: 1;
546545
border-color: rgb(212, 212, 216);
547-
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
546+
box-shadow:
547+
0 4px 6px -1px rgb(0 0 0 / 0.1),
548+
0 2px 4px -2px rgb(0 0 0 / 0.1);
548549
visibility: visible;
549550
}
550551
99% {
@@ -556,4 +557,4 @@ svg.tabler-icon {
556557
box-shadow: none;
557558
visibility: hidden;
558559
}
559-
}
560+
}

0 commit comments

Comments
 (0)