Some new icons with logic (not completed yet)
This commit is contained in:
@ -139,11 +139,21 @@ meta, body {
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* CLOSE CROSS */
|
||||
|
||||
#close-cross{
|
||||
#close-cross {
|
||||
z-index: 50;
|
||||
top: 9px;
|
||||
right: 12px;
|
||||
position: fixed;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.icon-close {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.icon-close:hover {
|
||||
transform: scale(90%);
|
||||
transition: .5s;
|
||||
}
|
Reference in New Issue
Block a user