49 lines
884 B
SCSS

.search-card {
p {
margin: 1em 0;
font-size: 1em;
}
.button-large {
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 #b3bfd0;
}
}
body {
-webkit-user-select: auto !important;
.scroll {
-webkit-user-select: inherit;
user-select: inherit;
}
}
.card {
h2 {
font-size: 1.2em;
font-weight: bold;
}
font-family: "Roboto", "Arial", "Helvetica", sans-serif;
max-width: 800px;
margin: 12px auto;
}
.item.item-block .item-inner {
padding: 0px;
}
.item ion-icon[item-left]+.item-inner {
margin-left: 6px;
}
#actions ion-label
{
font-size: .9em;
}