Add config's missing CSS
This commit is contained in:
parent
1470309037
commit
c524836faf
|
@ -0,0 +1,17 @@
|
|||
<?php include("../colors.php"); ?>
|
||||
|
||||
.title{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.main-container{
|
||||
margin: 30px;
|
||||
}
|
||||
|
||||
.section{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
input{
|
||||
margin-bottom: 10px;
|
||||
}
|
Loading…
Reference in New Issue