Sha256: 21e1e398f9f4fc5f4dc5a6de728159b59feb31f091072791cba177f72a85de7c

Contents?: true

Size: 1.2 KB

Versions: 46

Compression:

Stored size: 1.2 KB

Contents

$header-color: #2749a0;
$header-hover-color: white;

.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: $header-hover-color;
			color: $header-color;

			.innerProfileMenu{
				display: table;
			}

			img{
				background: inherit;
			}
		}

		.innerProfileMenu{
			@include pad (5px 10px);
			position: absolute;
			margin: 0;
			top:40px;
			left:0;
			background: inherit;
			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;
				display: block;
				width: 100%;
			}
		}
	}

	.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

46 entries across 46 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-1.9.1 app/assets/stylesheets/custom/components/_topProfileMenu.scss
waterfall_bourbon_neat_rails-1.9 app/assets/stylesheets/custom/components/_topProfileMenu.scss
waterfall_bourbon_neat_rails-1.8 app/assets/stylesheets/custom/components/_topProfileMenu.scss
waterfall_bourbon_neat_rails-1.7 app/assets/stylesheets/custom/components/_topProfileMenu.scss
waterfall_bourbon_neat_rails-1.6 app/assets/stylesheets/custom/components/_topProfileMenu.scss
waterfall_bourbon_neat_rails-1.5 app/assets/stylesheets/custom/components/_topProfileMenu.scss