|
@@ -706,21 +706,9 @@ a.btn {
|
|
|
|
|
|
|
|
/*=== Prompt (centered) */
|
|
/*=== Prompt (centered) */
|
|
|
.prompt {
|
|
.prompt {
|
|
|
- max-width: 20rem;
|
|
|
|
|
- margin-left: auto;
|
|
|
|
|
- margin-right: auto;
|
|
|
|
|
- padding-left: .5rem;
|
|
|
|
|
- padding-right: .5rem;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
text-shadow: 0 1px rgba(255,255,255,0.08);
|
|
text-shadow: 0 1px rgba(255,255,255,0.08);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.prompt form {
|
|
|
|
|
- margin-top: 2rem;
|
|
|
|
|
- margin-bottom: 3rem;
|
|
|
|
|
- text-align: left;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.prompt .form-group {
|
|
.prompt .form-group {
|
|
|
margin-bottom: 1rem;
|
|
margin-bottom: 1rem;
|
|
|
}
|
|
}
|
|
@@ -736,12 +724,6 @@ a.btn {
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.prompt .stick,
|
|
|
|
|
-.prompt input {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.prompt input#username,.prompt input#passwordPlain {
|
|
.prompt input#username,.prompt input#passwordPlain {
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
border: solid 1px #ccc;
|
|
border: solid 1px #ccc;
|
|
@@ -759,10 +741,6 @@ a.btn {
|
|
|
font-size: 1.1rem;
|
|
font-size: 1.1rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.prompt p {
|
|
|
|
|
- margin: 20px 0;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
/*=== New article notification */
|
|
/*=== New article notification */
|
|
|
#new-article {
|
|
#new-article {
|
|
|
background: #0084cc;
|
|
background: #0084cc;
|