/**
 * @file
 * Specific styles for forms
 */

.form-actions {
  display: flex;
  justify-content: space-between;
}
