2015-08-27 22:37:51 +01:00
|
|
|
.navbar {
|
|
|
|
|
/* Shows the number of undone next action */
|
|
|
|
|
.badge {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: #f00;
|
|
|
|
|
display: inline;
|
|
|
|
|
padding: 3px 5px;
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
height:26px;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
}
|
2016-02-14 21:16:42 -05:00
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
}
|
2015-08-27 22:37:51 +01:00
|
|
|
}
|
2016-01-12 21:37:44 -06:00
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
|
@include make-xs-column(12);
|
|
|
|
|
@include make-sm-column(10);
|
|
|
|
|
@include make-sm-column-offset(1);
|
|
|
|
|
font-size: 85%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #999;
|
|
|
|
|
margin: 20px 0 5px;
|
2019-06-10 13:16:48 +03:00
|
|
|
z-index: -1;
|
2016-01-12 21:37:44 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-line {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 09:39:25 -06:00
|
|
|
form {
|
|
|
|
|
border: 0px none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-12 21:37:44 -06:00
|
|
|
@media screen and (min-width: 1170px) {
|
|
|
|
|
.footer-line {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
}
|