Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b80dae685 | |||
| c07dfeeed5 |
0
assets/1.png
Normal file → Executable file
0
assets/1.png
Normal file → Executable file
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
0
assets/2.png
Normal file → Executable file
0
assets/2.png
Normal file → Executable file
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
0
assets/3.png
Normal file → Executable file
0
assets/3.png
Normal file → Executable file
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
0
css/arrow.css
Normal file → Executable file
0
css/arrow.css
Normal file → Executable file
0
css/arrow_circle.css
Normal file → Executable file
0
css/arrow_circle.css
Normal file → Executable file
0
css/award.css
Normal file → Executable file
0
css/award.css
Normal file → Executable file
0
css/calculator.css
Normal file → Executable file
0
css/calculator.css
Normal file → Executable file
0
css/check.css
Normal file → Executable file
0
css/check.css
Normal file → Executable file
0
css/close.css
Normal file → Executable file
0
css/close.css
Normal file → Executable file
0
css/code_slash.css
Normal file → Executable file
0
css/code_slash.css
Normal file → Executable file
0
css/coffe.css
Normal file → Executable file
0
css/coffe.css
Normal file → Executable file
0
css/comment.css
Normal file → Executable file
0
css/comment.css
Normal file → Executable file
0
css/corner.css
Normal file → Executable file
0
css/corner.css
Normal file → Executable file
38
css/crown.css
Executable file
38
css/crown.css
Executable file
@@ -0,0 +1,38 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
i.icon.crown {
|
||||
position: relative;
|
||||
width: 19px;
|
||||
height: 12px;
|
||||
box-sizing: border-box;
|
||||
padding-top: 4px;
|
||||
display: block;
|
||||
border: 2px solid;
|
||||
border-top-color: transparent;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
|
||||
&:after,
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
border-bottom: 2px solid;
|
||||
border-left: 2px solid;
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
&:before {
|
||||
left: -1px;
|
||||
border-top-left-radius: 2px;
|
||||
}
|
||||
|
||||
&:after {
|
||||
right: -1px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
}
|
||||
0
css/display_grid.css
Normal file → Executable file
0
css/display_grid.css
Normal file → Executable file
0
css/enter.css
Normal file → Executable file
0
css/enter.css
Normal file → Executable file
0
css/ethernet.css
Normal file → Executable file
0
css/ethernet.css
Normal file → Executable file
0
css/eye.css
Normal file → Executable file
0
css/eye.css
Normal file → Executable file
0
css/gift.css
Normal file → Executable file
0
css/gift.css
Normal file → Executable file
0
css/hashtag.css
Normal file → Executable file
0
css/hashtag.css
Normal file → Executable file
0
css/house.css
Normal file → Executable file
0
css/house.css
Normal file → Executable file
0
css/house_panelka.css
Normal file → Executable file
0
css/house_panelka.css
Normal file → Executable file
0
css/layout_grid.css
Normal file → Executable file
0
css/layout_grid.css
Normal file → Executable file
0
css/list_add.css
Normal file → Executable file
0
css/list_add.css
Normal file → Executable file
0
css/list_tree.css
Normal file → Executable file
0
css/list_tree.css
Normal file → Executable file
0
css/loading_spinner.css
Normal file → Executable file
0
css/loading_spinner.css
Normal file → Executable file
0
css/minus.css
Normal file → Executable file
0
css/minus.css
Normal file → Executable file
0
css/pen.css
Normal file → Executable file
0
css/pen.css
Normal file → Executable file
0
css/phone.css
Normal file → Executable file
0
css/phone.css
Normal file → Executable file
0
css/pin.css
Normal file → Executable file
0
css/pin.css
Normal file → Executable file
0
css/plus.css
Normal file → Executable file
0
css/plus.css
Normal file → Executable file
0
css/search.css
Normal file → Executable file
0
css/search.css
Normal file → Executable file
0
css/server.css
Normal file → Executable file
0
css/server.css
Normal file → Executable file
0
css/share.css
Normal file → Executable file
0
css/share.css
Normal file → Executable file
0
css/shopping_bag.css
Normal file → Executable file
0
css/shopping_bag.css
Normal file → Executable file
0
css/shopping_cart.css
Normal file → Executable file
0
css/shopping_cart.css
Normal file → Executable file
0
css/site.css
Normal file → Executable file
0
css/site.css
Normal file → Executable file
0
css/smile.css
Normal file → Executable file
0
css/smile.css
Normal file → Executable file
0
css/terminal.css
Normal file → Executable file
0
css/terminal.css
Normal file → Executable file
0
css/trash.css
Normal file → Executable file
0
css/trash.css
Normal file → Executable file
0
css/trend.css
Normal file → Executable file
0
css/trend.css
Normal file → Executable file
0
css/trophy.css
Normal file → Executable file
0
css/trophy.css
Normal file → Executable file
0
css/user.css
Normal file → Executable file
0
css/user.css
Normal file → Executable file
27
css/work.css
Executable file
27
css/work.css
Executable file
@@ -0,0 +1,27 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
i.icon.work,
|
||||
i.icon.work::after {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
box-shadow: 0 0 0 2px;
|
||||
}
|
||||
|
||||
i.icon.work {
|
||||
position: relative;
|
||||
width: 14px;
|
||||
height: 10px;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
i.icon.work::after {
|
||||
top: -3px;
|
||||
left: 4px;
|
||||
position: absolute;
|
||||
content: '';
|
||||
width: 6px;
|
||||
height: 1px;
|
||||
border-top-right-radius: 1px;
|
||||
border-top-left-radius: 1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user