diff options
| author | lain <lain@soykaf.club> | 2020-02-11 12:24:51 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-02-11 12:24:51 +0000 |
| commit | 96dc297babd5797b9307af8676719c2eb8cd80e2 (patch) | |
| tree | 84fe716e36eebe46c1ab5a2269eb4e05f00f940c /src/App.scss | |
| parent | 17b6d8ddb8a9a1637fd88e017170b973b97381da (diff) | |
| parent | f6b482be515ea4f0281050f71296ffe0ec2ab305 (diff) | |
Merge branch 'feat/emoji-reaction-fixes-improvements' into 'develop'
Emoji Reactions - fixes and improvements
See merge request pleroma/pleroma-fe!1051
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 754ca62e..922e39b6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -75,7 +75,7 @@ button { border-radius: $fallback--btnRadius; border-radius: var(--btnRadius, $fallback--btnRadius); cursor: pointer; - box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset; + box-shadow: $fallback--buttonShadow; box-shadow: var(--buttonShadow); font-size: 14px; font-family: sans-serif; |
