style: Unified spacing to 2 and add editor config

This commit is contained in:
Wessel Tip
2021-03-17 14:01:53 +01:00
parent aec47d9d0b
commit 9981a28638
98 changed files with 2931 additions and 2902 deletions

View File

@@ -1,58 +1,58 @@
.notes {
position: relative;
position: relative;
h3 {
text-shadow: none;
margin: 0;
}
h3 {
text-shadow: none;
margin: 0;
}
}
.notescontainer {
padding: 15px;
visibility: hidden;
background-color: #fff;
color: #000;
text-align: center;
border-radius: 12px;
position: absolute;
top: 80%;
margin-left: -150px;
padding: 15px;
visibility: hidden;
background-color: #fff;
color: #000;
text-align: center;
border-radius: 12px;
position: absolute;
top: 80%;
margin-left: -150px;
svg {
float: left;
}
svg {
float: left;
}
::placeholder {
color: #636e72;
opacity: 1;
}
::placeholder {
color: #636e72;
opacity: 1;
}
}
.notes:hover .notescontainer {
visibility: visible;
visibility: visible;
}
textarea {
border: none;
width: 200px;
resize: none;
height: 100px;
margin: 10px;
border: none;
width: 200px;
resize: none;
height: 100px;
margin: 10px;
}
.topbarnotes {
svg {
font-size: 48px;
padding: 9px;
}
svg {
font-size: 48px;
padding: 9px;
}
h3 {
font-size: 48px;
margin-right: 20px;
}
h3 {
font-size: 48px;
margin-right: 20px;
}
}
.dark textarea {
background-color: #2f3542;
color: white;
}
background-color: #2f3542;
color: white;
}