Fix social media icons for jdots login page

This commit is contained in:
Hadi Nategh 2020-07-23 10:27:36 +02:00
parent 9d7ae4b4b0
commit 0ce38aa260

View File

@ -478,6 +478,13 @@ body {
position: relative;
float:right;
}
#socialMedia a {
margin-left: 10px;
}
#socialMedia a img{
width: 24px;
filter: invert(0.2);
}
#loginScreenMessage {
text-align: center;
padding: 10px;