diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue
index e7b7cf45..e600bc17 100644
--- a/src/components/home/contentAuth.vue
+++ b/src/components/home/contentAuth.vue
@@ -134,6 +134,43 @@ export default {
\ No newline at end of file
diff --git a/src/components/input/button.vue b/src/components/input/button.vue
index aadfcc9d..7a9eb096 100644
--- a/src/components/input/button.vue
+++ b/src/components/input/button.vue
@@ -72,4 +72,10 @@ export default {
},
},
}
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/src/components/tasks/partials/comments.vue b/src/components/tasks/partials/comments.vue
index 0e1cfa45..f7b068a4 100644
--- a/src/components/tasks/partials/comments.vue
+++ b/src/components/tasks/partials/comments.vue
@@ -345,4 +345,8 @@ export default {
}
}
+
+.media-content {
+ width: calc(100% - 48px - 2rem);
+}
\ No newline at end of file
diff --git a/src/styles/theme/content.scss b/src/styles/theme/content.scss
index de219f83..6ca7b0da 100644
--- a/src/styles/theme/content.scss
+++ b/src/styles/theme/content.scss
@@ -1,75 +1,9 @@
-.app-container {
- min-height: calc(100vh - 65px);
- @media screen and (max-width: $tablet) {
- padding-top: $navbar-height;
- }
-
- .app-content {
- padding: $navbar-height + 1.5rem 1.5rem 1rem 1.5rem;
- z-index: 2;
-
- &.is-menu-enabled {
- margin-left: $navbar-width;
- }
-
- @media screen and (max-width: $tablet) {
- margin-left: 0;
- padding-top: 1.5rem;
- min-height: calc(100vh - 4rem);
-
- &.is-menu-enabled {
- min-width: 100%;
- margin-left: 0;
- }
- }
-
- .card {
- background: $white;
- }
-
- &.task\.detail {
- padding-left: 0;
- padding-right: 0;
- }
- }
-}
-
-.no-auth-wrapper {
- background: url('@/assets/llama.svg') no-repeat bottom left fixed $light-background;
- min-height: 100vh;
-
- .noauth-container {
- max-width: 450px;
- width: 100%;
- margin: 0 auto;
- padding: 1rem;
-
- @media screen and (max-width: 450px) {
- .login-buttons {
- flex-direction: column;
-
- .control:first-child {
- margin-bottom: 1rem;
- }
- }
- }
- }
-}
-
-.media-content {
- width: calc(100% - 48px - 2rem);
-}
-
.content h3 {
.icon, .is-small {
font-size: 1rem;
}
}
-.underline-none {
- text-decoration: none !important;
-}
-
.table.has-actions {
border-top: 1px solid $grey-100;
border-radius: 4px;
diff --git a/src/views/user/Login.vue b/src/views/user/Login.vue
index 0ad4dac0..9267d424 100644
--- a/src/views/user/Login.vue
+++ b/src/views/user/Login.vue
@@ -222,7 +222,17 @@ export default {
}
-