WIP CSS cleanup (some things broken atm)

This commit is contained in:
David Ralph
2020-12-05 16:25:49 +00:00
parent 88e54ad26a
commit 11b82fe944
14 changed files with 59 additions and 202 deletions

View File

@@ -1,15 +1,4 @@
.notes {
position: relative;
display: inline-block;
h3 {
text-shadow: none;
margin: 0;
}
}
.notes .notescontainer {
text-align: center;
.notescontainer {
padding: 15px;
visibility: hidden;
background-color: #fff;
@@ -48,33 +37,21 @@
}
textarea {
overflow: none;
border: none;
outline: none;
width: 200px;
resize: none;
height: 100px;
margin: 10px;
}
.noteIcon {
display: inline;
font-size: 1em;
float: none;
}
.topbarnotes {
text-align: center;
svg {
font-size: 48px;
float: left !important;
padding: 9px;
}
h3 {
font-size: 48px;
float: right;
margin-right: 20px;
}
}