feat(style): ensure full-width buttons in card blocks
Adjusted button styles within card blocks to span the full width and tightened the margin at the top to just 1px. This enhancement improves consistency across UI components and enhances the visual appeal of card elements, making actions more obvious and accessible to users.
This commit is contained in:
parent
66fc9eac77
commit
f01858fb1e
1 changed files with 5 additions and 0 deletions
|
@ -60,3 +60,8 @@ form {
|
|||
#panorama {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.card-block .btn {
|
||||
width: 100%;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue