diff options
| author | Haishan <[email protected]> | 2019-12-01 22:41:59 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-01 22:41:59 +0800 |
| commit | 8b5ecb3f1839808d5e88f635d286fcfdfffd4f86 (patch) | |
| tree | fbbaef42b57a1fe3cb244103ccbb58915e631c66 /src/components/Button.module.css | |
| parent | 19ecf435de90800fe284e3333b3a4957d600f410 (diff) | |
feat: support close all connections
for https://github.com/haishanh/yacd/issues/338
Diffstat (limited to 'src/components/Button.module.css')
| -rw-r--r-- | src/components/Button.module.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Button.module.css b/src/components/Button.module.css index 8fb6a92..205bfe9 100644 --- a/src/components/Button.module.css +++ b/src/components/Button.module.css @@ -25,3 +25,11 @@ padding: 6px 12px; } } + +.withIconWrapper { + display: flex; + align-items: center; + .txt { + margin-left: 5px; + } +} |
