added a few columns for scheduling, styling in admin

This commit is contained in:
Nabeel Shahzad
2018-04-08 20:51:27 -05:00
parent f842e86885
commit 86d28aafd6
14 changed files with 219 additions and 128 deletions
@@ -0,0 +1,21 @@
.form-container {
border: 0;
border-radius: 2px;
display: inline-block;
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
font-weight: bold;
text-transform: uppercase;
h6 {
font-size: 15px;
padding: 7px;
background-color: rgba(222, 222, 222, 0.3);
}
.form-container-body {
padding: 8px;
}
}