aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_finder/user_finder.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-07 19:30:27 +0300
committerHenry Jameson <me@hjkos.com>2018-04-07 19:30:27 +0300
commit529643d35acf10ce5d8793cd2d8309f5bd36d249 (patch)
tree8f096734fc35602d891bbd980979a86e2ac2051e /src/components/user_finder/user_finder.vue
parent94195024e649e6a370dcdea46b5f5d87c541fe59 (diff)
indents
Diffstat (limited to 'src/components/user_finder/user_finder.vue')
-rw-r--r--src/components/user_finder/user_finder.vue22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/components/user_finder/user_finder.vue b/src/components/user_finder/user_finder.vue
index f9362a7d..6a0df947 100644
--- a/src/components/user_finder/user_finder.vue
+++ b/src/components/user_finder/user_finder.vue
@@ -19,22 +19,22 @@
@import '../../_variables.scss';
.user-finder-container {
- height: 21px;
- max-width: 100%;
+ height: 21px;
+ max-width: 100%;
}
.user-finder-input {
- max-width: 80%;
- padding: 0.1em 0.2em 0.2em 0.2em;
+ max-width: 80%;
+ padding: 0.1em 0.2em 0.2em 0.2em;
}
.finder-error {
- background-color: rgba(255, 48, 16, 0.65);
- margin: 0.35em;
- border-radius: $fallback--tooltipRadius;
- border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
- padding: 0.25em;
- color: $fallback--faint;
- color: var(--faint, $fallback--faint);
+ background-color: rgba(255, 48, 16, 0.65);
+ margin: 0.35em;
+ border-radius: $fallback--tooltipRadius;
+ border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
+ padding: 0.25em;
+ color: $fallback--faint;
+ color: var(--faint, $fallback--faint);
}
</style>