mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 21:52:02 +00:00
Added a counter for the number of vehicles in the search.
This commit is contained in:
@@ -61,6 +61,17 @@ p {
|
||||
box-shadow: 0 0 5px rgba(52, 152, 219, 0.3);
|
||||
}
|
||||
|
||||
.num {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
max-width: 150px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: #333;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
|
||||
Reference in New Issue
Block a user