Skip to content
Snippets Groups Projects
Commit 8ea05021 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #18301 TIME 0:10 fix css + modify external component

parent 0578026e
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<ion-item lines="none" style="margin-top:-10px;"> <ion-item lines="none" style="margin-top:-10px;">
{{'lang.maarchLicence' | translate}} &nbsp;<a target="blank" href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">{{'lang.licence' | translate}}</a>. {{'lang.maarchLicence' | translate}} &nbsp;<a target="blank" href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">{{'lang.licence' | translate}}</a>.
</ion-item> </ion-item>
<ion-item style="margin-top: -15px;"> <ion-item style="margin-top: -15px;" lines="none">
<ul> <ul>
<li>{{'lang.officialWebsite' | translate}} : <a target="blank" href="https://maarch.com/">https://maarch.com</a></li> <li>{{'lang.officialWebsite' | translate}} : <a target="blank" href="https://maarch.com/">https://maarch.com</a></li>
<li>{{'lang.community' | translate}} : <a target="blank" <li>{{'lang.community' | translate}} : <a target="blank"
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<ion-grid> <ion-grid>
<ion-row> <ion-row>
<ion-col size="6"> <ion-col size="6">
<ion-card style="height: 100%;"> <ion-card style="height: auto;">
<ion-card-header> <ion-card-header>
<ion-card-title class="appVersion">{{'lang.externalComponents' | translate}}</ion-card-title> <ion-card-title class="appVersion">{{'lang.externalComponents' | translate}}</ion-card-title>
<ion-card-subtitle style="font-size: 12px;">{{'lang.externalComponentsDesc' | translate}}</ion-card-subtitle> <ion-card-subtitle style="font-size: 12px;">{{'lang.externalComponentsDesc' | translate}}</ion-card-subtitle>
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</ion-card> </ion-card>
</ion-col> </ion-col>
<ion-col size="6"> <ion-col size="6">
<ion-card style="height: 100%;"> <ion-card style="height: auto;">
<ion-card-header> <ion-card-header>
<ion-card-title class="appVersion">{{'lang.credits' | translate}}</ion-card-title> <ion-card-title class="appVersion">{{'lang.credits' | translate}}</ion-card-title>
</ion-card-header> </ion-card-header>
......
...@@ -44,8 +44,8 @@ export class AboutUsComponent implements OnInit { ...@@ -44,8 +44,8 @@ export class AboutUsComponent implements OnInit {
url: 'https://yousign.com/' url: 'https://yousign.com/'
}, },
{ {
label: 'Bootstrap', label: 'Font Awesome',
url: 'https://getbootstrap.com/' url: 'https://github.com/FortAwesome/Font-Awesome/'
}, },
{ {
label: 'Ionicons', label: 'Ionicons',
......
...@@ -86,8 +86,8 @@ input:read-only { ...@@ -86,8 +86,8 @@ input:read-only {
} }
.aboutUsCss { .aboutUsCss {
--width: 1000px; --width: 60%;
--height: 800px; --height: 85%;
} }
ion-icon { ion-icon {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment