
.settings-view {
	section {
		padding: 40px;
	}

	.field.current-user {
		.text {
			padding: 14px 14px 14px 0px;

			.user {
				border: 0;
				position: relative;

				.thumbnail {
					@include animate();
					position: absolute;
					display: block;
					top: -14px;
					left: 0;
					max-width: 40px;
					border: 2px solid transparent;
				}

				.user-name {
					padding: 2px 14px 2px 55px;
				}

				&[href]:hover {
					.thumbnail {
						cursor: pointer;
						border-color: $turquoise;
					}
				}
			}
		}
	}

	.field.pusher-connections {
		.connection.me {
			font-weight: bold;
		}
	}

	@include responsive( $bp_medium ){
		section {
			padding: 20px;
		}
	}
}


.debugger-view {
	section {
		padding: 40px;
	}

	@include responsive( $bp_medium ){
		section {
			padding: 20px;
		}
	}
}