From b247a132709eb212fef4f77c4912dc0ec108f36b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 29 May 2019 14:39:49 +0200 Subject: Add success icon on registration --- client/src/app/signup/signup.component.scss | 58 ----------------------------- 1 file changed, 58 deletions(-) delete mode 100644 client/src/app/signup/signup.component.scss (limited to 'client/src/app/signup/signup.component.scss') diff --git a/client/src/app/signup/signup.component.scss b/client/src/app/signup/signup.component.scss deleted file mode 100644 index 6f61b78f7..000000000 --- a/client/src/app/signup/signup.component.scss +++ /dev/null @@ -1,58 +0,0 @@ -@import '_variables'; -@import '_mixins'; - -.alert { - font-size: 15px; - text-align: center; -} - -.wrapper { - display: flex; - justify-content: space-between; - flex-wrap: wrap; - - & > div { - margin-bottom: 40px; - width: 450px; - - @media screen and (max-width: 500px) { - width: auto; - } - } -} - -my-instance-features-table { - display: block; - - margin-bottom: 40px; -} - -.form-group-terms { - margin: 30px 0; -} - -.input-group { - @include peertube-input-group(400px); -} - -.input-group-append { - height: 30px; -} - -input:not([type=submit]) { - @include peertube-input-text(400px); - - display: block; - - &#username, - &#name { - width: auto !important; - flex-grow: 1; - } -} - -input[type=submit], -button { - @include peertube-button; - @include orange-button; -} -- cgit v1.2.3