mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-31 11:59:55 -04:00
19 lines
304 B
SCSS
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;
|
|
}
|
|
} |