2018-08-08 18:07:59 +00:00
|
|
|
#main-menu {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
form p, form .card .card-content p {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
form span.helptext {
|
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
background: #b3e5fc;
|
|
|
|
}
|
|
|
|
|
|
|
|
form span.helptext:empty, form ul:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
form ul li, form span.helptext {
|
|
|
|
padding-left: .5em;
|
|
|
|
padding-right: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
form ul, form span.helptext {
|
|
|
|
padding-bottom: .5em;
|
|
|
|
padding-top: .5em;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form ul {
|
|
|
|
background: #ffecb3;
|
|
|
|
}
|
|
|
|
|
|
|
|
form ul.errorlist {
|
|
|
|
background: #ffcdd2;
|
|
|
|
}
|
2018-08-09 16:06:25 +00:00
|
|
|
|
|
|
|
form .card-action button[type=submit] {
|
|
|
|
background: none !important;
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0 !important;
|
|
|
|
color: inherit;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col .card-content .row {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-up, .count-down {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-up {
|
|
|
|
height: 25vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-down {
|
|
|
|
height: 12.5vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-up .material-icons {
|
|
|
|
font-size: 20vh;
|
|
|
|
line-height: 25vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-down .material-icons {
|
|
|
|
font-size: 10vh;
|
|
|
|
line-height: 12.5vh;
|
|
|
|
}
|
2018-08-09 17:31:50 +00:00
|
|
|
|
|
|
|
.inline-block {
|
|
|
|
display: inline-block;
|
|
|
|
}
|