Sha256: 692b531e9f92dfb1d63dbca2a4364aa3caf834118ece29de9ec297d6edfe403d

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 Bytes

Contents

.page-auth {
	margin: 0 auto;
	
	display: table;
	width: 100%;
	height: calc(~'100% - @{site-foot-height}');
	.site-logo {
		// text-transform: uppercase;
		text-align: center;
		> a {
			color: @text-color;
			font-weight: 100;
			> span {
				font-weight: 800;
			}
		}
	}	

	.auth-container {
		// border: 1px solid;
		.vertical-center();
	}
	.auth-container .form-container {
		max-width: 420px;
		margin: 30px auto;
		// border: 1px solid;

		.form-group {
			margin-left: 0;
			margin-right: 0;
		}
	}

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i-cms-0.1.0 app/assets/stylesheets/integrator/pages/auth.less