first commit

This commit is contained in:
king199025
2018-10-11 11:15:09 +03:00
commit 9e8e98c379
230 changed files with 12117 additions and 0 deletions

21
backend/web/css/site.css Normal file
View File

@ -0,0 +1,21 @@
.media__upload_img{
margin-bottom: 10px;
float: left;
}
.input-group {
position: relative;
display: table;
width: 100%;
border-collapse: separate;
}
.itemImg, .itemImgs{
float: left!important;
display: inline-block;
width: 30%!important;
}
.media__upload_img img{
margin: 3px;
object-fit: cover;
}