|
@@ -592,6 +592,24 @@ input {
|
|
font-size: 3rem !important;
|
|
font-size: 3rem !important;
|
|
font-weight: 600; }
|
|
font-weight: 600; }
|
|
|
|
|
|
|
|
+.user--register .form-item {
|
|
|
|
+ margin-bottom: 2rem;
|
|
|
|
+ width: 80%; }
|
|
|
|
+
|
|
|
|
+.user--register label {
|
|
|
|
+ font-weight: 800; }
|
|
|
|
+
|
|
|
|
+.user--register .description {
|
|
|
|
+ text-transform: lowercase;
|
|
|
|
+ font-style: italic; }
|
|
|
|
+
|
|
|
|
+.user--register .password-strength .password-strength__meter {
|
|
|
|
+ width: 250px; }
|
|
|
|
+
|
|
|
|
+.user--register .password-suggestions {
|
|
|
|
+ text-transform: lowercase;
|
|
|
|
+ font-style: italic; }
|
|
|
|
+
|
|
.mes-operations .views-row {
|
|
.mes-operations .views-row {
|
|
padding-bottom: 1rem;
|
|
padding-bottom: 1rem;
|
|
border-bottom: 1px solid black; }
|
|
border-bottom: 1px solid black; }
|