Sha256: 75514d6067a236b754ff5c9b7867271190b88fd27d9a36e2c1b9b7c4ea8d81db

Contents?: true

Size: 1.45 KB

Versions: 8

Compression:

Stored size: 1.45 KB

Contents

.header .header-block-nav {
	.profile {
		.img {
			display: inline-block;
			width: 30px;
			height: 30px;
			line-height: 30px;
			border-radius: 4px;
			background-color: darken($color-divider, 25%);
			color: $color-text-inverse;
			text-align: center;
			margin-right: 10px;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			vertical-align: middle;
		}

		.name {
			display: inline-block;	
			margin-right: 9px;
			font-weight: bold;

			@include media-down(sm) {
				display: none;
			}
		}

		.arrow {
			color: $color-primary;
		}
	}

	.profile-dropdown-menu {
		left: auto;
		right: 0;
		min-width: 180px;
		white-space: normal;

		&:before {
			position: absolute;
			right: 10px;
			bottom: 100%;
			margin-right: -1px;
			// @include triangle(up, 10px, $dropdown-border);
		}

		&:after {
			position: absolute;
			right: 10px;
			bottom: 100%;
			// @include triangle(up, 9px, $dropdown-bg);
		}

		a {
			padding: 10px 15px;
			.icon {
				color: $color-primary;
				text-align: center;
				width: 16px;
			}

			span {
				display: inline-block;
				padding-left: 5px;
				text-align: left;
				color: $color-text-light;
			}
		}

		.profile-dropdown-menu-icon {
			padding: 0;
		}

		.profile-dropdown-menu-topic {
			color: #7e8e9f;
			padding: 0;
		}

		.dropdown-divider {
			margin: 0;
		}

		.logout {
			border-top: 1px solid $dropbown-color-border;
		}


		@include media-down(sm) {
			margin-top: 8px;
		}
	}
}

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/_common/header/nav/profile/profile.scss
rails_modular_admin-0.4.0 app/assets/stylesheets/rails_modular_admin/app/_common/header/nav/profile/profile.scss
rails_modular_admin-0.3.1 app/assets/stylesheets/rails_modular_admin/app/_common/header/nav/profile/profile.scss
rails_modular_admin-0.3.0 app/assets/stylesheets/rails_modular_admin/app/_common/header/nav/profile/profile.scss
rails_modular_admin-0.2.4 app/assets/stylesheets/rails_modular_admin/app/_common/header/nav/profile/profile.scss
rails_modular_admin-0.2.3 app/assets/stylesheets/rails_modular_admin/app/_common/header/nav/profile/profile.scss
rails_modular_admin-0.2.2 app/assets/stylesheets/rails_modular_admin/app/_common/header/nav/profile/profile.scss
rails_modular_admin-0.2.0 app/assets/stylesheets/rails_modular_admin/app/_common/header/nav/profile/profile.scss