18 lines
223 B
SCSS
18 lines
223 B
SCSS
.QuestionBox{
|
|
margin:25px;
|
|
}
|
|
|
|
.QuestionTitle{
|
|
margin-top:20px;
|
|
margin-left: 30px;
|
|
float: left;
|
|
}
|
|
|
|
.IntentDetailsInputBoxes{
|
|
width: 60%;
|
|
}
|
|
|
|
.IntentDetailsButton{
|
|
float: left;
|
|
margin-left: 25px;
|
|
} |