walljm 61709105e3 FEATURE: Adding settings and user profile
* fixed bug in card closing injected during other work
 * fixed modal close
 *
2016-12-01 15:21:07 -05:00

19 lines
304 B
SCSS

.search-card {
p {
margin: 20px 0;
line-height: 22px;
font-size: 16px;
}
}
.search-card {
.title {
background-color: gainsboro;
font-size: 2em;
}
a {
color: black;
border-bottom: 1px dotted gainsboro;
}
}