Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelalf committed Mar 25, 2024
1 parent fbd90ee commit 99a3572
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kraken_frontend/src/styling/workspace-findings.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
grid-template-columns: min-content auto;
gap: 1em;
align-items: center;

}

.workspace-findings-selection-info > h1{
.workspace-findings-selection-info > h1 {
justify-self: start;
}

.workspace-findings-selection-info > div > .button{
.workspace-findings-selection-info > div > .button {
width: 3.5em;
border-radius: 0.5em;
}



.workspace-findings-selection-info > div > .button > .icon:hover{
box-shadow: inset 0 -3px 2em var(--red-button), 0 0 10em var(--red-button), 0 0 0.5em var(--red-button);
.workspace-findings-selection-info > div > .button > .icon:hover {
box-shadow:
inset 0 -3px 2em var(--red-button),
0 0 10em var(--red-button),
0 0 0.5em var(--red-button);
}

.workspace-findings-selection-info > .icon {
Expand Down

0 comments on commit 99a3572

Please sign in to comment.