adding pointer icon to close icon
This commit is contained in:
parent
8ec9aa548d
commit
80d2b6ee0e
|
|
@ -1048,6 +1048,7 @@ article>*:not(.entry-content),
|
||||||
}
|
}
|
||||||
|
|
||||||
.burger_menu_active .close_btn {
|
.burger_menu_active .close_btn {
|
||||||
|
cursor: pointer;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@
|
||||||
}
|
}
|
||||||
.burger_menu_active {
|
.burger_menu_active {
|
||||||
.close_btn {
|
.close_btn {
|
||||||
|
cursor: pointer;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user