♻️ refactor: remove unused options from wlogout
This commit is contained in:
+7
-9
@@ -4,6 +4,8 @@
|
||||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
window {
|
||||
@@ -12,19 +14,15 @@ window {
|
||||
|
||||
button {
|
||||
border-radius: 16px;
|
||||
border-color: @border;
|
||||
border: 1px solid @border;
|
||||
color: @text;
|
||||
background-color: @background;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 18%;
|
||||
background-position: center;
|
||||
background-size: 30%;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
transition: 150ms ease-in-out;
|
||||
outline: none;
|
||||
font-size: 1.12em;
|
||||
transition: 150ms ease-in;
|
||||
font-size: 1.25em;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user