input-group>.btn style tweak

This commit is contained in:
billz 2023-11-10 17:31:15 +00:00
parent e90f87ac63
commit 774d7e90ef

View file

@ -249,3 +249,8 @@ button > i.fas {
background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.input-group>.input-group-append:not(:last-child)>.btn {
border-top-right-radius: 0.35rem;
border-bottom-right-radius: 0.35rem;
}