Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/cartflows   php

Repository URL to install this package:

Version: 1.6.11 

/ assets / css / header-rtl.css

#wcf-menu-page {
	padding-top: 65px;
}

/* Header */
.wcf-menu-page-header {
	background-color: #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	/* margin: 0; */
	box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
	position: relative;
}
.wcf-title {
	flex: auto;
	align-content: flex-start;
	text-align: right;
}
.wcf-logo {
	max-width: 170px;
}
.wcf-top-links {
	flex: auto;
	text-align: left;
	font-weight: 500;
	margin-left: -20px;
}

.wcf-top-links a {
	text-decoration: none;
	padding: 20px 22px;
	color: #7d7d7d;
	display: inline-block;
	height: 66px;
	border-right: 1px solid #dddddd;
}
.wcf-top-links a:hover {
	color: #444;
	background: #fdfdfd;
	border-bottom: 2px solid #ddd;
	transition: unset;
}