|
@ -2369,6 +2369,14 @@ body { |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|
padding: 5px 20px; |
|
|
padding: 5px 20px; |
|
|
min-width: 40%; |
|
|
min-width: 40%; |
|
|
|
|
|
transition: all 0.3s ease; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.changeRule:hover { |
|
|
|
|
|
background-color: #e8f0ff; |
|
|
|
|
|
box-shadow: 0 2px 8px rgba(78, 134, 254, 0.2); |
|
|
|
|
|
transform: translateY(-2px); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.changeLevel { |
|
|
.changeLevel { |
|
|