diff --git a/webpack/component/teacher/view.vue b/webpack/component/teacher/view.vue
index 11c7916..61c559e 100644
--- a/webpack/component/teacher/view.vue
+++ b/webpack/component/teacher/view.vue
@@ -6,7 +6,7 @@
-
+
-
+
diff --git a/webpack/scss/container.scss b/webpack/scss/container.scss
index 032a68b..4c52063 100644
--- a/webpack/scss/container.scss
+++ b/webpack/scss/container.scss
@@ -154,6 +154,11 @@
justify-content: flex-start;
flex-wrap: nowrap;
+
+ &[data-create]{
+ border: 1px solid $form-valid-color;
+ }
+
// hidden mode
&.search-hidden,
&.filter-hidden{ display: none; }
@@ -428,6 +433,11 @@
background-color: darken(#fff, 10%);
}
+ /* (6-edit) Card button submit */
+ & > button{
+ margin: auto;
+ }
+
}
@@ -442,22 +452,6 @@
}
-
- /* (6-edit) Card button submit */
- & > button.sub{
-
- display: inline-block;
- margin-top: 1em;
- margin-bottom: -.5em;
-
- padding: .2em 1em;
-
- color: lighten($primary-color, 20%);
-
- align-self: center;
-
- }
-
}
}