Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
Oauth2_ssd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dumindu Sanjana Hettiarachchi
Oauth2_ssd
Commits
e14642be
Commit
e14642be
authored
Oct 06, 2020
by
Dumindu Sanjana Hettiarachchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
7ff266a0
Pipeline
#1699
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
public/google.scss
public/google.scss
+43
-0
No files found.
public/google.scss
0 → 100644
View file @
e14642be
$white
:
#fff
;
$google-blue
:
#4285f4
;
$button-active-blue
:
#1669F2
;
.google-btn
{
width
:
184px
;
height
:
42px
;
background-color
:
$google-blue
;
border-radius
:
2px
;
box-shadow
:
0
3px
4px
0
rgba
(
0
,
0
,
0
,.
25
);
.google-icon-wrapper
{
position
:
absolute
;
margin-top
:
1px
;
margin-left
:
1px
;
width
:
40px
;
height
:
40px
;
border-radius
:
2px
;
background-color
:
$white
;
}
.google-icon
{
position
:
absolute
;
margin-top
:
11px
;
margin-left
:
11px
;
width
:
18px
;
height
:
18px
;
}
.btn-text
{
float
:
right
;
margin
:
11px
11px
0
0
;
color
:
$white
;
font-size
:
14px
;
letter-spacing
:
0
.2px
;
font-family
:
"Roboto"
;
}
&
:hover
{
box-shadow
:
0
0
6px
$google-blue
;
}
&
:active
{
background
:
$button-active-blue
;
}
}
@import
url(https://fonts.googleapis.com/css?family=Roboto:500)
;
\ No newline at end of file
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