[riot-mui] Add new riot-mui footer (#17, kysonic/riot-mui#51, kysonic/riot-mui#52)

This commit is contained in:
Joxit
2017-10-11 00:01:45 +02:00
parent 93a8d4a188
commit 215733c6e4
4 changed files with 39 additions and 38 deletions

View File

@@ -18,24 +18,19 @@
html > body {
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
}
html, body {
margin: 0;
height: 100%;
}
.mdl-mini-footer {
padding-top: 8px;
padding-bottom: 8px;
main {
margin-bottom: 100px;
}
.section-centerd {
margin: auto;
}
.mdl-data-table th {
font-size: 18px;
}
.mdl-data-table td {
font-size: 16px;
}
.full-table {
width: 100%;
border: none;
@@ -46,7 +41,6 @@ html > body {
word-break: break-all;
}
.mdl-logo a,
.material-card-title-action a {
color: inherit;
text-decoration: none;
@@ -58,6 +52,7 @@ material-card {
max-width: 75%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}
material-spinner {
@@ -286,3 +281,9 @@ material-popup material-button:hover material-waves {
material-popup .popup {
max-width: 450px;
}
footer {
width: 100%;
position: fixed;
bottom: 0;
}