forked from massivebox/ecodash
First commit
This commit is contained in:
commit
82bba66fd6
30 changed files with 2176 additions and 0 deletions
26
templates/default/assets/custom.css
Normal file
26
templates/default/assets/custom.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
html {
|
||||
max-width: 70ch;
|
||||
padding: 4em 1em;
|
||||
margin: auto;
|
||||
line-height: 1.75;
|
||||
}
|
||||
h3 {
|
||||
padding: 2em 0 0.3em;
|
||||
}
|
||||
.dropimage, button, .button, [type=submit], .label, [data-tooltip]:after {
|
||||
background: #00a440
|
||||
}
|
||||
|
||||
.footnote {
|
||||
margin-bottom: 50px;
|
||||
color: rgba(0,0,0,0.7);
|
||||
font-size: 0.7em;
|
||||
text-align:center
|
||||
}
|
||||
|
||||
.home-cards {
|
||||
height: 100%;
|
||||
padding: 10px 10px 10px 10px;
|
||||
}
|
||||
.home-cards h3 { padding-top: 10px }
|
||||
nav { border-bottom: 1px solid #aaa}
|
Loading…
Add table
Add a link
Reference in a new issue