33 lines
789 B
CSS
33 lines
789 B
CSS
design-form-directive .ui-select input.form-control {
|
|
height: 34px;
|
|
padding: 6px;
|
|
}
|
|
|
|
design-form-directive .config-form .btn-secondary {
|
|
border-color: #DDDDDD;
|
|
}
|
|
|
|
design-form-directive .config-form .row.field {
|
|
padding-top: 1.5em;
|
|
}
|
|
|
|
design-form-directive .config-form > .row > .container{
|
|
border-right: 1px #ddd solid;
|
|
border-right: none;
|
|
}
|
|
|
|
|
|
design-form-directive .config-form {
|
|
max-width: 100%;
|
|
}
|
|
|
|
design-form-directive .config-form > .row {
|
|
padding: 19px;
|
|
margin-bottom: 20px;
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #e3e3e3;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
|
|
} |