UNPKG
brackets-git
Version:
latest (0.0.1)
0.0.1
Integration of Git into Brackets
github.com/zaggino/brackets-git
zaggino/brackets-git
brackets-git
/
src
/
ftp
/
styles
/
ftp.less
18 lines
(14 loc)
•
324 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#git-panel
{
.git-remotes-dropdown
{
.gitftp-init-remote
{
position
: relative;
top
:
2px
;
right
:
4px
; } }
a
[data-type=ftp]
.change-remote
:before
,
span
[data-type=ftp]
:before
{
content
:
"FTP:"
;
padding-right
:
5px
;
opacity
:
0.5
; } }