more css cleanup

This commit is contained in:
David Ralph
2020-12-05 18:43:16 +00:00
parent e2d7a9aebd
commit e25f48cb14
5 changed files with 1 additions and 27 deletions

View File

@@ -15,20 +15,8 @@
text-align: center;
border-radius: 12px;
position: absolute;
z-index: 1;
top: 80%;
left: 50%;
margin-left: -125px;
input[type=text] {
border: none;
color: #2d3436;
}
svg,
input[type=text] {
display: inline-flex;
}
margin-left: -150px;
svg {
float: left;
@@ -40,7 +28,6 @@
}
}
.notes:hover .notescontainer {
visibility: visible;
}