Skip to content

Commit

Permalink
update structura
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrovC committed Oct 18, 2022
1 parent 1508839 commit 08324ba
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</template>

<script>
import AccountInfo from './components/AccountInfo.vue'
import AccountInfo from './pages/AccountInfo.vue'
export default {
name: 'App',
Expand Down
2 changes: 1 addition & 1 deletion src/components/InputField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
.pill-input {
font-size: 14px;
background-color: $neutral-300;
background-color: $neutral-100;
span {
cursor: pointer;
Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions src/scss/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ select option {
color: $neutral-500;
}

// select:invalid,
// select option[value=""],
// select option:disabled {
// color: red;
// }

/*Added for browser compatibility*/
[hidden] {
display: none;
Expand Down
1 change: 1 addition & 0 deletions src/scss/variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$neutral-50: #F8FAFC;
$neutral-100: #F1F5F9;
$neutral-200: #E2E8F0;
$neutral-300: #cbd5e1;
$neutral-400: #a2abb8;
Expand Down

0 comments on commit 08324ba

Please sign in to comment.