mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 21:29:57 +01:00
Add competitor functionality and enhance Pokémon management features
This commit is contained in:
34
v2/style.css
34
v2/style.css
@@ -530,3 +530,37 @@ div#not-found-message {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.actions-wrapper {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.action-button {
|
||||
padding: 10px 20px;
|
||||
background-color: var(--identity-primary);
|
||||
color: var(--grayscale-white);
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.action-button:hover {
|
||||
background-color: darken(var(--identity-primary), 10%);
|
||||
}
|
||||
|
||||
.competitors-list {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.competitors-list h2 {
|
||||
text-align: center;
|
||||
color: var(--grayscale-dark);
|
||||
}
|
||||
|
||||
#competitors-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user