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

32 lines
634B

  1. .target {
  2. border-radius: 5px;
  3. height: 100px;
  4. width: 400px;
  5. background-color: yellowgreen;
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.08);
  10. }
  11. .placeholder {
  12. font-size: 20px;
  13. color: #656565;
  14. margin: 0;
  15. }
  16. .topMenuBar {
  17. left: 0px;
  18. top: 0px;
  19. // position: absolute;
  20. margin : 0px;
  21. width : 100%;
  22. display: block;
  23. background-color: rgb(229, 230, 218);
  24. box-shadow : 0px 0px 2px 0px #d6d2d2
  25. }
  26. .appbar,
  27. .k-appbar-sticky{
  28. z-index: 1000;
  29. }