aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-02-11 23:09:15 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-02-11 23:09:15 +0000
commit84ebae8ed36390f62ccda653d4fb9d8aad1482a2 (patch)
tree70fb486e4b31b029c8dbcb89f87acf154275f905 /src/App.scss
parent60446c56a5c8d4b4d669fbd4803e77ce686daac9 (diff)
parent96dc297babd5797b9307af8676719c2eb8cd80e2 (diff)
Merge branch 'develop' into 'themes-accent'
# Conflicts: # src/components/emoji_reactions/emoji_reactions.vue
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index 9f37ff12..7dfbdb7d 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -78,7 +78,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;