28 lines
517 B
CSS
28 lines
517 B
CSS
.Functions__title {
|
|
padding: 20px 0 20px 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.Functions__search-container {
|
|
margin-bottom: 50px;
|
|
}
|
|
.Functions__select-option {
|
|
color: rgb(221, 220, 220);
|
|
}
|
|
.Functions__search-input {
|
|
width: 40%;
|
|
}
|
|
/* col-sm */
|
|
@media (max-width: 576px) {
|
|
.Functions__search-container {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.Functions__select {
|
|
width: 90%;
|
|
margin-bottom: 5px;
|
|
}
|
|
.Functions__search-input {
|
|
width: 90%;
|
|
}
|
|
} |