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;
|
||
|
}
|
||
|
}
|