• This project
    • Loading...
  • Sign in

Bruno / adb

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • adb
  • ..
  • inc
  • _arrows.scss
  • Bruno's avatar
    Upload adminBuilder md-layout-1 · 3f733922
    3f733922 Browse Files
    Bruno authored 2016-03-28 13:46:56 +0200
_arrows.scss 361 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
@mixin mm_arrow
{
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 7px;
	height: 7px;
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%;
	
	@include mm_vendor-prefix( "transform", rotate( -45deg ) );
}
@mixin mm_arrow-prev
{
	border-right: none;
	border-bottom: none;
}
@mixin mm_arrow-next
{
	border-top: none;
	border-left: none;
}