WIP authentication with flask-login, restructuring of static files

This commit is contained in:
azivner
2017-06-12 23:28:38 -04:00
parent 1266ad96df
commit 6efe28c283
250 changed files with 127 additions and 22 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;
}