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