wlogout: add module (#3629)
This commit is contained in:
parent
08a778d803
commit
69696fe539
11 changed files with 316 additions and 0 deletions
16
tests/modules/programs/wlogout/styling-expected.css
Normal file
16
tests/modules/programs/wlogout/styling-expected.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: Source Code Pro;
|
||||
font-weight: bold;
|
||||
color: #abb2bf;
|
||||
font-size: 18px;
|
||||
min-height: 0px;
|
||||
}
|
||||
window {
|
||||
background: #16191C;
|
||||
color: #aab2bf;
|
||||
}
|
||||
#window {
|
||||
padding: 0 0px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue