diff --git a/Mohem/src/app/eit/home/home.component.html b/Mohem/src/app/eit/home/home.component.html index 1bb9e972..5a17cfae 100644 --- a/Mohem/src/app/eit/home/home.component.html +++ b/Mohem/src/app/eit/home/home.component.html @@ -70,7 +70,8 @@  {{subPage.PROMPT}} - + + diff --git a/Mohem/src/app/eit/home/home.component.scss b/Mohem/src/app/eit/home/home.component.scss index ccda4466..8aef286b 100644 --- a/Mohem/src/app/eit/home/home.component.scss +++ b/Mohem/src/app/eit/home/home.component.scss @@ -80,3 +80,16 @@ ion-icon::before { color: grey; transform: rotate(180deg); } + +.arrow-forward{ + float: right; + font-size: 25px; + color: grey; +} +.arrow-forward-ar{ + float: left; + font-size: 25px; + color: grey; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); +} \ No newline at end of file