Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

_selectionProcessPage.scss 281B

12345678910111213141516171819
  1. h1,
  2. h3 {
  3. @include media-below($bp-xl) {
  4. font-size: 18px;
  5. }
  6. }
  7. .grey {
  8. color: #e4e4e4;
  9. }
  10. .interview-btn {
  11. width: 220px !important;
  12. }
  13. .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
  14. text-align: left;
  15. padding-left: 20px;
  16. }