frontend: resources: assets/resources used inside the frontend
* images: referenced image files * fonts: rendering elements * stylesheets: theme definition using CSS subsystem Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
48
frontend/resources/stylesheets/policyholder_check.css
Normal file
48
frontend/resources/stylesheets/policyholder_check.css
Normal file
@@ -0,0 +1,48 @@
|
||||
.header {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.content {
|
||||
background: #fafafa;
|
||||
}
|
||||
.content {
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
text-box {
|
||||
color: #5b0f22;
|
||||
}
|
||||
|
||||
text-block {
|
||||
color: #5b0f22;
|
||||
}
|
||||
|
||||
/*
|
||||
light-text {
|
||||
color: #dfebf5;
|
||||
}
|
||||
*/
|
||||
|
||||
/* // Hiedemann blue */
|
||||
/* color: #a5b3bf; */
|
||||
|
||||
/* // 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