Initial prototype commit

This commit is contained in:
azivner
2017-05-22 20:32:19 -04:00
parent 1bdef948e7
commit d21fc45797
234 changed files with 91930 additions and 0 deletions

View File

@@ -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;
}