Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saasio
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
reyun
saasio
Commits
db67dd3c
Commit
db67dd3c
authored
Mar 21, 2018
by
carrieyzzhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.minrow.com:reyun/saasio
parents
0aa56462
d4dcf313
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
logo.png
src/main/websrc/images/logo.png
+0
-0
logo_.png
src/main/websrc/images/logo_.png
+0
-0
index.html
src/main/websrc/index.html
+2
-1
login.scss
src/main/websrc/styles/login.scss
+1
-1
style.scss
src/main/websrc/styles/style.scss
+4
-4
No files found.
src/main/websrc/images/logo.png
0 → 100644
View file @
db67dd3c
3.2 KB
src/main/websrc/images/logo_.png
0 → 100644
View file @
db67dd3c
2.16 KB
src/main/websrc/index.html
View file @
db67dd3c
...
...
@@ -84,7 +84,8 @@
<div
class=
"header"
>
<div
class=
"leftHeader"
>
<a
href=
"javascript:void(0)"
>
<div
class=
"iconfont icon-logo"
></div>
<!-- <div class="iconfont icon-logo"></div> -->
<div
class=
"logimg"
></div>
</a>
</div>
<div
class=
"rightHeader clearfix"
>
...
...
src/main/websrc/styles/login.scss
View file @
db67dd3c
...
...
@@ -372,7 +372,7 @@ a{text-decoration:none;outline:none;}
.logo
{
width
:
224px
;
height
:
48px
;
background
:url
(
..
/
images
/
logo
1
.png
)
no-repeat
center
center
;
background
:url
(
..
/
images
/
logo
.png
)
no-repeat
center
center
;
margin
:
0
auto
;
display
:
block
;
cursor
:
pointer
;
...
...
src/main/websrc/styles/style.scss
View file @
db67dd3c
...
...
@@ -253,13 +253,13 @@ ul li .darklabel,.darklabel{color:$darkfontcolor;}
float
:left
;
}
.leftHeader
.logimg
{
width
:
1
2
0px
;
width
:
1
0
0px
;
height
:
24px
;
cursor
:
pointer
;
margin-left
:
16px
;
//
margin-left:16px;
margin-top
:
11px
;
background
:url
(
..
/
images
/
logo_
2_2
.png
)
no-repeat
center
center
;
background-size
:
100%
;
background
:url
(
..
/
images
/
logo_
.png
)
no-repeat
center
center
;
//
background-size:100%;
}
.appicon
{
@extend
.myicon
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment