diff options
| author | Haishan <[email protected]> | 2018-10-20 20:32:02 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-10-20 20:32:02 +0800 |
| commit | 133b29c9dac2209a3c88c3289f84ff709d404392 (patch) | |
| tree | e023785cc82db732c64328a5d99938992eceecfd /src/components/Button.module.scss | |
first commit
Diffstat (limited to 'src/components/Button.module.scss')
| -rw-r--r-- | src/components/Button.module.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/Button.module.scss b/src/components/Button.module.scss new file mode 100644 index 0000000..22214d5 --- /dev/null +++ b/src/components/Button.module.scss @@ -0,0 +1,12 @@ +.btn { + -webkit-appearance: none; + outline: none; + color: #ddd; + background: #606060; + border: 1px solid #555; + border-radius: 100px; + padding: 6px 12px; + &:hover { + background: darken(#555, 3%); + } +} |
