Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Boodle
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Martina Therese R. Reyes
Boodle
Commits
25cda489
Commit
25cda489
authored
Mar 12, 2022
by
Martina Therese R. Reyes
Browse files
Options
Browse Files
Download
Plain Diff
Merged files
parents
8a91cc17
8f1f8c30
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletion
+16
-1
styles.css
boodlesite/static/css/styles.css
+14
-0
slick-theme.css
boodlesite/static/slick/slick-theme.css
+1
-1
index.html
boodlesite/templates/index.html
+1
-0
No files found.
boodlesite/static/css/styles.css
View file @
25cda489
...
@@ -5,7 +5,11 @@ body {
...
@@ -5,7 +5,11 @@ body {
height
:
100%
;
height
:
100%
;
font-size
:
11pt
;
font-size
:
11pt
;
color
:
#3d3838
;
color
:
#3d3838
;
<<<<<<<
HEAD
background-color
:
black
;
background-color
:
black
;
=======
/* background-color: black; */
>>>>>>>
8f1f8c3028c012cf2653c3f58224f0a116945f2c
}
}
.carousel-item
img
{
.carousel-item
img
{
...
@@ -103,6 +107,7 @@ nav {
...
@@ -103,6 +107,7 @@ nav {
}
}
.event-container
{
.event-container
{
margin
:
50px
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
background-color
:
#ffc2c2
;
background-color
:
#ffc2c2
;
...
@@ -172,5 +177,14 @@ nav {
...
@@ -172,5 +177,14 @@ nav {
}
}
/* auction view end */
/* auction view end */
.slick-prev
:before
{
color
:
black
!important
;
}
.slick-next
:before
{
color
:
black
!important
;
}
boodlesite/static/slick/slick-theme.css
View file @
25cda489
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
cursor
:
pointer
;
cursor
:
pointer
;
color
:
transparent
;
color
:
black
;
border
:
none
;
border
:
none
;
outline
:
none
;
outline
:
none
;
background
:
transparent
;
background
:
transparent
;
...
...
boodlesite/templates/index.html
View file @
25cda489
...
@@ -68,6 +68,7 @@
...
@@ -68,6 +68,7 @@
{% endif %}
{% endif %}
</div>
</div>
</div>
<div
class=
"title-container"
><h1>
Upcoming Events
</h1></div>
<div
class=
"title-container"
><h1>
Upcoming Events
</h1></div>
...
...
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