1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Tweak badge shadow radius

This commit is contained in:
Toby Zerner
2016-03-28 10:25:47 +10:30
parent ed5baaf36d
commit 5e207b1882

View File

@@ -5,7 +5,7 @@
display: inline-block;
vertical-align: middle;
text-align: center;
.box-shadow(0 2px 6px @shadow-color);
.box-shadow(0 2px 4px @shadow-color);
.Badge-label {
display: none;