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;
}