mirror of
https://github.com/Steffo99/bluelib.git
synced 2025-03-11 11:07:51 +00:00
🔧 Add gap to .form-buttons
This commit is contained in:
parent
a47f83b536
commit
6f7edba293
9 changed files with 9 additions and 4 deletions
1
src/rules/skeleton.less
vendored
1
src/rules/skeleton.less
vendored
|
@ -128,6 +128,7 @@
|
|||
grid-column-end: 3;
|
||||
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
|
|
|
@ -843,6 +843,7 @@ body .form-buttons {
|
|||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -843,6 +843,7 @@ body .form-buttons {
|
|||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -229,6 +229,7 @@
|
|||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -843,6 +843,7 @@ body .form-buttons {
|
|||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue