Ela_Front/src/styles/components/_displayusergoals.scss

95 lines
1.9 KiB
SCSS

.displayusergoals {
.h1_transparent {
color: transparent;
font-size: 0.1rem;
}
.koUpdateData {
font-size: small;
color: red;
font-style: italic;
}
.okUpdateData {
font-size: small;
color: green;
font-style: italic;
}
@media only screen and (max-width: 600px) {
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 1200px) {
.div_row {
float: left;
//border:0px solid black;
//border-width: 0.01rem;
width: 100%;
margin-bottom: 1rem;
border-radius: 1rem;
}
.div_row_gauche {
float: left;
//border:0px solid black;
border-width: 0.01rem;
width: 48%;
border-radius: 1rem;
}
.div_row_droite {
float: right;
//border:0px solid black;
border-width: 0.01rem;
width: 48%;
border-radius: 1rem;
}
.titre1 {
font-family: "Quicksand", "Signika", sans-serif;
font-size: medium;
text-align: center;
margin-bottom: 0.8rem;
color: white;
cursor: pointer;
font-style: italic;
background-color: gray;
font-weight: normal;
}
.bton_ajouter_obj{
border-radius: 7px;
font-size: small;
padding: 0.3rem;
width: 60%;
background-color: #619E31;
color: white;
}
.bton_enreg {
border-radius: 7px;
font-size: small;
padding: 0.3rem;
width: 60%;
background-color: #81BC3A;
color: white;
}
.bton_annnule {
border-radius: 7px;
font-size: small;
padding: 0.3rem;
width: 60%;
background-color: white;
color: red;
}
}
}