frontend: update example widgets and linked in resources
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
BIN
frontend/resources/images/customer_background.jpg
Executable file
BIN
frontend/resources/images/customer_background.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
1
frontend/resources/images/customer_logo.png
Symbolic link
1
frontend/resources/images/customer_logo.png
Symbolic link
@@ -0,0 +1 @@
|
||||
hiedemann_logo.png
|
||||
BIN
frontend/resources/images/hiedemann_logo.png
Normal file
BIN
frontend/resources/images/hiedemann_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
BIN
frontend/resources/images/networkx_logo.png
Normal file
BIN
frontend/resources/images/networkx_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
25
frontend/resources/policyholder-check.css
Normal file
25
frontend/resources/policyholder-check.css
Normal file
@@ -0,0 +1,25 @@
|
||||
* {
|
||||
font-size: 24;
|
||||
}
|
||||
|
||||
lynch {
|
||||
background: #647b91;
|
||||
}
|
||||
|
||||
bluebayoux {
|
||||
background: #516475;
|
||||
}
|
||||
|
||||
linkwater {
|
||||
background: #dfebf5;
|
||||
color: #3b434a;
|
||||
}
|
||||
|
||||
light-text {
|
||||
color: #dfebf5;
|
||||
}
|
||||
|
||||
goldendream {
|
||||
background: #efd035;
|
||||
color: #3b434a;
|
||||
}
|
||||
53
frontend/resources/stylesheets/policyholder-check.css
Normal file
53
frontend/resources/stylesheets/policyholder-check.css
Normal file
@@ -0,0 +1,53 @@
|
||||
* {
|
||||
font-size: 24;
|
||||
}
|
||||
|
||||
.header {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.background {
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
.content {
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
text-box {
|
||||
color: #5b0f22;
|
||||
}
|
||||
|
||||
text-block {
|
||||
color: #5b0f22;
|
||||
}
|
||||
|
||||
light-text {
|
||||
color: #dfebf5;
|
||||
}
|
||||
|
||||
|
||||
/* // Hiedemann blue */
|
||||
/* color: #a5b3bf; */
|
||||
/* color: #4d4c4c; */
|
||||
|
||||
/* // Hiedemann red */
|
||||
/* color: #5b0f22; */
|
||||
|
||||
/* // Hiedemann darkgrey */
|
||||
/* color: #879488; */
|
||||
|
||||
/* // Hiedemann grey */
|
||||
/* color: ##b6c3b7; */
|
||||
|
||||
|
||||
|
||||
/* // Qt Green */
|
||||
/* color: #41cd52; */
|
||||
|
||||
/* // lightgrey */
|
||||
/* color: #f0f0f0; */
|
||||
|
||||
/* Accent=#5b0f22 */
|
||||
/* Foreground=#000000 */
|
||||
/* Background=#f0f0f0 */
|
||||
Reference in New Issue
Block a user