mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
18 lines
374 B
CSS
18 lines
374 B
CSS
.navicon-web-search:before {
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
content: '\f002';
|
|
font-size: 14px;
|
|
color: black;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
/* RTL */
|
|
|
|
.dir-rtl .navicon-web-search:before {
|
|
padding-right: inherit;
|
|
padding-left: 5px;
|
|
} |