aboutsummaryrefslogtreecommitdiff
path: root/src/components/login_form
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/login_form
parent94195024e649e6a370dcdea46b5f5d87c541fe59 (diff)
indents
Diffstat (limited to 'src/components/login_form')
-rw-r--r--src/components/login_form/login_form.vue47
1 files changed, 23 insertions, 24 deletions
diff --git a/src/components/login_form/login_form.vue b/src/components/login_form/login_form.vue
index ac492262..840ea1a4 100644
--- a/src/components/login_form/login_form.vue
+++ b/src/components/login_form/login_form.vue
@@ -34,32 +34,31 @@
@import '../../_variables.scss';
.login-form {
- .btn {
- min-height: 28px;
- width: 10em;
- }
+ .btn {
+ min-height: 28px;
+ width: 10em;
+ }
- .error {
- border-radius: $fallback--tooltipRadius;
- border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
- text-align: center;
- background-color: rgba(255, 48, 16, 0.65);
- background-color: $fallback--cRed;
- min-height: 28px;
- line-height: 28px;
- }
+ .error {
+ border-radius: $fallback--tooltipRadius;
+ border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
+ text-align: center;
+ background-color: rgba(255, 48, 16, 0.65);
+ background-color: $fallback--cRed;
+ min-height: 28px;
+ line-height: 28px;
+ }
- .register {
- flex: 1 1;
- }
+ .register {
+ flex: 1 1;
+ }
- .login-bottom {
- margin-top: 1.0em;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
+ .login-bottom {
+ margin-top: 1.0em;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
+ }
}
-
</style>