Some missing icons
This commit is contained in:
@ -144,7 +144,6 @@ meta, body {
|
||||
top: 9px;
|
||||
right: 12px;
|
||||
position: fixed;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@ -156,4 +155,26 @@ meta, body {
|
||||
.icon-close:hover {
|
||||
transform: scale(90%);
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* LOG ICON */
|
||||
|
||||
#log-icon-container {
|
||||
z-index: 50;
|
||||
bottom: 9px;
|
||||
right: 12px;
|
||||
position: fixed;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.log-icon {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.log-icon:hover {
|
||||
transform: scale(90%);
|
||||
transition: .5s;
|
||||
}
|
Reference in New Issue
Block a user