diff --git a/public/sym/arrow_back-24px.svg b/public/sym/arrow_back-24px.svg deleted file mode 100644 index 0f6b3ca..0000000 --- a/public/sym/arrow_back-24px.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/sym/expand_more-black-24dp.svg b/public/sym/expand_more-black-24dp.svg deleted file mode 100644 index 3a8e084..0000000 --- a/public/sym/expand_more-black-24dp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/sym/ic_close_white_24px.svg b/public/sym/ic_close_white_24px.svg deleted file mode 100755 index 5704800..0000000 --- a/public/sym/ic_close_white_24px.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/public/sym/ic_send_white_24px.svg b/public/sym/ic_send_white_24px.svg deleted file mode 100755 index eaf124c..0000000 --- a/public/sym/ic_send_white_24px.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/public/sym/menu-24px.svg b/public/sym/menu-24px.svg deleted file mode 100644 index 33e4cc7..0000000 --- a/public/sym/menu-24px.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/sym/supervisor_account-24px.svg b/public/sym/supervisor_account-24px.svg deleted file mode 100644 index 20fd5f6..0000000 --- a/public/sym/supervisor_account-24px.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index cf60931..b7c487e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,6 +22,23 @@ export default { body{ margin: 0; } +input{ + padding: 0 2rem 0 2rem; + height: 2.5rem; + color: #fff; + background-color: #1d1d1d; + border-radius: 1.25rem; + border: 1px solid #fff; + text-align: center; + font-size: 1.1rem; + margin: 0.5rem; + appearance: none; + outline: none; +} +input:focus{ + color: #000; + background-color: #fff; +} *{ scrollbar-width: thin; scrollbar-color: #42b983 #2220; @@ -50,7 +67,7 @@ body{ top: 0; left: calc(50% - 35rem); padding: 0; - min-height: calc(100%); + min-height: 100%; width: 70rem; min-width: 18rem; background-color: #313131; diff --git a/src/components/icon.vue b/src/components/icon.vue index 1a7ce83..115d414 100644 --- a/src/components/icon.vue +++ b/src/components/icon.vue @@ -1,6 +1,6 @@ @@ -15,6 +15,7 @@ name: "icon", \ No newline at end of file diff --git a/src/views/login.vue b/src/views/login.vue index 70b886e..713ab5d 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -108,23 +108,6 @@ export default { height: min-content; width: 100%; } -input{ - padding: 0 2rem 0 2rem; - height: 2.5rem; - color: #fff; - background-color: #1d1d1d; - border-radius: 1.25rem; - border: 1px solid #fff; - text-align: center; - font-size: 1.1rem; - margin: 0.5rem; - appearance: none; - outline: none; -} -input:focus{ - color: #000; - background-color: #fff; -} .throbber{ position: absolute; top: 50%; diff --git a/src/views/rooms.vue b/src/views/rooms.vue index c7bbaf3..74a410e 100644 --- a/src/views/rooms.vue +++ b/src/views/rooms.vue @@ -102,19 +102,7 @@ export default { text-align: center; } input{ - padding: 0 2rem 0 2rem; - height: 2.5rem; - width: calc(100% - 6rem); - left: 1rem; - color: #fff; - background-color: #1d1d1d; - border-radius: 1.25rem; - border: 1px solid #fff; - text-align: center; - font-size: 1.1rem; - margin: 0.5rem; - appearance: none; - outline: none; + width: calc(100% - 5rem); } .wideElement{ display: block;