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

@@ -14,12 +14,6 @@
color: #444;
}
}
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal).bp3-small {
font-size: 13px;
min-height: 33px;
margin-top: 21px;
margin-left: -30px;
}
}
&__table {
@@ -186,3 +180,20 @@
margin-right: 20px;
}
}
.dialog--journal-number-settings{
.paragraph {
margin-bottom: 20px;
}
.bp3-form-group{
margin-bottom: 10px;
}
.bp3-dialog-footer-actions{
.bp3-button{
min-width: 75px;
}
}
}