app/src/commons/component/scanner-setting-dropdown.component.scss

17 lines
213 B
SCSS
Raw Normal View History

2018-08-20 06:47:09 +00:00
.text-row{
display: inline;
.title {
float: left;
font-size: var(--font-size-sm);
}
.description{
float: left;
}
2018-09-10 13:02:41 +00:00
}
.ui-button-right {
button {
float: right;
margin-left: 4px;
}
2018-08-20 06:47:09 +00:00
}