refactor colors

This commit is contained in:
geoffrey45
2022-03-15 10:38:53 +03:00
parent 33a9aa2c30
commit f11005e523
22 changed files with 157 additions and 128 deletions
+2 -1
View File
@@ -18,7 +18,7 @@
</div>
<input
type="text"
class="search-input border"
class="search-input"
placeholder="Search this folder"
v-model="query"
/>
@@ -85,6 +85,7 @@ export default {
font-size: 1rem;
line-height: 2.2rem;
outline: none;
border: 1px solid $gray3;
}
}