Skip to content

Commit

Permalink
Update more stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jun 29, 2024
1 parent 42af3a6 commit 8dd0c26
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Parlance.ClientApp/src/components/Hero.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.heroContainer {
.heroContainer.heroContainer {
background-color: var(--hover-color);
}

Expand Down
2 changes: 1 addition & 1 deletion Parlance.ClientApp/src/components/LineEdit.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flex-direction: column;

background: var(--layer-color);
border-radius: 4px;
border-radius: var(--border-radius);

cursor: text;
border: 3px solid transparent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ div.preloadingBlock {
background-size: 200% 100%;
color: transparent;
user-select: none;
border-radius: var(--border-radius);
}

:global(.ltr) div.preloadingBlock {
Expand Down
2 changes: 1 addition & 1 deletion Parlance.ClientApp/src/components/SmallButton.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

border: 1px solid var(--border-color);
padding: 5px;
border-radius: 4px;
border-radius: var(--border-radius);

cursor: default;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.glossaryManagerSide {
padding: 10px;
background: var(--layer-color);
border-radius: 4px;
border-radius: var(--border-radius);
}

.glossaryItem {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
position: absolute;
right: 0;
padding: 9px;
border-radius: 4px;
border-radius: var(--border-radius);
background-color: var(--layer-color);
margin-top: 3px;
backdrop-filter: blur(100px);
Expand Down

0 comments on commit 8dd0c26

Please sign in to comment.