mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 13:42:30 +02:00

As downloaded from https://fontawesome.com/v4/assets/font-awesome-4.7.0.zip Will be used in next commit to remove remote use of font awesome in asciidoctor: https://docs.asciidoctor.org/asciidoctor/latest/html-backend/local-font-awesome/
25 lines
585 B
Text
25 lines
585 B
Text
// Bordered & Pulled
|
|
// -------------------------
|
|
|
|
.@{fa-css-prefix}-border {
|
|
padding: .2em .25em .15em;
|
|
border: solid .08em @fa-border-color;
|
|
border-radius: .1em;
|
|
}
|
|
|
|
.@{fa-css-prefix}-pull-left { float: left; }
|
|
.@{fa-css-prefix}-pull-right { float: right; }
|
|
|
|
.@{fa-css-prefix} {
|
|
&.@{fa-css-prefix}-pull-left { margin-right: .3em; }
|
|
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
|
|
}
|
|
|
|
/* Deprecated as of 4.4.0 */
|
|
.pull-right { float: right; }
|
|
.pull-left { float: left; }
|
|
|
|
.@{fa-css-prefix} {
|
|
&.pull-left { margin-right: .3em; }
|
|
&.pull-right { margin-left: .3em; }
|
|
}
|