mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-29 02:29:50 -04:00
42 lines
691 B
SCSS
42 lines
691 B
SCSS
.search-card {
|
|
p {
|
|
margin: 1em 0;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.button-large-md {
|
|
height: 3.6rem !important;
|
|
}
|
|
|
|
.title {
|
|
font-size: 1.3em;
|
|
font-family: 'Roboto', Helvetica, Arial, sans-serif;
|
|
font-weight: 400;
|
|
}
|
|
|
|
a {
|
|
color: black;
|
|
border-bottom: 1px dotted #ccc;
|
|
}
|
|
}
|
|
|
|
body {
|
|
-webkit-user-select: auto !important;
|
|
|
|
.scroll {
|
|
-webkit-user-select: inherit;
|
|
}
|
|
}
|
|
|
|
.card-md h2 {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.item-md.item-block .item-inner {
|
|
padding: 0px;
|
|
}
|
|
|
|
.item-md ion-icon[item-left] + .item-inner {
|
|
margin-left: 6px;
|
|
} |