public dash and view counting

This commit is contained in:
2018-07-29 11:52:29 +02:00
parent f77b1789fa
commit a79b5ae7d8
37 changed files with 415 additions and 663 deletions
@@ -0,0 +1,13 @@
.border-dashed {
border-style: dashed !important;
}
.border-dotted {
border-style: dotted !important;
}
@each $color, $value in $colors {
.border-#{$color} {
border-color: $value !important;
}
}
@@ -0,0 +1,3 @@
.btn-square {
min-width: 2.5em;
}
@@ -20,6 +20,7 @@
.card-header-extra {
display: flex;
align-items: center;
height: 3rem;
}
// special styles for buttons in card header
@@ -31,3 +32,10 @@
.card-header .fa-large {
margin: -.6em 0; // fix icon alignment
}
.card-body .close {
margin-top:-$sp1;
margin-right:-$sp1;
min-width: 1.5rem;
text-align:center;
}
@@ -1,5 +0,0 @@
// help bubble icon
.form-help {
display: inline-block;
margin-top: $form-text-margin-top;
}
@@ -0,0 +1,3 @@
a.link-no-color {
color: unset;
}
@@ -0,0 +1,9 @@
@media (max-width:767px) {
.mobile-only {
display: none;
}
.mobile-no-border {
border: 0 none !important;
}
}
@@ -0,0 +1,8 @@
p:last-child {
margin-bottom: 0;
}
.small2 {
font-size: 70%;
}