You've already forked q3stats
Q3Stats is now open source! :)
This commit is contained in:
13
frontend/sass/views/AboutModalView.scss
Normal file
13
frontend/sass/views/AboutModalView.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
10
frontend/sass/views/ErrorView.scss
Normal file
10
frontend/sass/views/ErrorView.scss
Normal 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;
|
||||
}
|
||||
17
frontend/sass/views/NavigationBarView.scss
Normal file
17
frontend/sass/views/NavigationBarView.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.q3stats-navigation-bar {
|
||||
order: 1;
|
||||
|
||||
.navbar {
|
||||
margin: 0px;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
||||
.navbar-right {
|
||||
li {
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
7
frontend/sass/views/PlayerGameView.scss
Normal file
7
frontend/sass/views/PlayerGameView.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.row {
|
||||
.col-sm-4 {
|
||||
.q3stats-chart {
|
||||
height: 360px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user