Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5d93bd7 authored by Ronak Patel's avatar Ronak Patel
Browse files

added style

parent dda559cf
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@
							<label for="action-tns" class="action-checkbox__label" v-html="t(appName,'I have read and accept the <a href=\'http://murena.io/apps/terms_of_service/en/termsandconditions\' target=\'_blank\'>Terms of Service</a>.')" />
						</span>

						<p v-if="validation.isAccepttnsEmpty" class="validation-error">
						<p v-if="validation.isAccepttnsEmpty" class="validation-warning">
							{{ t(appName,'You must read and accept the Terms of Service to create your account.') }}
						</p>
					</div>
@@ -473,6 +473,9 @@ p.validation-success:before {
	border-color: var(--color-primary);
	font-size: large;
}
.Password__strength-meter{
	margin-bottom: 0;
}
/** mobile font sizes **/
@media screen and (max-width: 650px) {
	.fields .field .control input {