2019-03-27 19:54:55 +00:00
|
|
|
body {
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
}
|
2019-03-27 18:37:16 +00:00
|
|
|
|
2019-03-23 01:42:57 +00:00
|
|
|
.pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-03-27 18:37:16 +00:00
|
|
|
|
|
|
|
.upvote:hover {
|
|
|
|
color: var(--info);
|
|
|
|
}
|
|
|
|
|
|
|
|
.downvote:hover {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
2019-03-30 06:08:02 +00:00
|
|
|
|
|
|
|
.form-control, .form-control:focus {
|
|
|
|
background-color: var(--secondary);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-select {
|
|
|
|
color: #fff;
|
|
|
|
background-color: var(--secondary);
|
|
|
|
}
|
2019-03-30 07:11:44 +00:00
|
|
|
|
|
|
|
.md-div p {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2019-03-31 00:21:50 +00:00
|
|
|
|
|
|
|
.md-div img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2019-04-03 06:49:32 +00:00
|
|
|
|
|
|
|
.listing {
|
|
|
|
min-height: 61px;
|
|
|
|
}
|
2019-04-06 22:49:51 +00:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
display: inline-flex;
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
stroke-width: 0;
|
|
|
|
stroke: currentColor;
|
|
|
|
fill: currentColor;
|
|
|
|
vertical-align: middle;
|
2019-04-06 23:32:11 +00:00
|
|
|
margin-bottom: 6px;
|
2019-04-06 22:49:51 +00:00
|
|
|
}
|