added icons and moved to the css directory
This commit is contained in:
24
css/hashtag.css
Normal file
24
css/hashtag.css
Normal file
@@ -0,0 +1,24 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
i.icon.hashtag {
|
||||
position: relative;
|
||||
width: 8px;
|
||||
height: 16px;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
border-left: 2px solid;
|
||||
border-right: 2px solid;
|
||||
|
||||
&::before {
|
||||
top: 4px;
|
||||
left: -6px;
|
||||
position: absolute;
|
||||
content: "";
|
||||
width: 16px;
|
||||
height: 8px;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
border-top: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user