generated from TheMrPhantom/react-vorlage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
themrphantom
committed
Dec 22, 2024
1 parent
311a58e
commit dcf4980
Showing
22 changed files
with
102 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
frontend/src/Components/Admin/Members/exchangedialog.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
frontend/src/Components/Admin/Members/memberChange.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
@import "../../Common/variables.module.scss"; | ||
@use "../../Common/variables.module.scss"; | ||
|
||
.editMemberRow { | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: nowrap; | ||
gap: $flex-gap; | ||
gap: variables.$flex-gap; | ||
} | ||
|
||
.editMemberContainer { | ||
display: flex; | ||
flex-direction: column; | ||
gap: $flex-gap; | ||
gap: variables.$flex-gap; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
frontend/src/Components/Admin/Statistics/statistics.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@import "../../Common/variables.module.scss"; | ||
@use "../../Common/variables.module.scss"; | ||
|
||
.container{ | ||
padding: $padding; | ||
padding: variables.$padding; | ||
} |
4 changes: 2 additions & 2 deletions
4
frontend/src/Components/Admin/Transactions/transactions.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
frontend/src/Components/Common/NavigationButton/navigationbutton.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
@import "../../Common/variables.module.scss"; | ||
@use "../../Common/variables.module.scss"; | ||
|
||
.aboutDialogRow { | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
align-items: baseline; | ||
justify-content: flex-start; | ||
gap: $flex-gap; | ||
gap: variables.$flex-gap; | ||
} | ||
|
||
.aboutDialogContainer { | ||
display: flex; | ||
flex-direction: column; | ||
flex-wrap: wrap; | ||
align-items: flex-start; | ||
gap: calc(1.5 * $flex-gap); | ||
gap: calc(1.5 * variables.$flex-gap); | ||
} |
6 changes: 3 additions & 3 deletions
6
frontend/src/Components/Common/WarningPopup/warningpopup.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
@import "../../Common/variables.module.scss"; | ||
@use "../../Common/variables.module.scss"; | ||
|
||
.title { | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
align-items: center; | ||
gap: $flex-gap; | ||
gap: variables.$flex-gap; | ||
} | ||
|
||
.actions { | ||
display: flex !important; | ||
flex-direction: row-reverse; | ||
flex-wrap: wrap; | ||
justify-content: space-between !important; | ||
gap: $flex-gap; | ||
gap: variables.$flex-gap; | ||
} |
Oops, something went wrong.