Ela_Front/src/App.css

212 lines
3.8 KiB
CSS

.react-confirm-alert-body {
font-family: Arial, Helvetica, sans-serif;
padding: 30px;
text-align: center !important;
background: #0dcaf0 !important;
border-radius: 10px;
box-shadow: 0 20px 75px rgb(0 0 0 / 13%);
color: #666;
margin-left: auto !important;
margin-right: auto !important;
}
@media only screen and (max-width: 600px) {
/*style smartphones et petites tablettes en portrait*/
.react-confirm-alert-body {
font-family: Arial, Helvetica, sans-serif;
padding: 30px;
text-align: center !important;
background: #0dcaf0 !important;
border-radius: 10px;
box-shadow: 0 20px 75px rgb(0 0 0 / 13%);
color: #666;
width:90% !important;
margin-left: auto !important;
margin-right: auto !important;
padding-left: 0.2rem !important;
padding-right: 0.2rem !important;
z-index: 99999999 !important;
}
.overlay-custom-class-name{
z-index: 99999999 !important;
}
.react-confirm-alert{
width: 90% !important;
z-index: 999999 !important;
}
.App {
align-items: center;
margin-left: 0%;
margin-right: 0%;
text-align: center;
height: calc(100vh - 10rem);
min-height : calc(100vh - 10rem);
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
body {
background-color: #faffff;
font-family: Arial;
text-align: center;
}
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
/*style petites-moyennes tablettes */
.App {
align-items: center;
margin-left: 0%;
margin-right: 0%;
text-align: center;
height: calc(100vh - 10rem);
min-height : calc(100vh - 10rem);
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
body {
background-color: white;
font-family: Arial;
text-align: center;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*style petites-moyennes tablettes */
.App {
align-items: center;
margin-left: 0%;
margin-right: 0%;
text-align: center;
height: calc(100vh - 10rem);
min-height : calc(100vh - 10rem);
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
body {
background-color: white;
font-family: Arial;
text-align: center;
}
}
@media only screen and (min-width: 1200px) {
/*style petites-moyennes tablettes */
.App {
align-items: center;
margin-left: 0%;
margin-right: 0%;
text-align: center;
height: calc(100vh - 10rem);
min-height : calc(100vh - 10rem);
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
body {
background-color: white;
font-family: Arial;
text-align: center;
}
}
.main_cont {
}
.main_haut {
float: left;
border-width: 0.01rem;
width: 100%;
margin-bottom: 1rem;
min-height: calc(100vh - 10vh);
}
.main_bas {
float: left;
border-width: 0.01rem;
width: 100%;
font-family: 'Quicksand', 'Signika', "sans-serif" !important;
font-size: small !important;
color: black;
height: 5rem;
position:fixed;
top: calc(100vh - 5rem);
z-index: 13;
}
.radio-container {
justify-content: space-around;
align-items: center;
margin-bottom: 20px;
background: red;
border-radius: 20px;
padding: 10px;
color: white;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.452);
}
input{
transform: translateY(1px);
}
label {
margin-left: 10px;
cursor: pointer;
}