HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/sass/5-Components/_components.userAddress.scss
.c-user-address {
	display: flex;
	flex-wrap: wrap;
	margin-top: space(2);
	border: 2px solid palette(neutral, 900);
}


.c-user-address__data {
	@include font-size(m);
	flex: 1;
	font-style: normal;
	padding: space(3);
}


.c-user-address__action {
	margin-right: space(3);
	margin-left: auto;
	display: flex;
	align-items: center;
}


.c-user-address__footer {
	display: flex;
	width: 100%;
	padding: space(0.5) space(3);
	border-top: 2px solid palette(neutral, 900);

	& > *:nth-child(n+2) {
		margin-left: space(3);
	}
}

.c-checkmark {
	margin-top: space(2);
}


.c-user-address__button {
	@include font-size(base);
	border: none;
	padding: 0;
	cursor: pointer;
	background: none;

	&:hover {
		color: palette(action, 500)
	}

	&:focus {
		outline: none;
	}
}