Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules-legacy
Commits
dd56ea5e
Commit
dd56ea5e
authored
Jul 18, 2016
by
Mark Stenglein
Browse files
added some customization files
parent
f57cc350
Changes
2
Hide whitespace changes
Inline
Side-by-side
schedules/public/stylesheets/_custom.scss
0 → 100644
View file @
dd56ea5e
// Custom Sass entries go here and will be loaded after bootstrap
// Add center class for divs and the text within
.center-text
{
text-align
:
center
;
}
// force div to fill the entire height of the screen
.fill
{
min-height
:
100%
;
height
:
100%
;
}
schedules/views/main-title.jade
0 → 100644
View file @
dd56ea5e
// Site branding row
div.row.center-text
// Font Awesome stack of circle and calendar for logo
span.fa-stack.fa-lg.fa-5x
i.fa.fa-circle-thin.fa-stack-2x(aria-hidden='true')
i.fa.fa-calendar.fa-stack-1x(aria-hidden='true')
// Title for the site
h1 #{config.siteName}
small #{config.siteDescription}
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