Add warning message when user has no birthdate

This commit is contained in:
Thomas Girod
2022-11-15 21:07:50 +01:00
parent 6c276dc596
commit 3c1724fa81
5 changed files with 279 additions and 230 deletions

View File

@ -135,6 +135,10 @@ a {
width: 23%;
}
.clickable:hover {
cursor: pointer;
}
/*--------------------------------HEADER-------------------------------*/
#header_language_chooser {
@ -452,6 +456,24 @@ header {
overflow: auto;
}
.alert {
margin: 10px;
border: #fc8181 1px solid;
background-color: rgb(255,245,245);
border-radius: 4px;
color: #c53030;
padding: 12px 16px;
display: flex;
gap: 16px;
max-width: 100%;
align-items: center;
text-align: justify;
.alert-main {
flex: 2;
}
}
.tool_bar {
overflow: auto;
padding: 4px;

View File

@ -16,7 +16,7 @@
}
#basket {
width: 300px;
min-width: 300px;
border-radius: 8px;
box-shadow: rgb(60 64 67 / 30%) 0 1px 3px 0, rgb(60 64 67 / 15%) 0 4px 8px 3px;
padding: 10px;