Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
fabdae8e
Commit
fabdae8e
authored
Dec 01, 2016
by
Amruta Chitnis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web: Updates css
parent
da872ecd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
214 additions
and
0 deletions
+214
-0
main.css
web/static/main.css
+115
-0
style.css
web/themes/coreos/style.css
+0
-0
styles.css
web/themes/coreos/styles.css
+99
-0
No files found.
web/static/main.css
View file @
fabdae8e
*
{
box-sizing
:
border-box
;
}
body
{
margin
:
0
;
}
.dex-container
{
color
:
#333
;
margin
:
45px
auto
;
max-width
:
500px
;
min-width
:
320px
;
text-align
:
center
;
}
.dex-btn
{
border-radius
:
4px
;
border
:
0
;
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
),
0
0
1px
rgba
(
0
,
0
,
0
,
0.25
);
cursor
:
pointer
;
font-size
:
16px
;
padding
:
0
;
}
.dex-btn
:focus
{
outline
:
none
;
}
.dex-btn
:active
{
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
outline
:
none
;
}
.dex-btn-provider
{
background-color
:
#fff
;
color
:
#333
;
width
:
250px
;
}
.dex-btn-provider
:hover
{
color
:
#999
;
}
.dex-btn-icon
{
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
24px
;
border-radius
:
4px
0
0
4px
;
float
:
left
;
height
:
36px
;
margin-right
:
5px
;
width
:
36px
;
}
.dex-btn-icon--google
{
background-color
:
#DB4437
;
background-image
:
url(../static/img/google-icon.svg)
;
;
}
.dex-btn-icon--local
{
background-color
:
#84B6EF
;
background-image
:
url(../static/img/email-icon.svg)
;
}
.dex-btn-icon--coreos
{
/* B&W CoreOS SVG logo */
background-image
:
url(../static/img/coreos-icon.svg)
;
}
.dex-btn-icon--github
{
background-color
:
#F5F5F5
;
background-image
:
url(../static/img/github-icon.svg)
;
}
.dex-btn-icon--bitbucket
{
background-color
:
#205081
;
background-image
:
url(../static/img/bitbucket-icon.svg)
;
}
.dex-btn-text
{
font-weight
:
600
;
line-height
:
36px
;
padding
:
6px
12px
;
text-align
:
center
;
}
.dex-subtle-text
{
color
:
#999
;
font-size
:
12px
;
}
.dex-seperator
{
color
:
#999
;
}
.dex-list
{
color
:
#999
;
display
:
inline-block
;
font-size
:
12px
;
list-style
:
circle
;
text-align
:
left
;
}
.dex-error-box
{
background-color
:
#DD1327
;
color
:
#fff
;
font-size
:
14px
;
font-weight
:
normal
;
max-width
:
320px
;
padding
:
4px
0
;
}
.dex-error-box
{
margin
:
20px
auto
;
}
web/themes/coreos/style.css
deleted
100644 → 0
View file @
da872ecd
web/themes/coreos/styles.css
0 → 100644
View file @
fabdae8e
.theme-body
{
background-color
:
#efefef
;
color
:
#333
;
font-family
:
'Source Sans Pro'
,
Helvetica
,
sans-serif
;
}
.theme-navbar
{
background-color
:
#fff
;
box-shadow
:
0
2px
2px
rgba
(
0
,
0
,
0
,
0.2
);
color
:
#333
;
font-size
:
13px
;
font-weight
:
100
;
height
:
46px
;
overflow
:
hidden
;
padding
:
0
10px
;
}
.theme-navbar__logo-wrap
{
display
:
inline-block
;
height
:
100%
;
overflow
:
hidden
;
padding
:
10px
15px
;
width
:
300px
;
}
.theme-navbar__logo
{
height
:
100%
;
max-height
:
25px
;
}
.theme-heading
{
font-size
:
20px
;
font-weight
:
500
;
margin-bottom
:
10px
;
margin-top
:
0
;
}
.theme-panel
{
background-color
:
#fff
;
box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
0.5
);
padding
:
30px
;
}
.theme-btn--primary
{
background-color
:
#333
;
border
:
none
;
color
:
#fff
;
min-width
:
200px
;
padding
:
6px
12px
;
}
.theme-btn--primary
:hover
{
background-color
:
#666
;
color
:
#fff
;
}
.theme-btn--success
{
background-color
:
#2FC98E
;
color
:
#fff
;
width
:
250px
;
}
.theme-btn--success
:hover
{
background-color
:
#49E3A8
;
}
.theme-form-row
{
display
:
block
;
margin
:
20px
auto
;
}
.theme-form-input
{
border-radius
:
4px
;
border
:
1px
solid
#CCC
;
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
color
:
#666
;
display
:
block
;
font-size
:
14px
;
height
:
36px
;
line-height
:
1.42857143
;
margin
:
auto
;
padding
:
6px
12px
;
width
:
250px
;
}
.theme-form-input
:focus
,
.theme-form-input
:active
{
border-color
:
#66AFE9
;
outline
:
none
;
}
.theme-form-label
{
font-size
:
13px
;
font-weight
:
600
;
margin
:
4px
auto
;
position
:
relative
;
text-align
:
left
;
width
:
250px
;
}
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