1
0
зеркало из https://github.com/ae-utbm/sith.git synced 2025-07-13 05:19:26 +00:00

Fix error messages on user edition page

Этот коммит содержится в:
Julien Constant
2023-03-14 11:53:11 +01:00
родитель e506b00933
Коммит 0751785d3d

Просмотреть файл

@ -5,6 +5,22 @@
}
}
.field-error {
height: auto !important;
> ul {
list-style-type: none;
margin: 0;
color: indianred;
> li {
text-align: left !important;
line-height: normal;
margin-top: 5px;
}
}
}
.profile {
&-visible {
display: flex;