diff --git a/src/components/cardbuilder/card.scss b/src/components/cardbuilder/card.scss index 610645816a..1fe8cd1c4c 100644 --- a/src/components/cardbuilder/card.scss +++ b/src/components/cardbuilder/card.scss @@ -150,11 +150,14 @@ button::-moz-focus-inner { left: 0.3em; text-align: center; vertical-align: middle; - width: 1.6em; - height: 1.6em; + font-size: 88%; + font-weight: 500; + width: 2em; + height: 2em; border-radius: 50%; color: #fff; background: rgb(51, 136, 204); + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); } .cardImageContainer {