forked from informatici/openhospital-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
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
SteveGT96
committed
Dec 13, 2024
1 parent
3ac6711
commit 219c014
Showing
3 changed files
with
24 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
@import "../../../../styles/variables"; | ||
@import "../../../../../node_modules/susy/sass/susy"; | ||
|
||
// .pie { | ||
// max-width: 300px; | ||
// max-height: 300px; | ||
// } | ||
@import "../../../../styles/variables"; | ||
@import "../../../../../node_modules/susy/sass/susy"; | ||
|
||
// .pie { | ||
// max-width: 300px; | ||
// max-height: 300px; | ||
// } | ||
|
||
canvas { | ||
height: 100% !important; | ||
width: unset !important; | ||
max-height: calc(100% - 100px) !important; | ||
aspect-ratio: 1 !important; | ||
} |
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