HansTran commited on
Commit
495461b
·
verified ·
1 Parent(s): a706a46

Upload assets/style.css

Browse files
Files changed (1) hide show
  1. assets/style.css +6 -7
assets/style.css CHANGED
@@ -15,8 +15,8 @@
15
 
16
  .stApp {
17
  background:
18
- radial-gradient(circle at top left, rgba(20, 125, 114, 0.16), transparent 28%),
19
- radial-gradient(circle at top right, rgba(255, 184, 77, 0.22), transparent 24%),
20
  linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
21
  color: var(--text);
22
  }
@@ -43,8 +43,7 @@
43
  border: 1px solid var(--border);
44
  border-radius: 16px;
45
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.88));
46
- backdrop-filter: blur(16px);
47
- box-shadow: 0 10px 24px rgba(19, 39, 71, 0.06);
48
  margin-bottom: 0.35rem;
49
  }
50
 
@@ -75,7 +74,7 @@
75
  border-radius: 14px;
76
  border-color: rgba(18, 32, 51, 0.08) !important;
77
  background: var(--surface);
78
- box-shadow: 0 8px 18px rgba(19, 39, 71, 0.05);
79
  padding: 0.02rem 0.08rem;
80
  margin-bottom: 0.4rem;
81
  }
@@ -228,7 +227,7 @@
228
  font-weight: 700 !important;
229
  font-size: 0.8rem !important;
230
  border: 1px solid transparent !important;
231
- transition: all 0.2s ease !important;
232
  padding-top: 0.2rem !important;
233
  padding-bottom: 0.2rem !important;
234
  }
@@ -236,7 +235,7 @@
236
  .primary-action > button {
237
  background: linear-gradient(135deg, var(--primary), #1a9f90) !important;
238
  color: white !important;
239
- box-shadow: 0 8px 18px rgba(20, 125, 114, 0.2) !important;
240
  }
241
 
242
  .check-action > button {
 
15
 
16
  .stApp {
17
  background:
18
+ radial-gradient(circle at top left, rgba(20, 125, 114, 0.1), transparent 22%),
19
+ radial-gradient(circle at top right, rgba(255, 184, 77, 0.12), transparent 20%),
20
  linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
21
  color: var(--text);
22
  }
 
43
  border: 1px solid var(--border);
44
  border-radius: 16px;
45
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.88));
46
+ box-shadow: 0 4px 10px rgba(19, 39, 71, 0.04);
 
47
  margin-bottom: 0.35rem;
48
  }
49
 
 
74
  border-radius: 14px;
75
  border-color: rgba(18, 32, 51, 0.08) !important;
76
  background: var(--surface);
77
+ box-shadow: 0 2px 8px rgba(19, 39, 71, 0.03);
78
  padding: 0.02rem 0.08rem;
79
  margin-bottom: 0.4rem;
80
  }
 
227
  font-weight: 700 !important;
228
  font-size: 0.8rem !important;
229
  border: 1px solid transparent !important;
230
+ transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
231
  padding-top: 0.2rem !important;
232
  padding-bottom: 0.2rem !important;
233
  }
 
235
  .primary-action > button {
236
  background: linear-gradient(135deg, var(--primary), #1a9f90) !important;
237
  color: white !important;
238
+ box-shadow: 0 3px 8px rgba(20, 125, 114, 0.12) !important;
239
  }
240
 
241
  .check-action > button {