Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anisometropie committed Feb 17, 2025
1 parent 2e88ab3 commit dfafc68
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions ui-spacetimechart/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@
.simple-rect-border-box::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
inset: 0;
background:
/* TOP BORDER */
repeating-linear-gradient(
Expand All @@ -73,7 +70,7 @@
transparent 4px
)
top 1px left 1px / 100% 1px no-repeat,
/* RIGHT */
/* BOTTOM BORDER */
repeating-linear-gradient(
0deg,
theme('colors.primary.90') 0px,
Expand All @@ -82,7 +79,7 @@
transparent 4px
)
bottom 1px right 1px / 1px 100% no-repeat,
/* BOTTOM BORDER */
/* BOTTOM BORDER */
repeating-linear-gradient(
90deg,
theme('colors.primary.90') 0px,
Expand All @@ -107,11 +104,9 @@
.simple-rect-border-box::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
inset: 0;
background:
/* TOP BORDER */
repeating-linear-gradient(
90deg,
theme('colors.white.100') 0px,
Expand All @@ -120,6 +115,7 @@
transparent 4px
)
top / 100% 3px no-repeat,
/* RIGHT BORDER */
repeating-linear-gradient(
0deg,
theme('colors.white.100') 0px,
Expand All @@ -128,6 +124,7 @@
transparent 4px
)
right / 3px 100% no-repeat,
/* BOTTOM BORDER */
repeating-linear-gradient(
90deg,
theme('colors.white.100') 0px,
Expand All @@ -136,6 +133,7 @@
transparent 4px
)
bottom / 100% 3px no-repeat,
/* LEFT BORDER */
repeating-linear-gradient(
0deg,
theme('colors.white.100') 0px,
Expand Down

0 comments on commit dfafc68

Please sign in to comment.