﻿/**
 * @file Credentials tests
 * @author a2kolbasov
 */

[data-suffix]::after {
    content: attr(data-suffix);
}

form {
	display: table;
	& > div {
		display: table-row;
		& > * {
			display: table-cell;
			margin-inline: 1ex;
		}
  }
}
