argos/dmp-frontend/src/app/form/dynamic-form.component.css

30 lines
538 B
CSS
Raw Normal View History

2017-12-06 10:04:55 +01:00
.full-width {
width: 100%;
2017-11-13 17:19:43 +01:00
}
2017-12-06 10:04:55 +01:00
.ui-steps .ui-steps-item {
width: 25%;
2017-11-13 17:19:43 +01:00
}
2017-12-06 10:04:55 +01:00
.ui-steps.steps-custom {
margin-bottom: 30px;
2017-11-09 15:18:02 +01:00
}
2017-12-06 10:04:55 +01:00
.ui-steps.steps-custom .ui-steps-item .ui-menuitem-link {
height: 10px;
padding: 0 1em;
2017-11-13 17:19:43 +01:00
}
2017-12-06 10:04:55 +01:00
.ui-steps.steps-custom .ui-steps-item .ui-steps-number {
background-color: #0081c2;
color: #FFFFFF;
display: inline-block;
width: 36px;
border-radius: 50%;
margin-top: -14px;
margin-bottom: 10px;
2017-11-13 17:19:43 +01:00
}
2017-12-06 10:04:55 +01:00
.ui-steps.steps-custom .ui-steps-item .ui-steps-title {
color: #555555;
2017-11-09 15:18:02 +01:00
}