Sha256: 3baee3cfd4e8597f576f42d9f37a39d370be4cb668fa6381268d5ed79e3e2d52

Contents?: true

Size: 1.28 KB

Versions: 8

Compression:

Stored size: 1.28 KB

Contents

.screenful-page {

	.section {
		text-align: center;
	}

	.subtitle {
		margin-bottom: 30px;
	}

	.description {
		margin-bottom: 50px;
	}

	.screenful-logo {
		width: 300px;
		height: 160px;
		border-radius: 10px;
		background-size: cover;
		background-position: center;
		background-image: url('../assets/screenful/logo.png');
		background-repeat: no-repeat;
		display: inline-block;
		margin-bottom: 20px;
	}

	.integrations {


	}

	.integrations-tools {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.integrations-title {
		margin-bottom: 40px;
	}

	.integration-item {
		margin: 0 1%;
		margin-bottom: 30px;
	}

	.integration-logo {
		width: 190px;
		height: 90px;
		border: 1px solid #fff;
		border-radius: 10px;
		transition: all .25s ease;
	}

	.integration-logo:hover {
		border: 1px solid #6769d4;
	}



	.benefits-title {
		margin-bottom: 70px;
	}

	.screen-colum {
		display: flex;
		justify-content: center;
	}

	.screen-item {
		max-width: 500px;
	}

	.ex-pic {
		width: 100%;
		border-radius: 10px;
		background-size: cover;
	}

	.title {
		margin-bottom: 20px;
	}

	a {
		text-decoration: none;
	}

	ul {
		display: inline-block;
		text-align: left;
		width: 100%;
	}

	.divider {
		background-color: #fff;
		padding-bottom: 1px;
		margin-bottom: 50px;
	}

}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/stylesheets/rails_modular_admin/app/pages/screenful/screenful.scss
rails_modular_admin-0.4.0 app/assets/stylesheets/rails_modular_admin/app/pages/screenful/screenful.scss
rails_modular_admin-0.3.1 app/assets/stylesheets/rails_modular_admin/app/pages/screenful/screenful.scss
rails_modular_admin-0.3.0 app/assets/stylesheets/rails_modular_admin/app/pages/screenful/screenful.scss
rails_modular_admin-0.2.4 app/assets/stylesheets/rails_modular_admin/app/pages/screenful/screenful.scss
rails_modular_admin-0.2.3 app/assets/stylesheets/rails_modular_admin/app/pages/screenful/screenful.scss
rails_modular_admin-0.2.2 app/assets/stylesheets/rails_modular_admin/app/pages/screenful/screenful.scss
rails_modular_admin-0.2.0 app/assets/stylesheets/rails_modular_admin/app/pages/screenful/screenful.scss