Adds hover on all close buttons

This commit is contained in:
apapachristou 2020-11-06 14:21:14 +02:00
parent 0bd5afffe1
commit 3a8d426d22
5 changed files with 43 additions and 4 deletions

View File

@ -22,12 +22,15 @@
.close-icon {
cursor: pointer;
margin-right: 20px;
padding: .4rem;
width: auto !important;
height: auto !important;
}
// .close-icon:hover {
// background-color: #ECECED !important;
// border-radius: 50%;
// }
.close-icon:hover {
background-color: #ECECED !important;
border-radius: 50%;
}
.cancel-btn {
width: 101px;

View File

@ -3,6 +3,15 @@
.close-icon {
cursor: pointer;
margin-right: 20px;
padding: .4rem;
width: auto !important;
height: auto !important;
}
.close-icon:hover {
background-color: #ECECED !important;
border-radius: 50%;
}
.title {

View File

@ -6,6 +6,15 @@
.close-icon {
cursor: pointer;
// margin-right: 20px;
padding: .4rem;
width: auto !important;
height: auto !important;
}
.close-icon:hover {
background-color: #ECECED !important;
border-radius: 50%;
}
.title {

View File

@ -14,6 +14,15 @@
.close-icon {
cursor: pointer;
// margin-right: 20px;
padding: .4rem;
width: auto !important;
height: auto !important;
}
.close-icon:hover {
background-color: #ECECED !important;
border-radius: 50%;
}
.content {

View File

@ -14,6 +14,15 @@
.close-icon {
cursor: pointer;
// margin-right: 20px;
padding: .4rem;
width: auto !important;
height: auto !important;
}
.close-icon:hover {
background-color: #ECECED !important;
border-radius: 50%;
}
.content {