opt-cc/static/src/app/style/entry-form.css

27 lines
290 B
CSS
Raw Normal View History

.overview {
2018-02-26 09:04:27 +01:00
overflow: hidden !important;
padding-top: 80px !important;
width: 20%;
min-width: 280px;
}
2017-05-10 11:04:06 +02:00
h3 {
margin-left: -20px;
}
label {
display: block;
}
.ng-touched.ng-invalid {
border-color: red;
}
.preview-image {
margin: 10px;
}
.form-control {
height: auto;
}