2017-04-14 21:40:24 -06:00
|
|
|
.banner-image {
|
2017-04-16 02:05:18 -06:00
|
|
|
max-height: 100px;
|
|
|
|
margin: 2em auto;
|
2017-05-13 16:17:58 -06:00
|
|
|
border: 1px solid grey;
|
|
|
|
border-radius: 12px;
|
2017-04-16 02:05:18 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
margin-top: 10em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-05-05 17:15:00 -06:00
|
|
|
.navbar-inverse .navbar-toggle .icon-bar {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2017-04-16 02:05:18 -06:00
|
|
|
.qrcode {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 300px;
|
|
|
|
margin: 0 auto;
|
|
|
|
image-rendering: -moz-crisp-edges; /* Firefox */
|
|
|
|
image-rendering: -o-crisp-edges; /* Opera */
|
|
|
|
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
|
|
|
|
image-rendering: crisp-edges;
|
|
|
|
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
|
2017-05-05 17:15:00 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inverse .navbar-brand {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inverse .navbar-nav > li > a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inverse .navbar-link {
|
|
|
|
color: white;
|
2017-06-19 00:54:49 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.apppanel {
|
|
|
|
min-height: 250px;
|
2017-06-23 17:12:12 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.row.widget-box > .col-md-4:nth-child(3n+4) {
|
|
|
|
clear: both;
|
2017-04-14 21:40:24 -06:00
|
|
|
}
|