-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update example styles for website (#3310)
- Loading branch information
1 parent
2571cb4
commit 672f104
Showing
92 changed files
with
922 additions
and
999 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
sites/x6-sites/src/tutorial/basic/edge/connector/index.less
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 @@ | ||
.app { | ||
.connector-app { | ||
display: flex; | ||
width: 100%; | ||
padding: 0; | ||
padding: 16px 8px; | ||
font-family: sans-serif; | ||
} | ||
|
||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
} | ||
} |
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
18 changes: 9 additions & 9 deletions
18
sites/x6-sites/src/tutorial/basic/edge/custom-marker/index.less
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 @@ | ||
.app { | ||
.custom-marker-app { | ||
display: flex; | ||
width: 100%; | ||
padding: 0; | ||
padding: 16px 8px; | ||
font-family: sans-serif; | ||
} | ||
|
||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
} | ||
} |
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,14 +1,14 @@ | ||
.app { | ||
.labels-app { | ||
display: flex; | ||
width: 100%; | ||
padding: 0; | ||
padding: 16px 8px; | ||
font-family: sans-serif; | ||
} | ||
|
||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
} | ||
} |
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
18 changes: 9 additions & 9 deletions
18
sites/x6-sites/src/tutorial/basic/edge/native-marker/index.less
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 @@ | ||
.app { | ||
.native-marker-app { | ||
display: flex; | ||
width: 100%; | ||
padding: 0; | ||
padding: 16px 8px; | ||
font-family: sans-serif; | ||
} | ||
|
||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
} | ||
} |
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,21 +1,19 @@ | ||
.app { | ||
display: flex; | ||
flex-direction: column; | ||
.prop-app { | ||
padding: 0; | ||
padding: 16px 8px; | ||
font-family: sans-serif; | ||
} | ||
|
||
.app-btns { | ||
bottom: 0; | ||
padding: 0 8px; | ||
} | ||
.app-btns { | ||
bottom: 0; | ||
margin: 0; | ||
padding: 0 8px; | ||
} | ||
|
||
.app-content { | ||
height: 240px; | ||
margin-top: 16px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
border-radius: 5px; | ||
box-shadow: 0 12px 5px -10px rgb(0 0 0 / 10%), 0 0 4px 0 rgb(0 0 0 / 10%); | ||
.app-content { | ||
width: 100%; | ||
height: 240px; | ||
margin: 0; | ||
margin-top: 16px; | ||
border-radius: 5px; | ||
box-shadow: 0 12px 5px -10px rgb(0 0 0 / 10%), 0 0 4px 0 rgb(0 0 0 / 10%); | ||
} | ||
} |
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
22 changes: 11 additions & 11 deletions
22
sites/x6-sites/src/tutorial/basic/edge/registry/index.less
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,15 +1,15 @@ | ||
.app { | ||
.registry-app { | ||
display: flex; | ||
width: 100%; | ||
padding: 0; | ||
padding: 16px 8px; | ||
font-family: sans-serif; | ||
} | ||
|
||
.app-content { | ||
flex: 1; | ||
height: 280px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
border-radius: 5px; | ||
box-shadow: 0 12px 5px -10px rgb(0 0 0 / 10%), 0 0 4px 0 rgb(0 0 0 / 10%); | ||
} | ||
.app-content { | ||
flex: 1; | ||
height: 280px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
border-radius: 5px; | ||
box-shadow: 0 12px 5px -10px rgb(0 0 0 / 10%), 0 0 4px 0 rgb(0 0 0 / 10%); | ||
} | ||
} |
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,14 +1,14 @@ | ||
.app { | ||
.router-app { | ||
display: flex; | ||
width: 100%; | ||
padding: 0; | ||
padding: 16px 8px; | ||
font-family: sans-serif; | ||
} | ||
|
||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
} | ||
} |
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,14 +1,14 @@ | ||
.app { | ||
.vertices-app { | ||
display: flex; | ||
width: 100%; | ||
padding: 0; | ||
padding: 16px 8px; | ||
font-family: sans-serif; | ||
} | ||
|
||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
.app-content { | ||
flex: 1; | ||
height: 320px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
} | ||
} |
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
18 changes: 9 additions & 9 deletions
18
sites/x6-sites/src/tutorial/basic/event/custom-click/index.less
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 @@ | ||
.app { | ||
.custom-click-app { | ||
display: flex; | ||
width: 100%; | ||
padding: 0; | ||
padding: 16px 8px; | ||
font-family: sans-serif; | ||
} | ||
|
||
.app-content { | ||
flex: 1; | ||
height: 200px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
.app-content { | ||
flex: 1; | ||
height: 200px; | ||
margin-right: 8px; | ||
margin-left: 8px; | ||
box-shadow: 0 0 10px 1px #e9e9e9; | ||
} | ||
} |
Oops, something went wrong.