Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CS123-Canteeneo
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Willard Torres
CS123-Canteeneo
Commits
d7dc4eaa
Commit
d7dc4eaa
authored
Nov 17, 2016
by
Willard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete leftover style.css
parent
7cb53f8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
172 deletions
+0
-172
style.css
canteeneo/static/style.css
+0
-172
No files found.
canteeneo/static/style.css
deleted
100644 → 0
View file @
7cb53f8a
@import
url('https://fonts.googleapis.com/css?family=Raleway:400,700')
;
body
{
margin
:
0
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
background-color
:
#FFFFFF
;
}
*
{
font-family
:
'Raleway'
;
font-size
:
18pt
;
}
button
{
background-color
:
#5555FF
;
border
:
1px
solid
#5555DD
;
border-radius
:
5px
;
color
:
#FFFFFF
;
outline
:
0
;
font-size
:
32pt
;
min-width
:
8em
;
margin
:
.25em
;
}
button
:hover
{
background-color
:
#5555DD
;
}
button
:active
{
background-color
:
#5555DD
;
}
.button-delete
{
background-color
:
#FF5555
;
border
:
1px
solid
#DD5555
;
}
.button-delete
:hover
{
background-color
:
#DD5555
;
}
.button-delete
:active
{
background-color
:
#DD5555
;
}
.field-label
{
font-size
:
32pt
;
text-align
:
center
;
}
.input-row
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
margin-top
:
.5em
;
margin-bottom
:
.5em
;
}
.text-field
{
font-size
:
32px
;
background-color
:
#FFFFFF
;
border
:
2px
solid
#DDDDDD
;
outline
:
0
;
width
:
15em
;
}
.text-area
{
font-size
:
32pt
;
background-color
:
#FFFFFF
;
border
:
2px
solid
#DDDDDD
;
outline
:
0
;
resize
:
none
;
}
.flash-container
{
position
:
fixed
;
width
:
100vw
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.flex-container
{
width
:
100vw
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.dashboard-container
{
width
:
60vw
;
display
:
flex
;
flex-direction
:
column
;
}
.dashboard-row
{
display
:
flex
;
}
#login-form
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
space-between
;
min-width
:
750px
;
}
#register-form
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
space-between
;
width
:
750px
;
}
#form
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
space-between
;
width
:
750px
;
}
.form-input
{
display
:
flex
;
flex-direction
:
column
;
align-self
:
stretch
;
}
.list
{
display
:
flex
;
flex-wrap
:
wrap
;
width
:
60vw
;
min-width
:
750px
;
justify-content
:
space-between
;
}
.list-item
{
display
:
flex
;
width
:
48%
;
margin
:
10px
;
background-color
:
white
;
}
.list-image
{
flex-grow
:
0
;
}
.list-info
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-around
;
flex-grow
:
1
;
margin-left
:
1.5em
;
}
.list-name
{
font-size
:
28pt
;
font-weight
:
700
;
}
.list-button
{
font-size
:
18pt
;
}
#image-upload
{
align-self
:
center
;
margin-left
:
1em
;
}
\ 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