Files
old-tellall/web/src/css/components/IntentDetails.scss

33 lines
437 B
SCSS
Raw Normal View History

2018-01-14 01:00:35 +01:00
.QuestionBox{
margin:25px;
}
.QuestionTitle{
margin-top:20px;
margin-left: 30px;
float: left;
}
.IntentDetailsInputBoxes{
width: 90%;
2018-01-14 01:00:35 +01:00
}
.IntentDetailsButton{
float: right;
margin-right: 25px;
}
.IntentDetailsButton-firstInRow{
float: right;
margin-right: 10%;
}
.AddQuestionVariantButton{
float: right;
margin-right: 10%;
}
2018-04-03 14:19:07 +02:00
.AnswerTypeButton{
float: right;
margin-right: 30px;
2018-01-14 01:00:35 +01:00
}