Tweak frontend
This commit is contained in:
BIN
static/example.png
Normal file
BIN
static/example.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB |
6
static/styles.css
Normal file
6
static/styles.css
Normal file
@ -0,0 +1,6 @@
|
||||
header.navbar {
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
header.navbar .navbar-brand img {
|
||||
max-height: 80px;
|
||||
}/*# sourceMappingURL=styles.css.map */
|
||||
1
static/styles.css.map
Normal file
1
static/styles.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["styles.scss","styles.css"],"names":[],"mappings":"AAAA;EACI,yBAAA;ACCJ;ADAI;EACI,gBAAA;ACER","file":"styles.css"}
|
||||
6
static/styles.scss
Normal file
6
static/styles.scss
Normal file
@ -0,0 +1,6 @@
|
||||
header.navbar {
|
||||
background-color: #e0e0e0;
|
||||
.navbar-brand img {
|
||||
max-height: 80px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user