Skip to content

Commit 319e3bb

Browse files
committed
add box shadow to flag
1 parent 31d273e commit 319e3bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adminforth/spa/src/renderers/CountryFlag.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ const countryName = computed(() => {
5757
5858
// border radius for background
5959
border-radius: 2px;
60-
box-shadow: inset -0.3px -0.3px 0.3px 0px rgba(0 0 0 / 0.2), inset 0.3px 0.3px 0.3px 0px rgba(255 255 255 / 0.2);
60+
box-shadow: inset -0.3px -0.3px 0.3px 0px rgba(0 0 0 / 0.2),
61+
inset 0.3px 0.3px 0.3px 0px rgba(255 255 255 / 0.2),
62+
0px 0px 3px #00000030;
6163
}
6264
6365
</style>

0 commit comments

Comments
 (0)