worked on login view
This commit is contained in:
@@ -479,7 +479,7 @@ legend, label {
|
||||
.alert-error .alert-heading,
|
||||
.alert-info,
|
||||
.alert-info .alert-heading {
|
||||
color: @grayLighter;
|
||||
color: @white;
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
@import "graph.less";
|
||||
@import "console.less";
|
||||
@import "bootstrap-tagsinput.less";
|
||||
@import "p_pro.less";
|
||||
|
||||
.hide-controls {
|
||||
padding: 0;
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
.login-box {
|
||||
width: 700px;
|
||||
margin: 100px auto 0 auto;
|
||||
|
||||
button.btn {
|
||||
margin-top: 19px;
|
||||
padding: 12px 30px;
|
||||
}
|
||||
}
|
||||
.login-box-logo {
|
||||
text-align: center;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user