You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
462 B
Plaintext
30 lines
462 B
Plaintext
@import (reference) "fontawesome.less";
|
|
@import (reference) "colors.less";
|
|
@import "layout.less";
|
|
@import "widgets.less";
|
|
@import "icons.less";
|
|
|
|
|
|
/*** Login form ***/
|
|
|
|
.task-login #content {
|
|
text-align: center;
|
|
width: 100%;
|
|
background: url(../images/watermark.jpg) center -20px no-repeat;
|
|
}
|
|
|
|
#login-form {
|
|
margin: auto;
|
|
width: 95%;
|
|
max-width: 320px;
|
|
}
|
|
|
|
#login-form table {
|
|
display: none;
|
|
}
|
|
|
|
#login-form div.ui.input {
|
|
width: 100%;
|
|
margin-bottom: 1em;
|
|
}
|