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;
display: table-cell;
vertical-align: middle;
background-color: #CAEDF3;
background-color: #F2F2F2;
}
#message-frame {

View file

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

View file

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

View file

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

View file

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