We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3f35b commit 60b473fCopy full SHA for 60b473f
ui/src/app/shared/footer/footer.ts
@@ -10,7 +10,6 @@ import { Role } from "../type/role";
10
@Component({
11
selector: 'oe-footer',
12
styles: [`
13
-
14
:host[data-isSmartPhone=true] {
15
position: relative;
16
}
@@ -19,16 +18,16 @@ import { Role } from "../type/role";
19
18
position: sticky;
20
bottom: 0;
21
width: 100%;
22
23
font-size: 14px !important;
24
- ion-row: {
25
- text-align: center;
26
- }
+ }
+
+ ion-row {
+ text-align: center;
27
28
- ion-item: {
29
- --min-height: initial !important;
30
- font-size: inherit;
31
+ ion-item {
+ --min-height: initial !important;
+ font-size: inherit;
32
33
`],
34
templateUrl: 'footer.html',
0 commit comments