Skip to content

Commit

Permalink
transparent btn
Browse files Browse the repository at this point in the history
  • Loading branch information
fdq09eca committed Nov 16, 2023
1 parent 791f4eb commit a4c6441
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions demo/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ button {
width: 100px;
height: 50px;
border-radius: 10px;
opacity: 0.5;
}
button:hover{
opacity: 1;
}
#remove-map-btn {
Expand All @@ -67,21 +72,13 @@ button {
font-weight: bold;
}
#remove-map-btn:hover {
background-color: lightpink;
color: darkred;
font-weight: bolder;
}
#add-map-btn {
background-color: blue;
color: white;
font-weight: bold;
}
#add-map-btn:hover {
background-color: cornflowerblue;
color: darkblue;
font-weight: bolder;
}
</style>

0 comments on commit a4c6441

Please sign in to comment.