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 @@ + class="cross"> + + 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 @@ diff --git a/client/src/layouts/FullScreenLayout.vue b/client/src/layouts/FullScreenLayout.vue index beff442f..284ff8fd 100644 --- a/client/src/layouts/FullScreenLayout.vue +++ b/client/src/layouts/FullScreenLayout.vue @@ -45,11 +45,6 @@ display:flex; justify-content:end; - - &__icon { - width: 40px; - height: 40px; - } } diff --git a/client/src/layouts/SimpleLayout.vue b/client/src/layouts/SimpleLayout.vue index 7cf00234..6c8e7744 100644 --- a/client/src/layouts/SimpleLayout.vue +++ b/client/src/layouts/SimpleLayout.vue @@ -71,10 +71,5 @@ margin-right: $medium-spacing; margin-top: $medium-spacing; } - - &__icon { - width: 40px; - height: 40px; - } }