This repository has been archived by the owner on Mar 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* issue #263: Замена bbcode на xbbcode * issue #263: Замена bbcode на xbbcode * issue #263: Замена bbcode на xbbcode
- Loading branch information
Andrey Ivnitsky
authored
Feb 22, 2019
1 parent
411b043
commit 6a50e41
Showing
4 changed files
with
98 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
profiles/drupalru/themes/druru/less/drupal/modules/_xbbcode.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.xbbcode--module::before { | ||
font-family: FontAwesome; | ||
padding-right: @padding-small-vertical; | ||
content: "\f12e"; | ||
} | ||
|
||
.xbbcode--theme::before { | ||
font-family: FontAwesome; | ||
padding-right: @padding-small-vertical; | ||
content: "\f1fc"; | ||
} | ||
|
||
.xbbcode--user::before { | ||
font-family: FontAwesome; | ||
padding-right: @padding-small-vertical; | ||
content: "\f007"; | ||
} | ||
|
||
.xbbcode--api::before { | ||
font-family: FontAwesome; | ||
padding-right: @padding-small-vertical; | ||
content: "\f1a9"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters