clean up font-family
This commit is contained in:
parent
1e40eeb768
commit
0d4f3f8720
|
@ -96,7 +96,6 @@
|
|||
.personal-usage {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1.25rem;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
|
@ -127,7 +126,6 @@
|
|||
text-align: left;
|
||||
text-decoration: underline;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
letter-spacing: 0px;
|
||||
color: var(--primary-color-2);
|
||||
|
@ -137,7 +135,6 @@
|
|||
.link-disabled {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
|
@ -147,7 +144,6 @@
|
|||
.latest-activity-title {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1.25rem;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
|
@ -186,16 +182,6 @@ input[type="text"] {
|
|||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.edited-date {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
line-height: 2.4;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.dmp-label {
|
||||
background: var(--primary-color) 0% 0% no-repeat padding-box;
|
||||
border-radius: 4px 0px;
|
||||
|
@ -220,43 +206,6 @@ input[type="text"] {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.dmp-title,
|
||||
.dataset-title {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
// opacity: 0.81;
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #212121;
|
||||
}
|
||||
|
||||
.dataset-subtitle,
|
||||
.dmp-subtitle {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 0.875rem;
|
||||
opacity: 1;
|
||||
align-items: center;
|
||||
color: #848484;
|
||||
}
|
||||
|
||||
.dmp-title-draft,
|
||||
.dataset-title-draft {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
// opacity: 0.81;
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #f16868;
|
||||
}
|
||||
|
||||
.icon-align {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
|
|
|
@ -1,14 +1,3 @@
|
|||
.latest-activity-title {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1.25rem;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.6;
|
||||
padding-bottom: 1.2rem;
|
||||
}
|
||||
|
||||
.dmp-card,
|
||||
.dataset-card {
|
||||
min-width: 712px;
|
||||
|
@ -39,7 +28,6 @@ input[type="text"] {
|
|||
.edited-date {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
line-height: 2.4;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
|
@ -69,43 +57,6 @@ input[type="text"] {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.dmp-title,
|
||||
.dataset-title {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
/* opacity: 0.81; */
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #212121;
|
||||
}
|
||||
|
||||
.dataset-subtitle,
|
||||
.dmp-subtitle {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 0.875rem;
|
||||
opacity: 1;
|
||||
align-items: center;
|
||||
color: #848484;
|
||||
}
|
||||
|
||||
.dmp-title-draft,
|
||||
.dataset-title-draft {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
/* opacity: 0.81; */
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #f16868;
|
||||
}
|
||||
|
||||
.icon-align {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
|
|
|
@ -1,26 +1,3 @@
|
|||
.latest-activity-title {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1.25rem;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.6;
|
||||
padding-bottom: 1.2rem;
|
||||
}
|
||||
|
||||
.dmp-card,
|
||||
.dataset-card {
|
||||
min-width: 712px;
|
||||
/* min-height: 308px; */
|
||||
background: #ffffff 0% 0% no-repeat padding-box;
|
||||
box-shadow: 0px 3px 6px #0000001a;
|
||||
border-radius: 4px;
|
||||
opacity: 1;
|
||||
margin-top: 2.43rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.remove-border-bottom ::ng-deep .mat-tab-header {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
@ -36,16 +13,6 @@ input[type="text"] {
|
|||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.edited-date {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
line-height: 2.4;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.dmp-label {
|
||||
background: var(--primary-color) 0% 0% no-repeat padding-box;
|
||||
border-radius: 4px 0px;
|
||||
|
@ -69,43 +36,6 @@ input[type="text"] {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.dmp-title,
|
||||
.dataset-title {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
/* opacity: 0.81; */
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #212121;
|
||||
}
|
||||
|
||||
.dataset-subtitle,
|
||||
.dmp-subtitle {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 0.875rem;
|
||||
opacity: 1;
|
||||
align-items: center;
|
||||
color: #848484;
|
||||
}
|
||||
|
||||
.dmp-title-draft,
|
||||
.dataset-title-draft {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
/* opacity: 0.81; */
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #f16868;
|
||||
}
|
||||
|
||||
.icon-align {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
|
|
|
@ -1,26 +1,3 @@
|
|||
.latest-activity-title {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1.25rem;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.6;
|
||||
padding-bottom: 1.2rem;
|
||||
}
|
||||
|
||||
.dmp-card,
|
||||
.description-card {
|
||||
min-width: 712px;
|
||||
/* min-height: 308px; */
|
||||
background: #ffffff 0% 0% no-repeat padding-box;
|
||||
box-shadow: 0px 3px 6px #0000001a;
|
||||
border-radius: 4px;
|
||||
opacity: 1;
|
||||
margin-top: 2.43rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.remove-border-bottom ::ng-deep .mat-tab-header {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
@ -36,16 +13,6 @@ input[type="text"] {
|
|||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.edited-date {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
line-height: 2.4;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.dmp-label {
|
||||
background: var(--primary-color) 0% 0% no-repeat padding-box;
|
||||
border-radius: 4px 0px;
|
||||
|
@ -69,43 +36,6 @@ input[type="text"] {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.dmp-title,
|
||||
.description-title {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
// opacity: 0.81;
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #212121;
|
||||
}
|
||||
|
||||
.description-subtitle,
|
||||
.dmp-subtitle {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 0.875rem;
|
||||
opacity: 1;
|
||||
align-items: center;
|
||||
color: #848484;
|
||||
}
|
||||
|
||||
.dmp-title-draft,
|
||||
.description-title-draft {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
// opacity: 0.81;
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #f16868;
|
||||
}
|
||||
|
||||
.icon-align {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
|
|
|
@ -1,14 +1,3 @@
|
|||
.latest-activity-title {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1.25rem;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.6;
|
||||
padding-bottom: 1.2rem;
|
||||
}
|
||||
|
||||
.dmp-card, .dataset-card {
|
||||
min-width: 712px;
|
||||
/* min-height: 308px; */
|
||||
|
@ -35,16 +24,6 @@ input[type="text"] {
|
|||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.edited-date {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
line-height: 2.4;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.dmp-label {
|
||||
background: var(--primary-color) 0% 0% no-repeat padding-box;
|
||||
border-radius: 4px 0px;
|
||||
|
@ -67,41 +46,6 @@ input[type="text"] {
|
|||
color: #212121;
|
||||
}
|
||||
|
||||
.dmp-title, .dataset-title {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
/* opacity: 0.81; */
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #212121;
|
||||
}
|
||||
|
||||
.dataset-subtitle, .dmp-subtitle {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 0.875rem;
|
||||
opacity: 1;
|
||||
align-items: center;
|
||||
color: #848484;
|
||||
}
|
||||
|
||||
.dmp-title-draft,
|
||||
.dataset-title-draft {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
/* opacity: 0.81; */
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.55rem;
|
||||
color: #f16868;
|
||||
}
|
||||
|
||||
.icon-align {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
|
|
|
@ -250,7 +250,6 @@
|
|||
.dmp-title {
|
||||
text-align: left;
|
||||
font-weight: 700;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
color: #212121;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -100,14 +100,12 @@ input[type="text"] {
|
|||
opacity: 1;
|
||||
width: 347px;
|
||||
height: 56px;
|
||||
font-family: Arial, FontAwesome;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.edited-date {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
line-height: 2.4;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
|
@ -141,7 +139,6 @@ input[type="text"] {
|
|||
.description-title {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
// opacity: 0.81;
|
||||
padding-top: 0.75rem;
|
||||
|
@ -149,24 +146,20 @@ input[type="text"] {
|
|||
color: #212121;
|
||||
}
|
||||
|
||||
.description-subtitle,
|
||||
.dmp-subtitle {
|
||||
.description-subtitle {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 0.875rem;
|
||||
opacity: 1;
|
||||
align-items: center;
|
||||
color: #848484;
|
||||
}
|
||||
|
||||
.dmp-title-draft,
|
||||
.description-title-draft {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
// opacity: 0.81;
|
||||
padding-top: 0.75rem;
|
||||
|
|
|
@ -141,7 +141,6 @@ input[type="text"] {
|
|||
.edited-date {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-family: "Roboto", sans-serif;
|
||||
line-height: 2.4;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
|
@ -174,7 +173,6 @@ input[type="text"] {
|
|||
.dataset-title {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
// opacity: 0.81;
|
||||
padding-top: 0.75rem;
|
||||
|
@ -188,7 +186,6 @@ input[type="text"] {
|
|||
flex-direction: row;
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 0.875rem;
|
||||
opacity: 1;
|
||||
align-items: center;
|
||||
|
@ -199,7 +196,6 @@ input[type="text"] {
|
|||
.dataset-title-draft {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
// opacity: 0.81;
|
||||
padding-top: 0.75rem;
|
||||
|
|
|
@ -4,7 +4,11 @@
|
|||
</app-multiple-auto-complete>
|
||||
<mat-error *ngIf="form.hasError('backendError')">{{form.getError('backendError').message}}</mat-error>
|
||||
<mat-error *ngIf="form.hasError('required')">{{'GENERAL.VALIDATION.REQUIRED' | translate}}</mat-error>
|
||||
<mat-hint *ngIf="hint">{{hint}}</mat-hint>
|
||||
<mat-hint *ngIf="hint" align="start">{{hint}}</mat-hint>
|
||||
<mat-hint *ngIf="hint" align="end">
|
||||
<span *ngIf="!form.disabled" class="not-found">{{'REFERENCE-FIELD.COULD-NOT-FIND-MESSAGE' | translate}} </span>
|
||||
<span *ngIf="!form.disabled" class="insert-manually" (click)="addReference($event)">{{'REFERENCE-FIELD.ACTIONS.INSERT-MANUALLY' | translate}}</span>
|
||||
</mat-hint>
|
||||
</mat-form-field>
|
||||
<mat-form-field class="w-100" *ngIf="singleAutoCompleteSearchConfiguration">
|
||||
<mat-label>{{label?.length > 0 ? label : referenceType?.name}}</mat-label>
|
||||
|
@ -12,9 +16,11 @@
|
|||
</app-single-auto-complete>
|
||||
<mat-error *ngIf="form.hasError('backendError')">{{form.getError('backendError').message}}</mat-error>
|
||||
<mat-error *ngIf="form.hasError('required')">{{'GENERAL.VALIDATION.REQUIRED' | translate}}</mat-error>
|
||||
<mat-hint *ngIf="hint">{{hint}}</mat-hint>
|
||||
<mat-hint *ngIf="hint" align="start">{{hint}}</mat-hint>
|
||||
<mat-hint *ngIf="hint" align="end">
|
||||
<span *ngIf="!form.disabled" class="not-found">{{'REFERENCE-FIELD.COULD-NOT-FIND-MESSAGE' | translate}} </span>
|
||||
<span *ngIf="!form.disabled" class="insert-manually" (click)="addReference($event)">{{'REFERENCE-FIELD.ACTIONS.INSERT-MANUALLY' | translate}}</span>
|
||||
</mat-hint>
|
||||
</mat-form-field>
|
||||
<div class="mb-4">
|
||||
<span *ngIf="!form.disabled" class="not-found">{{'REFERENCE-FIELD.COULD-NOT-FIND-MESSAGE' | translate}}</span>
|
||||
<span *ngIf="!form.disabled" class="insert-manually" (click)="addReference($event)">{{'REFERENCE-FIELD.ACTIONS.INSERT-MANUALLY' | translate}}</span>
|
||||
</div>
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
text-decoration: underline;
|
||||
color: var(--primary-color-3);
|
||||
cursor: pointer;
|
||||
font-size: 1rem;
|
||||
// font-size: 1rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.not-found {
|
||||
// cursor: pointer;
|
||||
color: #333;
|
||||
font-size: 1rem;
|
||||
// font-size: 1rem;
|
||||
font-weight: 400;
|
||||
padding: 0rem 0.5rem 0rem 0rem;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
font-size: small;
|
||||
font-family: 'Roboto';
|
||||
}
|
||||
|
||||
.sidebar-footer .option:hover {
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
color: #000000;
|
||||
opacity: 1;
|
||||
font-size: 0.93rem;
|
||||
font-family: 'Roboto',sans-serif;
|
||||
}
|
||||
|
||||
.nav-subrow {
|
||||
|
@ -54,7 +53,6 @@
|
|||
color: #000000;
|
||||
opacity: 1;
|
||||
font-size: 0.93rem;
|
||||
font-family: 'Roboto',sans-serif;
|
||||
}
|
||||
|
||||
.nav-row:hover {
|
||||
|
|
|
@ -408,9 +408,6 @@ input[type=email], select {
|
|||
|
||||
p {
|
||||
text-align: left;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
/* font-weight: 300;
|
||||
font-size: 1.25rem; */
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@ $mat-typography: mat.define-typography-config($font-family: 'Roboto, sans-serif;
|
|||
// $subheading-1: mat.define-typography-level($font-size: 20px, $font-weight: 500, $font-family: 'Roboto, sans-serif;'),
|
||||
$body-2: mat.define-typography-level($font-size: 16px, $font-weight: 400, $font-family: 'Roboto, sans-serif;'),
|
||||
$body-1: mat.define-typography-level($font-size: 18px, $font-weight: 400, $font-family: 'Roboto, sans-serif;'),
|
||||
$caption: mat.define-typography-level($font-size: 16px, $font-weight: Medium, $font-family: 'Roboto, sans-serif;'),
|
||||
// $caption: mat.define-typography-level($font-size: 16px, $font-weight: Medium, $font-family: 'Roboto, sans-serif;'),
|
||||
$button: mat.define-typography-level($font-size: 16px, $font-weight: 500, $font-family: 'Roboto, sans-serif;'),
|
||||
// Line-height must be unit-less fraction of the font-size.
|
||||
// $input: mat.define-typography-level($font-size: inherit, $line-height: 1.125, $font-weight: 500, $font-family: 'Roboto, sans-serif;'),
|
||||
|
|
Loading…
Reference in New Issue