PHP Classes

File: font-awesome/scss/_bordered-pulled.scss

Recommend this page to a friend!
  Classes of Isaac Trenado Mx   Dropsize MVCf Smarty   font-awesome/scss/_bordered-pulled.scss   Download  
File: font-awesome/scss/_bordered-pulled.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dropsize MVCf Smarty
MVC framework that uses Smarty to render views
Author: By
Last change:
Date: 8 years ago
Size: 332 bytes
 

Contents

Class file image Download
// 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; } }