Sha256: a72ff4d5431e54da2ca6e9db412d79d5e59ea1b3c86c5ebf5d368ca7b072e8a0

Contents?: true

Size: 1.25 KB

Versions: 18

Compression:

Stored size: 1.25 KB

Contents

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 45px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
myrails-7.0.0 lib/myrails/templates/rails/app/views/layout/bootstrap/footers/css/footer-distributed.scss
myrails-6.0.0 lib/myrails/templates/rails/app/views/layout/bootstrap/footers/css/footer-distributed.scss
myrails-5.0.0 lib/myrails/templates/rails/app/views/layout/bootstrap/footers/css/footer-distributed.scss
myrails-4.0.0 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-3.2.1 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-3.2.0 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-3.1.0 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-3.0.0 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-2.2.2 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-2.2.1 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-2.2.0 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-2.1.0 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-2.0.0 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-1.1.1 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-1.1.0 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-1.0.2 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-1.0.1 lib/myrails/templates/layout/footers/css/footer-distributed.scss
myrails-1.0.0 lib/myrails/templates/layout/footers/css/footer-distributed.scss