mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
12 lines
294 B
SCSS
12 lines
294 B
SCSS
|
.add-upload .fa-plus {
|
||
|
font-size: 10px;
|
||
|
position: relative;
|
||
|
left: -5px;
|
||
|
bottom: -5px;
|
||
|
text-shadow:
|
||
|
-1px -1px 0 $btn-primary-background-color,
|
||
|
1px 1px 0 $btn-primary-background-color,
|
||
|
1px -1px 0 $btn-primary-background-color,
|
||
|
-1px 1px 0 $btn-primary-background-color;
|
||
|
}
|