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.
mvfront-react/styles/scss/_admin.scss

76 lines
1.4 KiB

.creation-step {
color: rgb(255,255,255,0.64);
.name {
font-weight: 500;
font-size: 16px;
}
.badge {
width: 24px;
height: 24px;
background-color: rgb(0,0,0, 0.2);
}
}
.creation-step.active {
.badge {
background-color: white;
color: $mv-blue-color;
}
.name {
color: white;
}
}
.candidate, .creation-steps {
max-width: 500px;
}
.default-avatar {
background-color: rgba(255, 255, 255, 0.16);
width: inherit!important;
position: inherit!important;
padding: 4px;
margin-right: 10px;
}
.creation-steps * > input[type="file"] {
display: none;
}
.creation-steps * > .inputfile {
background: transparent;
color: #0a004c;
border: 2px solid #0a004c;
box-shadow: 0px 2px 0px 0px #0a004c;
padding: 8px 20px;
font-size: 14px;
line-height: 24px;
display: inline-block;
cursor: pointer;
}
// .creation-steps > * .form-control, .creation-steps * > input[type='text']:focus,.creation-steps * > input[type='text']::placeholder {
.modal_candidate > * :is(
input[type='text'],
input[type='text']:focus,
input[type='text']::placeholder)
{
background: white;
border-radius: 0px;
color: black!important;
opacity: 0.5;
box-shadow: 0px 2px 0px #C3BFD8;
margin-bottom: 20px;
}
.modal_candidate > * input[type='text']:focus
{
opacity: 0.8;
}
.modal_candidate > * input[type='text']:placeholder
{
opacity: 0.4;
}