diff options
| author | kunish <[email protected]> | 2023-01-26 18:11:16 +0800 |
|---|---|---|
| committer | kunish <[email protected]> | 2023-01-27 02:11:49 +0800 |
| commit | 11704b9be37c7442ae5c7585e15ed16ef27849ae (patch) | |
| tree | 0360194dbb37c8eda0e05db20d7818e4957d4ecf /src/components/Button.module.scss | |
| parent | 5fc78ff7810eb0f81fade218bbb364c615cca60e (diff) | |
fix: remove .btnStart unexpected margin-right
Diffstat (limited to 'src/components/Button.module.scss')
| -rw-r--r-- | src/components/Button.module.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/components/Button.module.scss b/src/components/Button.module.scss index b46d79c..675a931 100644 --- a/src/components/Button.module.scss +++ b/src/components/Button.module.scss @@ -48,8 +48,14 @@ opacity: 0.5; } +.btnInternal { + display: flex; + align-items: center; + justify-content: center; + column-gap: 4px; +} + .btnStart { - margin-right: 5px; display: inline-flex; align-items: center; justify-content: center; |
