small improvements, version bump
This commit is contained in:
@@ -6,11 +6,11 @@ img.logo {
|
||||
mat-form-field,
|
||||
mat-slide-toggle {
|
||||
display: block;
|
||||
margin-bottom: 25px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
a.external-login {
|
||||
margin: 15px 0;
|
||||
margin: 20px 0;
|
||||
flex-basis: 100%;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.box {
|
||||
margin: 5px;
|
||||
min-width: 400px;
|
||||
min-width: 390px;
|
||||
|
||||
@media screen and (min-width: 576px) {
|
||||
max-width: 100%;
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
mat-form-field {
|
||||
display: block;
|
||||
margin: 25px 0 !important;
|
||||
margin: 20px 0 !important;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 5px;
|
||||
min-width: 400px;
|
||||
min-width: 390px;
|
||||
|
||||
@media screen and (min-width: 576px) {
|
||||
max-width: 100%;
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
mat-form-field,
|
||||
mat-slide-toggle {
|
||||
display: block;
|
||||
margin: 25px 0 !important;
|
||||
margin: 20px 0 !important;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 5px;
|
||||
min-width: 400px;
|
||||
min-width: 390px;
|
||||
|
||||
@media screen and (min-width: 576px) {
|
||||
max-width: 100%;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
mat-form-field {
|
||||
display: block;
|
||||
margin: 25px 0 !important;
|
||||
margin: 20px 0 !important;
|
||||
}
|
||||
|
||||
mat-chip mat-icon.mat-icon-inline {
|
||||
@@ -10,7 +10,7 @@ mat-chip mat-icon.mat-icon-inline {
|
||||
|
||||
form {
|
||||
margin: 5px;
|
||||
min-width: 400px;
|
||||
min-width: 390px;
|
||||
|
||||
@media screen and (min-width: 576px) {
|
||||
max-width: 100%;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.box {
|
||||
margin: 5px;
|
||||
min-width: 400px;
|
||||
min-width: 390px;
|
||||
|
||||
@media screen and (min-width: 576px) {
|
||||
max-width: 100%;
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
|
||||
<form [formGroup]="form" (ngSubmit)="createUser()" #formDirective="ngForm">
|
||||
<div class="flex middle">
|
||||
<div class="flex wrap middle">
|
||||
<mat-form-field class="margin">
|
||||
<mat-label>{{'profile.username' | i18n}}</mat-label>
|
||||
<input matInput formControlName="username" type="text" [required]="true">
|
||||
|
||||
Reference in New Issue
Block a user