Q3Stats is now open source! :)

This commit is contained in:
2017-03-06 20:33:09 +01:00
commit bfdcb87cef
197 changed files with 16395 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.q3stats-about-modal-view {
p.lead {
margin-bottom: ($line-height-computed / 2);
}
p.lead + p.small {
margin-bottom: 0px;
}
p:last-child {
margin-bottom: 0px;
}
}

View File

@@ -0,0 +1,10 @@
.q3stats-error-view {
align-items: center;
bottom: 0px;
display: flex;
justify-items: center;
left: 0px;
position: absolute;
right: 0px;
top: 0px;
}

View File

@@ -0,0 +1,17 @@
.q3stats-navigation-bar {
order: 1;
.navbar {
margin: 0px;
position: relative;
z-index: 0;
.navbar-right {
li {
a {
cursor: pointer;
}
}
}
}
}

View File

@@ -0,0 +1,7 @@
.row {
.col-sm-4 {
.q3stats-chart {
height: 360px;
}
}
}