login thingy
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 749 B |
@@ -38,6 +38,11 @@ body {
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
.window.popup.login {
|
||||
width: 380px;
|
||||
left: calc(50% - 190px);
|
||||
}
|
||||
|
||||
.window.popup .window-body {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
@@ -58,6 +63,11 @@ body {
|
||||
background-image: url('img/check.png');
|
||||
}
|
||||
|
||||
.window.popup .window-body .icon.login {
|
||||
background-image: url('img/login.png');
|
||||
background-attachment:unset;
|
||||
}
|
||||
|
||||
.window.popup .window-body .icon.error {
|
||||
background-image: url('img/error.png');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user