mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-20 07:51:31 +02:00
Use Rails plugin generator and adapt
This commit is contained in:
6
app/assets/javascripts/crono/materialize.min.js
vendored
Normal file
6
app/assets/javascripts/crono/materialize.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
26
app/assets/stylesheets/crono/application.css
Normal file
26
app/assets/stylesheets/crono/application.css
Normal file
@@ -0,0 +1,26 @@
|
||||
nav {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
nav .brand-logo {
|
||||
font-size: 1.75em;
|
||||
letter-spacing: -0.05em;
|
||||
}
|
||||
|
||||
main {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
main .page-footer {
|
||||
margin: 0 -20px -20px -20px;
|
||||
}
|
||||
|
||||
.page-footer > .footer-copyright {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.responsive-overflow {
|
||||
overflow-x: auto;
|
||||
}
|
||||
31
app/assets/stylesheets/crono/materialize.min.css
vendored
Normal file
31
app/assets/stylesheets/crono/materialize.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user