mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 09:56:03 +01:00
10 lines
125 B
SCSS
10 lines
125 B
SCSS
|
.inbox-actions {
|
||
|
.form-group {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.card-body {
|
||
|
padding: $card-spacer-y $card-spacer-x;
|
||
|
}
|
||
|
}
|