에디터 변경

This commit is contained in:
2018-08-30 22:02:51 +09:00
parent b7a570cba2
commit c785027c5c
86 changed files with 8228 additions and 7419 deletions
@@ -0,0 +1,16 @@
.ext-databasic {
position: relative;
display: block;
min-height: 50px;
background-color: cyan;
text-align: center;
padding: 20px;
border: 1px solid white;
border-radius: 10px;
}
.ext-databasic p {
color: white;
font-size: 1.2em;
margin: 0;
}