55 lines
731 B
SCSS
55 lines
731 B
SCSS
@import "../variables";
|
|
@import "./ModalCard.module";
|
|
|
|
.ex_card--title {
|
|
font-weight: normal;
|
|
font-size: 1em;
|
|
margin-bottom: 3%;
|
|
max-width: 100%;
|
|
}
|
|
.input {
|
|
margin-bottom: 3%;
|
|
}
|
|
|
|
.loader-btn-container {
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
/* .btn{
|
|
width: 30%;
|
|
} */
|
|
|
|
.inpt-modif::after {
|
|
content: "!";
|
|
}
|
|
|
|
.input-container {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
& > svg {
|
|
height: 100%;
|
|
width: 5%;
|
|
}
|
|
& > span {
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
& > svg {
|
|
height: 50%;
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* .modelinput-container {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
*/ |