FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
firebaseui-web-react/example/src/app.css at master · firebase/firebaseui-web-react · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
firebase
/
firebaseui-web-react
Public
Notifications
You must be signed in to change notification settings
Fork
247
Star
1.3k
Code
Issues
49
Pull requests
52
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
firebaseui-web-react
/
example
/
src
/
app.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
76 lines (75 loc) · 1.62 KB
Breadcrumbs
firebaseui-web-react
/
example
/
src
/
app.css
Copy path
File metadata and controls
76 lines (75 loc) · 1.62 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/**
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.
container
{
position
:
fixed;
top
:
0
;
left
:
0
;
width
:
100
%
;
height
:
100
%
;
background-color
:
#
0288D1
;
background
:
radial-gradient
(circle
,
#
039BE5
,
#
01579b
);
z-index
:
10000
;
display
:
flex;
justify-content
:
center;
align-items
:
center;
color
:
white;
flex-direction
:
column;
font-family
:
sans-serif;
}
.
signedIn
{
display
:
flex;
justify-content
:
center;
align-items
:
center;
flex-direction
:
column;
}
.
logo
{
font-family
:
'Amaranth'
,
sans-serif;
font-size
:
200
%
;
}
.
logoIcon
{
top
:
4
px
;
font-size
:
32
px
;
margin-right
:
-2
px
;
position
:
relative;
}
.
caption
{
margin
:
20
px
0
40
px
0
;
font-family
:
'Amaranth'
,
sans-serif;
font-size
:
18
px
;
opacity
:
0.8
;
}
.
skip
{
font-weight
:
lighter;
color
:
white;
opacity
:
0.7
;
width
:
100
%
;
display
:
block;
text-align
:
center;
text-decoration
:
none;
cursor
:
pointer;
}
.
skip
:
HOVER
{
text-decoration
:
underline;
}
.
firebaseUi
{
min-width
:
250
px
;
}
.
button
{
cursor
:
pointer;
color
:
blue;
text-decoration
:
underline;
margin-top
:
10
px
;
}
Back
|
FazBrowse Home
|
New Git URL