We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d273e commit 319e3bbCopy full SHA for 319e3bb
adminforth/spa/src/renderers/CountryFlag.vue
@@ -57,7 +57,9 @@ const countryName = computed(() => {
57
58
// border radius for background
59
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);
+ 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;
63
}
64
65
</style>
0 commit comments