basic template
This commit is contained in:
commit
0c711c5825
11 changed files with 134 additions and 0 deletions
1
template/static/images/chevron-down.svg
Normal file
1
template/static/images/chevron-down.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>
|
||||
|
After Width: | Height: | Size: 269 B |
1
template/static/images/chevron-right.svg
Normal file
1
template/static/images/chevron-right.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>
|
||||
|
After Width: | Height: | Size: 270 B |
1
template/static/images/circle-full.svg
Normal file
1
template/static/images/circle-full.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="inherit" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-circle"><circle cx="12" cy="12" r="10"></circle></svg>
|
||||
|
After Width: | Height: | Size: 262 B |
1
template/static/images/circle.svg
Normal file
1
template/static/images/circle.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-circle"><circle cx="12" cy="12" r="10"></circle></svg>
|
||||
|
After Width: | Height: | Size: 258 B |
1
template/static/images/star.svg
Normal file
1
template/static/images/star.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
|
||||
|
After Width: | Height: | Size: 339 B |
1
template/static/javascripts/app.js
Normal file
1
template/static/javascripts/app.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
console.log("hello")
|
||||
6
template/static/javascripts/vue.min.js
vendored
Normal file
6
template/static/javascripts/vue.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
38
template/static/stylesheets/app.css
Normal file
38
template/static/stylesheets/app.css
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
.wrapper {
|
||||
max-width: 1368px;
|
||||
}
|
||||
|
||||
.nav-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
min-width: 16px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.feed-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
min-width: 16px;
|
||||
margin-left: -18px !important;
|
||||
}
|
||||
|
||||
.counter {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
padding: .375rem .75rem;
|
||||
}
|
||||
|
||||
.nav-item, .feed-item {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.nav-item:hover, .feed-item:hover {
|
||||
background-color: #f8f9fa;
|
||||
cursor: pointer;
|
||||
}
|
||||
.nav-item:active, .feed-item:active {
|
||||
background-color: #007bff;
|
||||
color: white;
|
||||
}
|
||||
7
template/static/stylesheets/bootstrap.min.css
vendored
Normal file
7
template/static/stylesheets/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
template/static/stylesheets/bootstrap.min.css.map
Normal file
1
template/static/stylesheets/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue