|
|
@@ -2,6 +2,35 @@ ion-content {
|
|
|
--background: linear-gradient(135deg, var(--ion-color-primary) 0%, var(--ion-color-secondary) 100%);
|
|
|
}
|
|
|
|
|
|
+ion-header {
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+ ion-toolbar {
|
|
|
+ --background: transparent;
|
|
|
+ --border-style: none;
|
|
|
+ --border-color: transparent;
|
|
|
+ --border-width: 0;
|
|
|
+ --padding-top: 20px;
|
|
|
+
|
|
|
+ ion-title, ion-button, ion-icon {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+
|
|
|
+ ion-buttons {
|
|
|
+ margin-inline-start: 8px;
|
|
|
+ }
|
|
|
+
|
|
|
+ ion-button::part(native) {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ ion-icon {
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.countdown-container {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -64,6 +93,7 @@ ion-content {
|
|
|
|
|
|
ion-icon {
|
|
|
font-size: 28px;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
&::part(native) {
|
|
|
@@ -81,20 +111,6 @@ ion-progress-bar {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-ion-header ion-toolbar {
|
|
|
- --background: transparent;
|
|
|
- --border-width: 0;
|
|
|
-
|
|
|
- ion-title {
|
|
|
- color: white;
|
|
|
- font-weight: 500;
|
|
|
- }
|
|
|
-
|
|
|
- ion-button {
|
|
|
- --color: white;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
@keyframes pulse {
|
|
|
0% {
|
|
|
transform: scale(1);
|