@indexea/scaffold-svelte
Version:
This is the scaffolding of Indexea search, on which you can adjust the typography and style of the search interface
56 lines (46 loc) • 769 B
CSS
a {
text-decoration: none ;
}
a.active .badge {
font-style: normal;
font-weight: lighter ;
}
input:hover,
input:active,
input:focus,
button:focus,
button:active,
button:hover,
.btn:active,
.btn.active
{
outline:0px ;
box-shadow: none ;
}
em {
font-style:normal;
color:#900;
}
.thumbnail {
width:120px;
min-width: 120px;
}
.dropdown-item.selected {
font-weight: bold ;
}
.list-group-item.selected {
font-weight: bold ;
}
.placeholder {
background-color: #ccc ;
cursor: pointer ;
}
@media (max-width: 540px) {
#control_aggregation {
display: none ;
}
#menu_aggregation {
display: inline ;
}
.thumbnail {width:80px;}
}