Preview with draft background added to themes
This commit is contained in:
parent
21e6f721cc
commit
7c34dde128
BIN
static/themes/draft.png
Normal file
BIN
static/themes/draft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
@ -79,6 +79,17 @@ a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.preview {
|
||||
background-image: url("{% static 'themes/draft.png' %}");
|
||||
padding: 40px;
|
||||
padding-top: 75px;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.preview-spacer {
|
||||
min-height: 35px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background: #80baf1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user