Update statistics box to match card styling and display stars
Modify .stats-container in styles.css to use transparent background, remove border and padding, and adjust margins to match card styling. The diff also implies changes related to the display of stars, potentially in frontend JavaScript or template files. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 5e584ab0-c340-4432-97ef-1972582b60e9 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0ed99c98-0ced-4721-bf48-165e16875f8a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/5e584ab0-c340-4432-97ef-1972582b60e9/HcboTm9
This commit is contained in:
BIN
attached_assets/image_1762644241893.png
Normal file
BIN
attached_assets/image_1762644241893.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 254 KiB |
@@ -455,10 +455,10 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stats-container {
|
.stats-container {
|
||||||
background: var(--gray-900);
|
background: transparent;
|
||||||
border: 1px solid var(--gray-700);
|
border: none;
|
||||||
border-radius: 16px;
|
border-radius: 0;
|
||||||
padding: 48px;
|
padding: 0;
|
||||||
margin: 48px auto;
|
margin: 48px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user