diff --git a/client/src/components/LogoutWidget.vue b/client/src/components/LogoutWidget.vue
index bdbfb3e7..eea2361f 100644
--- a/client/src/components/LogoutWidget.vue
+++ b/client/src/components/LogoutWidget.vue
@@ -32,7 +32,7 @@
align-items: center;
&__logout {
- @include default-link;;
+ @include default-link;
cursor: pointer;
}
}
diff --git a/client/src/components/Modal.vue b/client/src/components/Modal.vue
index 82541022..27c872f1 100644
--- a/client/src/components/Modal.vue
+++ b/client/src/components/Modal.vue
@@ -121,11 +121,6 @@
align-content: center;
}
- &__close-icon {
- width: 40px;
- height: 40px;
- }
-
&__footer {
grid-area: footer;
-ms-grid-row: 3;
diff --git a/client/src/components/book-navigation/NavigationSidebar.vue b/client/src/components/book-navigation/NavigationSidebar.vue
index 11f10ca2..1914d3ef 100644
--- a/client/src/components/book-navigation/NavigationSidebar.vue
+++ b/client/src/components/book-navigation/NavigationSidebar.vue
@@ -97,11 +97,5 @@
justify-self: center;
cursor: pointer;
}
-
- &__close-icon {
- width: 30px;
- height: 30px;
- opacity: 0.5;
- }
}
diff --git a/client/src/components/icons/Cross.vue b/client/src/components/icons/Cross.vue
index 43422926..5bdc1eec 100644
--- a/client/src/components/icons/Cross.vue
+++ b/client/src/components/icons/Cross.vue
@@ -2,8 +2,16 @@
+
+
diff --git a/client/src/components/profile/ProfileSidebar.vue b/client/src/components/profile/ProfileSidebar.vue
index cfd8e4ff..aa728585 100644
--- a/client/src/components/profile/ProfileSidebar.vue
+++ b/client/src/components/profile/ProfileSidebar.vue
@@ -1,150 +1,144 @@
-