Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Feb 7, 2024
1 parent bb581a5 commit 1a9cb05
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions app/caprieval/CaprievalReport.client.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
}


#Nglviewport {
top: 2rem;
}
Expand All @@ -28,59 +27,58 @@

.caprieval-report {
table {
@apply w-full text-sm
@apply w-full text-sm;
}

tr {
@apply border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted
@apply border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted;
}

th {
@apply sticky px-4 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0
@apply sticky px-4 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0;
}

td {
@apply p-4 align-middle [&:has([role=checkbox])]:pr-0
@apply p-4 align-middle [&:has([role=checkbox])]:pr-0;
}

.sort-icon {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
@apply cursor-pointer opacity-25 hover:opacity-100
@apply cursor-pointer opacity-25 hover:opacity-100;
}

.active {
@apply opacity-100
@apply opacity-100;
}

.viewport {
position: relative;
top: 5px;
left: 5px;
width: 800px;
height: 600px;
}

.dl {
position: absolute;
top: 2px;
left: 2px;
}

.Xbutton {
position: absolute;
top: 2px;
right: 2px;
}

.viewbutton {
cursor: pointer;
}

#structureViewerDialog {
@apply bg-background text-foreground
@apply bg-background text-foreground;
}

}
}

0 comments on commit 1a9cb05

Please sign in to comment.