mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 21:51:38 +02:00
add login test message
This commit is contained in:
parent
89b7834b10
commit
63836ffb19
2 changed files with 12 additions and 0 deletions
|
@ -1077,3 +1077,13 @@ input[type=range]:focus::-ms-fill-upper {
|
||||||
fill: $color-white;
|
fill: $color-white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message-inline {
|
||||||
|
background-color: $color-info;
|
||||||
|
color: $color-info-darker;
|
||||||
|
margin-bottom: 1.2rem;
|
||||||
|
padding: .8rem;
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -40,6 +40,8 @@
|
||||||
:password (:password data)})))]
|
:password (:password data)})))]
|
||||||
[:form {:on-submit on-submit}
|
[:form {:on-submit on-submit}
|
||||||
[:div.login-content
|
[:div.login-content
|
||||||
|
[:div.message-inline.hide
|
||||||
|
[:p "UXBOX is currently on alpha version. That means that you're going to use a non-stable environment. Sorry for the inconvenience."]]
|
||||||
[:input.input-text
|
[:input.input-text
|
||||||
{:name "email"
|
{:name "email"
|
||||||
:ref "email"
|
:ref "email"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue