feat: journal number setting dialog.

This commit is contained in:
Ahmed Bouhuolia
2020-10-21 01:01:06 +02:00
parent c14116a0fd
commit fb1ecd529f
22 changed files with 304 additions and 150 deletions

View File

@@ -341,4 +341,42 @@ $form-check-input-indeterminate-bg-image: url("data:image/svg+xml,<svg xmlns='ht
.bp3-menu-item::before, .bp3-menu-item > .bp3-icon{
color: #4b5d6b;
}
.bp3-input-group{
display: flex;
.bp3-input:not(:last-child) {
border-radius: 3px 0 0 3px;
border-right-width: 0;
}
.bp3-input-action{
position: relative;
}
.input-prepend{
&__text,
&__button{
display: flex;
align-items: center;
padding: .375rem .75rem;
margin: 0;
height: 32px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0 3px 3px 0;
.bp3-icon{
color: #848da0;
}
}
}
}