diff options
| author | Haishan <[email protected]> | 2020-06-07 17:09:23 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-06-07 17:09:23 +0800 |
| commit | 201f6904c2d822d4d862ba39b8706de726eb7148 (patch) | |
| tree | 5096c89fe014207f48010764c146f337eac9afe5 /src/components/shared/Styled.module.css | |
| parent | bbb9f55183bbcf9fadb6a746b8bdc15a423793e8 (diff) | |
added: modal prompt to close previous connections when switch proxy
Diffstat (limited to 'src/components/shared/Styled.module.css')
| -rw-r--r-- | src/components/shared/Styled.module.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/shared/Styled.module.css b/src/components/shared/Styled.module.css new file mode 100644 index 0000000..88b84ad --- /dev/null +++ b/src/components/shared/Styled.module.css @@ -0,0 +1,5 @@ +.FlexCenter { + display: flex; + justify-content: center; + align-items: center; +} |
