summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/components/Account.css3
-rw-r--r--app/components/SelectLocation.css2
-rw-r--r--app/components/Settings.css2
-rw-r--r--app/components/Support.css3
4 files changed, 4 insertions, 6 deletions
diff --git a/app/components/Account.css b/app/components/Account.css
index 21aefef292..96d95c069d 100644
--- a/app/components/Account.css
+++ b/app/components/Account.css
@@ -24,8 +24,7 @@
margin: 0;
top: 24px;
left: 12px;
- z-index: 1; /* part of .account__container convers the button */
-
+ z-index: 1; /* part of .account__container covers the button */
}
.account__close-icon {
diff --git a/app/components/SelectLocation.css b/app/components/SelectLocation.css
index 72684711a1..cb63f61115 100644
--- a/app/components/SelectLocation.css
+++ b/app/components/SelectLocation.css
@@ -28,7 +28,7 @@
background-color: transparent;
background-image: url(../assets/images/icon-close.svg);
opacity: 0.6;
- z-index: 1; /* part of .select-location__container convers the button */
+ z-index: 1; /* part of .select-location__container covers the button */
}
.select-location__title {
diff --git a/app/components/Settings.css b/app/components/Settings.css
index 1cf1db20b1..7bb3dfcec7 100644
--- a/app/components/Settings.css
+++ b/app/components/Settings.css
@@ -35,7 +35,7 @@
background-color: transparent;
background-image: url(../assets/images/icon-close.svg);
opacity: 0.6;
- z-index: 1; /* part of .settings__container convers the button */
+ z-index: 1; /* part of .settings__container covers the button */
}
.settings__title {
diff --git a/app/components/Support.css b/app/components/Support.css
index 218371f6dd..a5aedd073d 100644
--- a/app/components/Support.css
+++ b/app/components/Support.css
@@ -24,8 +24,7 @@
margin: 0;
top: 24px;
left: 12px;
- z-index: 1; /* part of .support__container convers the button */
-
+ z-index: 1; /* part of .support__container covers the button */
}
.support__close-icon {