diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-13 09:32:45 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-13 09:32:45 +0300 |
| commit | e3d0b2f137ccb355c16788e9b890df609cee1698 (patch) | |
| tree | 1553a825f06731b32433206e24af7a0fa96b757a /src/App.scss | |
| parent | a52ae1ebeb0e69c4484122be8fca7e68b030db32 (diff) | |
| parent | 96dc297babd5797b9307af8676719c2eb8cd80e2 (diff) | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into develop
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; |
