Sha256: 88a33f4035dfc3797e9ab31e7e556db4266b32574a570519046f75474ccfe04b

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 KB

Contents

$header-color: #2749a0;

.profileMenu{
	float: right;
	margin-right:20px;

	.profileMenu-wrapper{
		@include pad(10px 0 0 0);
		min-width: 200px;
	}

	.profileMenu-item{
		@include pad(5px 10px);
		display: inline-block;
		position: relative;
		font-weight: bold;
		color: white;
		width: 100%;

		&:hover{
			background: white;
			color: $header-color;

			.innerProfileMenu{
				display: table;
			}
		}

		.innerProfileMenu{
			@include pad (5px 10px);
			position: absolute;
			margin: 0;
			top:40px;
			left:0;
			background: white;
			z-index: 99999;
			width: 100%;
		}

		.innerProfileMenu-item{
			@include pad(5px 10px);
			position: relative;
			font-weight: normal;
			font-size: 16px;

			&:hover{
				background: $header-color;
				color: white;
			}

			a{
				color: inherit;
			}
		}
	}

	.profileMenu-item-link{
		color: inherit;
		margin-left: 5px;
		height: 30px;
		line-height: 30px;
		display: block;
		float: left;
	}

	.profileMenu-item-icon{
		height: 30px;
		width: 30px;
		padding: 0;
		margin: 0;
		background: white;
		border-radius: 50%;
		display: block;
		float: left;
	}
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-1.4.6 app/assets/stylesheets/custom/components/_profileMenu.scss
waterfall_bourbon_neat_rails-1.4.5 app/assets/stylesheets/custom/components/_profileMenu.scss
waterfall_bourbon_neat_rails-1.4.4 app/assets/stylesheets/custom/components/_profileMenu.scss
waterfall_bourbon_neat_rails-1.4.3 app/assets/stylesheets/custom/components/_profileMenu.scss
waterfall_bourbon_neat_rails-1.4.2 app/assets/stylesheets/custom/components/_profileMenu.scss