Added a test edit page; fixed some styles
This commit is contained in:
@ -14,5 +14,17 @@ $shadow-heavy: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px
|
||||
}
|
||||
|
||||
body{
|
||||
background: rgb(240, 235, 248);
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
table{
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
#main-wrapper{
|
||||
padding: 1.5rem 2rem;
|
||||
background: white;
|
||||
border: 1px solid #bbb;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user