-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove Panel, Window and Titlebar components
BREAKING CHANGE: Panel, Window and Titlebar components are not existing anymore
- Loading branch information
1 parent
c0cffa8
commit c749faa
Showing
20 changed files
with
74 additions
and
1,506 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,33 +1,16 @@ | ||
.add-wms-panel { | ||
.body { | ||
display: flex; | ||
flex-direction: column; | ||
|
||
.ant-checkbox-group { | ||
flex: 1; | ||
height: 100%; | ||
overflow-y: auto; | ||
} | ||
|
||
.add-wms-layer-checkbox-line { | ||
padding: 5px; | ||
margin: 1px; | ||
display: flex; | ||
flex: 1; | ||
align-items: center; | ||
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
display: flex; | ||
flex-direction: column; | ||
|
||
.add-wms-add-info-icon { | ||
margin-left: 5px; | ||
} | ||
} | ||
.ant-checkbox-group { | ||
flex: 1; | ||
height: 100%; | ||
overflow-y: auto; | ||
} | ||
|
||
.react-geo-titlebar { | ||
.react-geo-simplebutton { | ||
margin-right: 5px; | ||
} | ||
} | ||
.buttons { | ||
display: flex; | ||
gap: 5px; | ||
justify-content: end; | ||
} | ||
} |
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
Oops, something went wrong.