diff --git a/ui/src/app/pages/apps-routes/app-installed-list/app-installed-list.page.html b/ui/src/app/pages/apps-routes/app-installed-list/app-installed-list.page.html index d265ab2cd..33c66c87c 100644 --- a/ui/src/app/pages/apps-routes/app-installed-list/app-installed-list.page.html +++ b/ui/src/app/pages/apps-routes/app-installed-list/app-installed-list.page.html @@ -24,19 +24,30 @@ + + - +
+ +
+ + + + diff --git a/ui/src/app/pages/apps-routes/app-installed-list/app-installed-list.page.scss b/ui/src/app/pages/apps-routes/app-installed-list/app-installed-list.page.scss index 0dad1aef3..d73a4655c 100644 --- a/ui/src/app/pages/apps-routes/app-installed-list/app-installed-list.page.scss +++ b/ui/src/app/pages/apps-routes/app-installed-list/app-installed-list.page.scss @@ -90,10 +90,52 @@ --background: linear-gradient(200deg, rgb(35, 178, 251, 1), rgb(35, 178, 251, 0.25)); } +.launch-button-triangle { + // position: absolute; + // --border-radius: 0px; + width: 0px; + height: 0px; + right: 0px; + // --box-shadow: none; + /* top: -5px; */ + // border-style: outset; + // border-width: 0px 0px 0px 0px; + // border-color: #2a2a2a; + margin: 0px; + // --background: linear-gradient(200deg, rgb(35, 178, 251, 1), rgb(35, 178, 251, 0.25)); + border-style: solid; + border-width: 0 72px 73px 0; + border-color: blue; + /* border-width: 40px 80px 40px 0; */ + border-color: transparent #007bff transparent transparent; +} + .launch-button-off { --background: transparent; --box-shadow: none; + border-color: transparent; ion-icon { color: var(--ion-color-medium); } +} + +.launch-container { + position: absolute; + // --border-radius: 0px; + width: 55%; + height: 55%; + right: 0px; + top: 0px; + // --box-shadow: none; + /* top: -5px; */ + // border-style: outset; + // border-width: 0px 0px 0px 0px; + // border-color: #2a2a2a; + margin: 0px; + // --background: linear-gradient(200deg, rgb(35, 178, 251, 1), rgb(35, 178, 251, 0.25)); + // border-style: solid; + // border-width: 0 72px 73px 0; + // border-color: blue; + /* border-width: 40px 80px 40px 0; */ + // border-color: transparent #007bff transparent transparent; } \ No newline at end of file