|
@@ -12,7 +12,7 @@
|
|
|
color: #000;
|
|
color: #000;
|
|
|
padding: 15px;
|
|
padding: 15px;
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
- font-weight: normal;
|
|
|
|
|
|
|
+ font-weight: 500;
|
|
|
}
|
|
}
|
|
|
.container { max-width: 1400px; margin: 0 auto; background: white; padding: 30px; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
|
|
.container { max-width: 1400px; margin: 0 auto; background: white; padding: 30px; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
|
|
|
h1 {
|
|
h1 {
|
|
@@ -49,7 +49,7 @@
|
|
|
color: #000;
|
|
color: #000;
|
|
|
font-family: 'Courier New', monospace;
|
|
font-family: 'Courier New', monospace;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
- font-weight: normal;
|
|
|
|
|
|
|
+ font-weight: 500;
|
|
|
}
|
|
}
|
|
|
#api-key-section input:focus {
|
|
#api-key-section input:focus {
|
|
|
outline: none;
|
|
outline: none;
|
|
@@ -143,7 +143,7 @@
|
|
|
letter-spacing: 1px;
|
|
letter-spacing: 1px;
|
|
|
}
|
|
}
|
|
|
tr:hover { background: #fafafa; }
|
|
tr:hover { background: #fafafa; }
|
|
|
- td { font-size: 14px; font-weight: normal; }
|
|
|
|
|
|
|
+ td { font-size: 14px; font-weight: 500; }
|
|
|
|
|
|
|
|
/* Forms */
|
|
/* Forms */
|
|
|
.form-group {
|
|
.form-group {
|
|
@@ -166,7 +166,7 @@
|
|
|
color: #000;
|
|
color: #000;
|
|
|
font-family: 'Courier New', monospace;
|
|
font-family: 'Courier New', monospace;
|
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
|
- font-weight: normal;
|
|
|
|
|
|
|
+ font-weight: 500;
|
|
|
}
|
|
}
|
|
|
input:focus, textarea:focus, select:focus {
|
|
input:focus, textarea:focus, select:focus {
|
|
|
outline: none;
|
|
outline: none;
|
|
@@ -174,7 +174,7 @@
|
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
|
}
|
|
}
|
|
|
textarea { min-height: 80px; }
|
|
textarea { min-height: 80px; }
|
|
|
- small { color: #666; font-size: 12px; font-weight: normal; }
|
|
|
|
|
|
|
+ small { color: #666; font-size: 12px; font-weight: 500; }
|
|
|
|
|
|
|
|
/* Status badges */
|
|
/* Status badges */
|
|
|
.badge {
|
|
.badge {
|
|
@@ -199,7 +199,7 @@
|
|
|
|
|
|
|
|
.hidden { display: none; }
|
|
.hidden { display: none; }
|
|
|
.error { color: #000; margin-top: 8px; font-weight: bold; }
|
|
.error { color: #000; margin-top: 8px; font-weight: bold; }
|
|
|
- .empty { text-align: center; padding: 30px; color: #666; font-weight: normal; }
|
|
|
|
|
|
|
+ .empty { text-align: center; padding: 30px; color: #666; font-weight: 500; }
|
|
|
|
|
|
|
|
/* Loading spinner */
|
|
/* Loading spinner */
|
|
|
.loading {
|
|
.loading {
|