Initial commit

This commit is contained in:
Maksim Eltyshev
2019-08-31 04:07:25 +05:00
commit 36fe34e8e1
583 changed files with 91539 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
.deleteButton {
bottom: 12px;
box-shadow: 0 1px 0 #cbcccc;
position: absolute;
right: 9px;
}
.fieldBox {
display: inline-block;
margin: 0 4px 12px;
width: calc(33.3333% - 22px);
}
.fieldWrapper {
margin: 0 -4px;
}
.iconButton {
background: transparent !important;
box-shadow: none !important;
margin: 0 4px 0 1px !important;
width: 36px;
}
.iconButton:hover {
background: #e9e9e9;
}
.text {
color: #444444;
font-size: 12px;
font-weight: bold;
padding-bottom: 4px;
padding-left: 2px;
}