Changed the body background of the helper pages

This commit is contained in:
Alex Tselegidis 2020-09-03 14:13:51 +03:00
parent 1af5dc0774
commit a7eecb1a4c
5 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@
height: 100vh; height: 100vh;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
background-color: #CAEDF3; background-color: #F2F2F2;
} }
#message-frame { #message-frame {

View file

@ -28,7 +28,7 @@
height: 100vh; height: 100vh;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
background-color: #CAEDF3; background-color: #F2F2F2;
} }
#forgot-password-frame { #forgot-password-frame {

View file

@ -24,7 +24,7 @@
height: 100vh; height: 100vh;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
background-color: #CAEDF3; background-color: #F2F2F2;
} }
#login-frame { #login-frame {

View file

@ -29,7 +29,7 @@
height: 100vh; height: 100vh;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
background-color: #CAEDF3; background-color: #F2F2F2;
} }
#logout-frame { #logout-frame {

View file

@ -21,7 +21,7 @@
height: 100vh; height: 100vh;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
background-color: #CAEDF3; background-color: #F2F2F2;
} }
#no-priv-frame { #no-priv-frame {