Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

nickfrez / unb-pretty   js

Repository URL to install this package:

/ icons / font-awesome / bordered-pulled.styl

// Bordered & Pulled
// -------------------------

.{$fa-css-prefix}-border
	padding .2em .25em .15em
	border solid .08em $fa-border-color
	border-radius .1em

.pull-right
	float right
.pull-left
	float left

.{$fa-css-prefix}
	&.pull-left
		margin-right .3em
	&.pull-right
		margin-left .3em