Amélioration de l'expérience utilisateur
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
@import "fonts";
|
||||
@import "hamburger";
|
||||
|
||||
// @import "chat";
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
@@ -28,19 +26,6 @@ body {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#chat {
|
||||
white-space: pre-wrap;
|
||||
|
||||
.user {
|
||||
color: #ffeaa4;
|
||||
}
|
||||
|
||||
.assistant {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.form-signin {
|
||||
max-width: 330px;
|
||||
padding: 1rem;
|
||||
@@ -62,5 +47,14 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.form-reminder {
|
||||
max-width: 330px;
|
||||
padding: 1rem;
|
||||
|
||||
.form-floating:focus-within {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user