sense-extension-recipes
Version:
Recipes on working with Qlik Sense Visualization Extensions.
54 lines (44 loc) • 768 B
text/less
table.qsSample {
thead tr th {
padding: 5px;
background-color: #efefef;
}
tbody tr td {
padding: 3px;
border-bottom: 1px solid #ccc;
}
}
dl.qsSample {
dt, dd {
display: inline;
}
dt {
font-weight: bold;
}
}
.swr-tabs {
height: 30px;
ul {
list-style: none;
li {
font-weight: bold;
font-size: 16px;
cursor: pointer;
float: left;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 3px;
margin-right: 5px;
&:hover {
border-bottom-style: solid;
border-bottom-width: 4px;
border-bottom-color: #d0d0d0;
}
&.active {
border-bottom-style: solid;
border-bottom-width: 4px;
border-bottom-color: orange ;
}
}
}
}