All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-docs-infoserver.font-awesome.scss._bordered-pulled.scss Maven / Gradle / Ivy

// 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; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy