From 529643d35acf10ce5d8793cd2d8309f5bd36d249 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sat, 7 Apr 2018 19:30:27 +0300 Subject: indents --- src/components/user_finder/user_finder.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/components/user_finder/user_finder.vue') 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); } -- cgit v1.2.3-70-g09d2