|
|
@@ -8,19 +8,19 @@
|
|
8
|
8
|
// position: unset!important;
|
|
9
|
9
|
// contain: size style!important;
|
|
10
|
10
|
// }
|
|
11
|
|
-
|
|
|
11
|
+
|
|
12
|
12
|
// .bottom-tab-bar {
|
|
13
|
13
|
// --background: transparent;
|
|
14
|
14
|
// --border: 0;
|
|
15
|
15
|
// }
|
|
16
|
|
-
|
|
|
16
|
+
|
|
17
|
17
|
// ion-tab-button {
|
|
18
|
18
|
// --background: #134d80;
|
|
19
|
19
|
// --color:white;
|
|
20
|
20
|
// --color-selected: red;
|
|
21
|
21
|
// --ripple-color: white;
|
|
22
|
22
|
// }
|
|
23
|
|
-
|
|
|
23
|
+
|
|
24
|
24
|
|
|
25
|
25
|
// .button-center {
|
|
26
|
26
|
// --background: transparent!important;
|
|
|
@@ -40,7 +40,7 @@
|
|
40
|
40
|
// content: '';
|
|
41
|
41
|
// }
|
|
42
|
42
|
// }
|
|
43
|
|
-
|
|
|
43
|
+
|
|
44
|
44
|
// .inner-left-btn {
|
|
45
|
45
|
// border-radius: 0 50% 0 0;
|
|
46
|
46
|
// //create the curved style on the left side of the center
|
|
|
@@ -51,7 +51,7 @@
|
|
51
|
51
|
// border-radius: 50% 0 0 0;
|
|
52
|
52
|
// // create the curved style on the right side of the center
|
|
53
|
53
|
// }
|
|
54
|
|
-
|
|
|
54
|
+
|
|
55
|
55
|
// .inner-center-btn {
|
|
56
|
56
|
// position: absolute;
|
|
57
|
57
|
// left: calc(50% - 35px); // position your button in the center
|
|
|
@@ -103,30 +103,39 @@
|
|
103
|
103
|
// border-radius: 16px;
|
|
104
|
104
|
// width: 92%;
|
|
105
|
105
|
// margin: 0 auto;
|
|
106
|
|
-
|
|
|
106
|
+
|
|
107
|
107
|
// }
|
|
108
|
108
|
|
|
109
|
|
- ion-tab-button {
|
|
110
|
|
- --color: var(--ion-color-medium);
|
|
111
|
|
- --color-selected: var(--ion-color-primary);
|
|
112
|
|
- --background-focused:#ff600d;
|
|
113
|
|
- --background-focused-opacity:0.5;
|
|
114
|
|
-
|
|
115
|
|
- &::before {
|
|
116
|
|
- background-color: transparent;
|
|
117
|
|
- display: block;
|
|
118
|
|
- content: "";
|
|
119
|
|
- margin: 0 auto;
|
|
120
|
|
- width: 20px;
|
|
121
|
|
- height: 2px;
|
|
122
|
|
- }
|
|
123
|
|
-
|
|
124
|
|
- &.tab-selected::before {
|
|
125
|
|
- background-color: var(--ion-color-primary);
|
|
126
|
|
- }
|
|
127
|
|
- }
|
|
128
|
|
-
|
|
129
|
|
- // ion-tab-button.tab-selected {
|
|
130
|
|
- // --background: var(--ion-color-dark) !important;
|
|
131
|
|
- // --color-selected: var(--ion-color-light);
|
|
132
|
|
- // }
|
|
|
109
|
+ion-tab-button {
|
|
|
110
|
+ --color: var(--ion-color-medium);
|
|
|
111
|
+ --color-selected: var(--ion-color-primary);
|
|
|
112
|
+ --background-focused: #ff600d;
|
|
|
113
|
+ --background-focused-opacity: 0.5;
|
|
|
114
|
+
|
|
|
115
|
+ &::before {
|
|
|
116
|
+ background-color: transparent;
|
|
|
117
|
+ display: block;
|
|
|
118
|
+ content: "";
|
|
|
119
|
+ margin: 0 auto;
|
|
|
120
|
+ width: 20px;
|
|
|
121
|
+ height: 2px;
|
|
|
122
|
+ }
|
|
|
123
|
+
|
|
|
124
|
+ &.tab-selected::before {
|
|
|
125
|
+ background-color: var(--ion-color-primary);
|
|
|
126
|
+ }
|
|
|
127
|
+}
|
|
|
128
|
+
|
|
|
129
|
+.icon-big {
|
|
|
130
|
+ font-size: 90px;
|
|
|
131
|
+ display: block;
|
|
|
132
|
+ color: rgb(255, 106, 0);
|
|
|
133
|
+ // margin-bottom: 10px;
|
|
|
134
|
+}
|
|
|
135
|
+
|
|
|
136
|
+
|
|
|
137
|
+
|
|
|
138
|
+// ion-tab-button.tab-selected {
|
|
|
139
|
+// --background: var(--ion-color-dark) !important;
|
|
|
140
|
+// --color-selected: var(--ion-color-light);
|
|
|
141
|
+// }
|