You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
772 B
58 lines
772 B
.infos {
|
|
margin: 30px 20px;
|
|
}
|
|
|
|
#grp_infos {
|
|
background: linear-gradient(#026695, #433C8B);
|
|
box-shadow:8px 8px 10px 0 rgba(0,0,0,0.6);
|
|
padding: 10px 20px;
|
|
margin: 20px;
|
|
border: solid 1px blueviolet;
|
|
|
|
}
|
|
|
|
b {
|
|
color: red;
|
|
}
|
|
|
|
em {
|
|
text-decoration: none;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: white;
|
|
}
|
|
|
|
.notif {
|
|
position: fixed;
|
|
display: block;
|
|
bottom: 20px;
|
|
width: 94%;
|
|
margin-right: 3%;
|
|
margin-left: 3%;
|
|
text-align: center;
|
|
padding: 30px 0px;
|
|
background-color: #8A8888;
|
|
border-width: 3px;
|
|
border-color: black;
|
|
border-style: solid;
|
|
}
|
|
|
|
p {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#valid {
|
|
color: green;
|
|
}
|
|
|
|
#rejet {
|
|
color: red;
|
|
}
|
|
|
|
|
|
@media only screen and (max-device-width: 480px) {
|
|
#grp_infos {
|
|
margin-top: 0;
|
|
margin-bottom: 130px;
|
|
} |