aboutsummaryrefslogtreecommitdiff
path: root/basicConfig/webcontent/css/css_country.css
diff options
context:
space:
mode:
Diffstat (limited to 'basicConfig/webcontent/css/css_country.css')
-rw-r--r--basicConfig/webcontent/css/css_country.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/basicConfig/webcontent/css/css_country.css b/basicConfig/webcontent/css/css_country.css
index 7a22bdfd..34b0e928 100644
--- a/basicConfig/webcontent/css/css_country.css
+++ b/basicConfig/webcontent/css/css_country.css
@@ -17,6 +17,14 @@ body {
align-items: center;
}
+#matchingError {
+ border: 2px solid rgb(162, 44, 28);
+ padding: 1em;
+ width: 80%;
+ margin-top: 2em;
+ margin-bottom: 2em;
+}
+
.block {
display: flex;
flex-direction: row;